Class ProducerInfo
java.lang.Object
com.sun.messaging.jms.management.server.ProducerInfo
- All Implemented Interfaces:
Serializable
This class contains constants/names for fields in the CompositeData that is returned by the operations of the
Producer Manager Monitor MBean.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Connection IDstatic final String
Creation Timestatic final String
Destination Namestatic final String
Destination Names (that match wildcard)static final String
Destination Typestatic final String
Flow Pausedstatic final String
Hoststatic final String
Number of messages sent from producer.static final String
Producer IDstatic final String
Service Namestatic final String
Userstatic final String
Wildcard (whether the producer is a wildcard or not) -
Method Summary
-
Field Details
-
CONNECTION_ID
Connection ID- See Also:
-
CREATION_TIME
Creation Time- See Also:
-
DESTINATION_NAME
Destination Name- See Also:
-
DESTINATION_NAMES
Destination Names (that match wildcard)- See Also:
-
DESTINATION_TYPE
Destination Type- See Also:
-
FLOW_PAUSED
Flow Paused- See Also:
-
HOST
Host- See Also:
-
NUM_MSGS
Number of messages sent from producer.- See Also:
-
PRODUCER_ID
Producer ID- See Also:
-
SERVICE_NAME
Service Name- See Also:
-
USER
User- See Also:
-
WILDCARD
Wildcard (whether the producer is a wildcard or not)- See Also:
-