Class ConsumerInfo
- java.lang.Object
-
- com.sun.messaging.jms.management.server.ConsumerInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class ConsumerInfo extends java.lang.Object implements java.io.Serializable
This class contains constants/names for fields in the CompositeData that is returned by the operations of the Consumer Manager Monitor MBean.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACKNOWLEDGE_MODE
Acknowledge modestatic java.lang.String
ACKNOWLEDGE_MODE_LABEL
Acknowledge mode labelstatic java.lang.String
CLIENT_ID
Client IDstatic java.lang.String
CONNECTION_ID
Connection IDstatic java.lang.String
CONSUMER_ID
Consumer IDstatic java.lang.String
CREATION_TIME
Creation Timestatic java.lang.String
DESTINATION_NAME
Destination Namestatic java.lang.String
DESTINATION_NAMES
Destination Names (that match wildcard)static java.lang.String
DESTINATION_TYPE
Destination Typestatic java.lang.String
DURABLE
Durable (whether the consume is a durable or not)static java.lang.String
DURABLE_ACTIVE
DurableActive (whether the durable is active or not)static java.lang.String
DURABLE_NAME
Durable namestatic java.lang.String
FLOW_PAUSED
Flow Pausedstatic java.lang.String
HOST
Hoststatic java.lang.String
LAST_ACK_TIME
Last acknowledge timestatic java.lang.String
NEXT_MESSAGE_ID
Next message which should be deliveredstatic java.lang.String
NUM_MSGS
Number of messages held for consumer.static java.lang.String
NUM_MSGS_PENDING
Number of messages still held for consumer because either they are queued for deliver or pending an ackstatic java.lang.String
NUM_MSGS_PENDING_ACKS
Number of messages still held for consumer because acks for them from the consumer are still pending.static java.lang.String
SELECTOR
Selectorstatic java.lang.String
SERVICE_NAME
Service Namestatic java.lang.String
USER
Userstatic java.lang.String
WILDCARD
Wildcard (whether the consumer is a wildcard or not)
-
-
-
Field Detail
-
ACKNOWLEDGE_MODE
public static final java.lang.String ACKNOWLEDGE_MODE
Acknowledge mode- See Also:
- Constant Field Values
-
ACKNOWLEDGE_MODE_LABEL
public static final java.lang.String ACKNOWLEDGE_MODE_LABEL
Acknowledge mode label- See Also:
- Constant Field Values
-
CLIENT_ID
public static final java.lang.String CLIENT_ID
Client ID- See Also:
- Constant Field Values
-
CONNECTION_ID
public static final java.lang.String CONNECTION_ID
Connection ID- See Also:
- Constant Field Values
-
CONSUMER_ID
public static final java.lang.String CONSUMER_ID
Consumer ID- See Also:
- Constant Field Values
-
CREATION_TIME
public static final java.lang.String CREATION_TIME
Creation Time- See Also:
- Constant Field Values
-
DESTINATION_NAME
public static final java.lang.String DESTINATION_NAME
Destination Name- See Also:
- Constant Field Values
-
DESTINATION_NAMES
public static final java.lang.String DESTINATION_NAMES
Destination Names (that match wildcard)- See Also:
- Constant Field Values
-
DESTINATION_TYPE
public static final java.lang.String DESTINATION_TYPE
Destination Type- See Also:
- Constant Field Values
-
DURABLE
public static final java.lang.String DURABLE
Durable (whether the consume is a durable or not)- See Also:
- Constant Field Values
-
DURABLE_ACTIVE
public static final java.lang.String DURABLE_ACTIVE
DurableActive (whether the durable is active or not)- See Also:
- Constant Field Values
-
DURABLE_NAME
public static final java.lang.String DURABLE_NAME
Durable name- See Also:
- Constant Field Values
-
FLOW_PAUSED
public static final java.lang.String FLOW_PAUSED
Flow Paused- See Also:
- Constant Field Values
-
HOST
public static final java.lang.String HOST
Host- See Also:
- Constant Field Values
-
LAST_ACK_TIME
public static final java.lang.String LAST_ACK_TIME
Last acknowledge time- See Also:
- Constant Field Values
-
NUM_MSGS
public static final java.lang.String NUM_MSGS
Number of messages held for consumer.- See Also:
- Constant Field Values
-
NUM_MSGS_PENDING_ACKS
public static final java.lang.String NUM_MSGS_PENDING_ACKS
Number of messages still held for consumer because acks for them from the consumer are still pending.- See Also:
- Constant Field Values
-
SELECTOR
public static final java.lang.String SELECTOR
Selector- See Also:
- Constant Field Values
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
Service Name- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
User- See Also:
- Constant Field Values
-
WILDCARD
public static final java.lang.String WILDCARD
Wildcard (whether the consumer is a wildcard or not)- See Also:
- Constant Field Values
-
NUM_MSGS_PENDING
public static final java.lang.String NUM_MSGS_PENDING
Number of messages still held for consumer because either they are queued for deliver or pending an ack- See Also:
- Constant Field Values
-
NEXT_MESSAGE_ID
public static final java.lang.String NEXT_MESSAGE_ID
Next message which should be delivered- See Also:
- Constant Field Values
-
-