com.sun.messaging.jms.management.server
public class DestinationOperations extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPACT
Compact a destination.
|
static String |
CREATE
Create a destination.
|
static String |
DESTROY
Destroy a destination
|
static String |
GET_ACTIVE_CONSUMER_IDS
Get active consumers IDs
|
static String |
GET_BACKUP_CONSUMER_IDS
Get backup consumers IDs
|
static String |
GET_CONNECTION
Get connection - relevant for temporary destinations only.
|
static String |
GET_CONSUMER_IDS
Get consumer IDs
|
static String |
GET_CONSUMER_WILDCARDS
Get consumer wildcards used on this destination
|
static String |
GET_DESTINATIONS
Get list of destination MBean object names.
|
static String |
GET_NUM_WILDCARD_CONSUMERS
Get number of consumers on this destination that use a specific wildcard
|
static String |
GET_NUM_WILDCARD_PRODUCERS
Get number of producers on this destination that use a specific wildcard
|
static String |
GET_PRODUCER_IDS
Get producer IDs
|
static String |
GET_PRODUCER_WILDCARDS
Get producer wildcards used on this destination
|
static String |
GET_WILDCARDS
Get wildcards used on this destination
i.e.
|
static String |
PAUSE
Pause a destination.
|
static String |
PURGE
Purge a destination.
|
static String |
RESUME
Resume a destination.
|
public static final String CREATE
public static final String COMPACT
public static final String DESTROY
public static final String GET_ACTIVE_CONSUMER_IDS
public static final String GET_BACKUP_CONSUMER_IDS
public static final String GET_CONSUMER_IDS
public static final String GET_CONNECTION
public static final String GET_DESTINATIONS
public static final String GET_PRODUCER_IDS
public static final String GET_WILDCARDS
public static final String GET_CONSUMER_WILDCARDS
public static final String GET_NUM_WILDCARD_CONSUMERS
public static final String GET_PRODUCER_WILDCARDS
public static final String GET_NUM_WILDCARD_PRODUCERS
public static final String PAUSE
public static final String PURGE
public static final String RESUME
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.