Class DestinationOperations
java.lang.Object
com.sun.messaging.jms.management.server.DestinationOperations
Class containing information on destination operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Compact a destination.static final String
Create a destination.static final String
Destroy a destinationstatic final String
Get active consumers IDsstatic final String
Get backup consumers IDsstatic final String
Get connection - relevant for temporary destinations only.static final String
Get consumer IDsstatic final String
Get consumer wildcards used on this destinationstatic final String
Get list of destination MBean object names.static final String
Get number of consumers on this destination that use a specific wildcardstatic final String
Get number of producers on this destination that use a specific wildcardstatic final String
Get producer IDsstatic final String
Get producer wildcards used on this destinationstatic final String
Get wildcards used on this destination i.e.static final String
Pause a destination.static final String
Purge a destination.static final String
Resume a destination. -
Method Summary
-
Field Details
-
CREATE
Create a destination.- See Also:
-
COMPACT
Compact a destination.- See Also:
-
DESTROY
Destroy a destination- See Also:
-
GET_ACTIVE_CONSUMER_IDS
Get active consumers IDs- See Also:
-
GET_BACKUP_CONSUMER_IDS
Get backup consumers IDs- See Also:
-
GET_CONSUMER_IDS
Get consumer IDs- See Also:
-
GET_CONNECTION
Get connection - relevant for temporary destinations only.- See Also:
-
GET_DESTINATIONS
Get list of destination MBean object names.- See Also:
-
GET_PRODUCER_IDS
Get producer IDs- See Also:
-
GET_WILDCARDS
Get wildcards used on this destination i.e. Wildcards used by consumers/producers that match this destination- See Also:
-
GET_CONSUMER_WILDCARDS
Get consumer wildcards used on this destination- See Also:
-
GET_NUM_WILDCARD_CONSUMERS
Get number of consumers on this destination that use a specific wildcard- See Also:
-
GET_PRODUCER_WILDCARDS
Get producer wildcards used on this destination- See Also:
-
GET_NUM_WILDCARD_PRODUCERS
Get number of producers on this destination that use a specific wildcard- See Also:
-
PAUSE
Pause a destination.- See Also:
-
PURGE
Purge a destination.- See Also:
-
RESUME
Resume a destination.- See Also:
-