Sun Java(tm) System Message Queue
v4.1

com.sun.messaging.jms.management.server
Class ConsumerOperations

java.lang.Object
  extended by com.sun.messaging.jms.management.server.ConsumerOperations

public class ConsumerOperations
extends Object

Class containing information on consumer operations.


Field Summary
static String GET_CONSUMER_IDS
          Get list of consumer IDs
static String GET_CONSUMER_INFO
          Get info on all consumers
static String GET_CONSUMER_INFO_BY_ID
          Get info on specified consumer (via ID)
static String PURGE
          Purge a durable.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_CONSUMER_IDS

public static final String GET_CONSUMER_IDS
Get list of consumer IDs

See Also:
Constant Field Values

GET_CONSUMER_INFO

public static final String GET_CONSUMER_INFO
Get info on all consumers

See Also:
Constant Field Values

GET_CONSUMER_INFO_BY_ID

public static final String GET_CONSUMER_INFO_BY_ID
Get info on specified consumer (via ID)

See Also:
Constant Field Values

PURGE

public static final String PURGE
Purge a durable.

See Also:
Constant Field Values

Sun Java(tm) System Message Queue
v4.1

Copyright 2007 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, California, 95054, U.S.A. All Rights Reserved.