org.jboss.mx.modelmbean

クラス XMBean

インスタンス

A deployable JBoss Messaging Queue


属性の概要
java.lang.String

読み取りのみ
Name The destination name
java.lang.String

読み書き可能
JNDIName The destination's JNDI name
javax.management.ObjectName

読み書き可能
ServerPeer The ObjectName of the server peer this destination was deployed on
javax.management.ObjectName

読み書き可能
DLQ The DLQ for this queue, overrides the default DLQ on the server peer
javax.management.ObjectName

読み書き可能
ExpiryQueue The expiry queue for this queue, overrides the default expiry queue on the server peer
long

読み書き可能
RedeliveryDelay The delay before redelivering
org.w3c.dom.Element

読み書き可能
SecurityConfig The destination's security configuration
boolean

読み取りのみ
CreatedProgrammatically True if this destination was created programmatically
int

読み取りのみ
MessageCount The number of messages in the queue
int

読み取りのみ
DeliveringCount The number of messages currently being delivered
int

読み取りのみ
ScheduledMessageCount The number of scheduled messages in the queue
int

読み書き可能
MaxSize The maximum number of messages this queue can hold before they are dropped
int

読み書き可能
FullSize The in-memory message limit, can only be set when queue is stopped
int

読み書き可能
PageSize The paging size, can only be set when queue is stopped
int

読み書き可能
DownCacheSize The write-cache size, can only be set when queue is stopped
boolean

読み書き可能
Clustered Is this a clustered destination?
org.jboss.jms.server.messagecounter.MessageCounter

読み取りのみ
MessageCounter Get the message counter for the queue
org.jboss.jms.server.messagecounter.MessageStatistics

読み取りのみ
MessageStatistics Get the message statistics for the queue
int

読み書き可能
MessageCounterHistoryDayLimit The day limit for the message counter
int

読み書き可能
MaxDeliveryAttempts The maximum delivery attempts to the queue
int

読み取りのみ
ConsumerCount The number of consumers on the queue
org.jboss.messaging.core.contract.MessagingComponent

読み取りのみ
Instance The instance to be accessed by select plugins via a typed hard reference

オペレーションの概要
void create() JBoss Service lifecycle operation
void start() JBoss Service lifecycle operation
void stop() JBoss Service lifecycle operation
void destroy() JBoss Service lifecycle operation
void removeAllMessages() Remove all messages in the queue
java.util.List listAllMessages() List all messages
java.util.List listAllMessages( java.lang.String ) List all messages with selector
java.util.List listDurableMessages() List durable messages
java.util.List listDurableMessages( java.lang.String ) List durable messages with selector
java.util.List listNonDurableMessages() List non durable messages
java.util.List listNonDurableMessages( java.lang.String ) List non durable messages with selector
java.util.List listMessages( java.lang.String ) List all messages which meet the condition described in selector
void resetMessageCounter() Reset the message counter
void resetMessageCounterHistory() Reset the message counter history
java.lang.String listMessageCounterAsHTML() Get the message counter as HTML
java.lang.String listMessageCounterHistoryAsHTML() Get the message counter history as HTML

オペレーションの詳細

create

public void create()
JBoss Service lifecycle operation

Parameters:

start

public void start()
JBoss Service lifecycle operation

Parameters:

stop

public void stop()
JBoss Service lifecycle operation

Parameters:

destroy

public void destroy()
JBoss Service lifecycle operation

Parameters:

removeAllMessages

public void removeAllMessages()
Remove all messages in the queue

Parameters:

listAllMessages

public java.util.List listAllMessages()
List all messages

Parameters:

listAllMessages

public java.util.List listAllMessages( java.lang.String )
List all messages with selector

Parameters:
selector - Expression to define the selector

listDurableMessages

public java.util.List listDurableMessages()
List durable messages

Parameters:

listDurableMessages

public java.util.List listDurableMessages( java.lang.String )
List durable messages with selector

Parameters:
selector - Expression to define the selector

listNonDurableMessages

public java.util.List listNonDurableMessages()
List non durable messages

Parameters:

listNonDurableMessages

public java.util.List listNonDurableMessages( java.lang.String )
List non durable messages with selector

Parameters:
selector - Expression to define the selector

listMessages

public java.util.List listMessages( java.lang.String )
List all messages which meet the condition described in selector

Parameters:
selector - Expression to define the selector

resetMessageCounter

public void resetMessageCounter()
Reset the message counter

Parameters:

resetMessageCounterHistory

public void resetMessageCounterHistory()
Reset the message counter history

Parameters:

listMessageCounterAsHTML

public java.lang.String listMessageCounterAsHTML()
Get the message counter as HTML

Parameters:

listMessageCounterHistoryAsHTML

public java.lang.String listMessageCounterHistoryAsHTML()
Get the message counter history as HTML

Parameters: