|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.jms.management.server.DestinationOperations
public class DestinationOperations
Class containing information on destination operations.
Field Summary | |
---|---|
static java.lang.String |
COMPACT
Compact a destination. |
static java.lang.String |
CREATE
Create a destination. |
static java.lang.String |
DESTROY
Destroy a destination |
static java.lang.String |
GET_ACTIVE_CONSUMER_IDS
Get active consumers IDs |
static java.lang.String |
GET_BACKUP_CONSUMER_IDS
Get backup consumers IDs |
static java.lang.String |
GET_CONNECTION
Get connection - relevant for temporary destinations only. |
static java.lang.String |
GET_CONSUMER_IDS
Get consumer IDs |
static java.lang.String |
GET_CONSUMER_WILDCARDS
Get consumer wildcards used on this destination |
static java.lang.String |
GET_DESTINATIONS
Get list of destination MBean object names. |
static java.lang.String |
GET_NUM_WILDCARD_CONSUMERS
Get number of consumers on this destination that use a specific wildcard |
static java.lang.String |
GET_NUM_WILDCARD_PRODUCERS
Get number of producers on this destination that use a specific wildcard |
static java.lang.String |
GET_PRODUCER_IDS
Get producer IDs |
static java.lang.String |
GET_PRODUCER_WILDCARDS
Get producer wildcards used on this destination |
static java.lang.String |
GET_WILDCARDS
Get wildcards used on this destination i.e. |
static java.lang.String |
PAUSE
Pause a destination. |
static java.lang.String |
PURGE
Purge a destination. |
static java.lang.String |
RESUME
Resume a destination. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CREATE
public static final java.lang.String COMPACT
public static final java.lang.String DESTROY
public static final java.lang.String GET_ACTIVE_CONSUMER_IDS
public static final java.lang.String GET_BACKUP_CONSUMER_IDS
public static final java.lang.String GET_CONSUMER_IDS
public static final java.lang.String GET_CONNECTION
public static final java.lang.String GET_DESTINATIONS
public static final java.lang.String GET_PRODUCER_IDS
public static final java.lang.String GET_WILDCARDS
public static final java.lang.String GET_CONSUMER_WILDCARDS
public static final java.lang.String GET_NUM_WILDCARD_CONSUMERS
public static final java.lang.String GET_PRODUCER_WILDCARDS
public static final java.lang.String GET_NUM_WILDCARD_PRODUCERS
public static final java.lang.String PAUSE
public static final java.lang.String PURGE
public static final java.lang.String RESUME
|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |