Class DestinationOperations
java.lang.Object
com.sun.messaging.jms.management.server.DestinationOperations
Class containing information on destination operations.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringCompact a destination.static final StringCreate a destination.static final StringDestroy a destinationstatic final StringGet active consumers IDsstatic final StringGet backup consumers IDsstatic final StringGet connection - relevant for temporary destinations only.static final StringGet consumer IDsstatic final StringGet consumer wildcards used on this destinationstatic final StringGet list of destination MBean object names.static final StringGet number of consumers on this destination that use a specific wildcardstatic final StringGet number of producers on this destination that use a specific wildcardstatic final StringGet producer IDsstatic final StringGet producer wildcards used on this destinationstatic final StringGet wildcards used on this destination i.e.static final StringPause a destination.static final StringPurge a destination.static final StringResume a destination.
- 
Method Summary
- 
Field Details- 
CREATECreate a destination.- See Also:
 
- 
COMPACTCompact a destination.- See Also:
 
- 
DESTROYDestroy a destination- See Also:
 
- 
GET_ACTIVE_CONSUMER_IDSGet active consumers IDs- See Also:
 
- 
GET_BACKUP_CONSUMER_IDSGet backup consumers IDs- See Also:
 
- 
GET_CONSUMER_IDSGet consumer IDs- See Also:
 
- 
GET_CONNECTIONGet connection - relevant for temporary destinations only.- See Also:
 
- 
GET_DESTINATIONSGet list of destination MBean object names.- See Also:
 
- 
GET_PRODUCER_IDSGet producer IDs- See Also:
 
- 
GET_WILDCARDSGet wildcards used on this destination i.e. Wildcards used by consumers/producers that match this destination- See Also:
 
- 
GET_CONSUMER_WILDCARDSGet consumer wildcards used on this destination- See Also:
 
- 
GET_NUM_WILDCARD_CONSUMERSGet number of consumers on this destination that use a specific wildcard- See Also:
 
- 
GET_PRODUCER_WILDCARDSGet producer wildcards used on this destination- See Also:
 
- 
GET_NUM_WILDCARD_PRODUCERSGet number of producers on this destination that use a specific wildcard- See Also:
 
- 
PAUSEPause a destination.- See Also:
 
- 
PURGEPurge a destination.- See Also:
 
- 
RESUMEResume a destination.- See Also:
 
 
-