Class ServiceAttributes
java.lang.Object
com.sun.messaging.jms.management.server.ServiceAttributes
Class containing information on service attributes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Max threadsstatic final String
Min threadsstatic final String
Msg bytes instatic final String
Msg bytes outstatic final String
Service Namestatic final String
Number of active threadsstatic final String
Number of connectionsstatic final String
Number of connections createdstatic final String
Number of connections rejectedstatic final String
Number of consumersstatic final String
Number of msgs instatic final String
Number of msgs outstatic final String
Number of pkts instatic final String
Number of pkts outstatic final String
Number of producersstatic final String
Number of servicesstatic final String
Pkt bytes instatic final String
Pkt bytes outstatic final String
Portstatic final String
Service Statestatic final String
String representation of service statestatic final String
Thread pool model -
Method Summary
-
Field Details
-
NAME
Service Name- See Also:
-
STATE
Service State- See Also:
-
STATE_LABEL
String representation of service state- See Also:
-
MAX_THREADS
Max threads- See Also:
-
MIN_THREADS
Min threads- See Also:
-
NUM_CONNECTIONS_OPENED
Number of connections created- See Also:
-
NUM_CONNECTIONS_REJECTED
Number of connections rejected- See Also:
-
PORT
Port- See Also:
-
MSG_BYTES_IN
Msg bytes in- See Also:
-
MSG_BYTES_OUT
Msg bytes out- See Also:
-
NUM_ACTIVE_THREADS
Number of active threads- See Also:
-
NUM_MSGS_IN
Number of msgs in- See Also:
-
NUM_MSGS_OUT
Number of msgs out- See Also:
-
NUM_PKTS_IN
Number of pkts in- See Also:
-
NUM_PKTS_OUT
Number of pkts out- See Also:
-
NUM_SERVICES
Number of services- See Also:
-
NUM_CONNECTIONS
Number of connections- See Also:
-
NUM_CONSUMERS
Number of consumers- See Also:
-
NUM_PRODUCERS
Number of producers- See Also:
-
PKT_BYTES_IN
Pkt bytes in- See Also:
-
PKT_BYTES_OUT
Pkt bytes out- See Also:
-
THREAD_POOL_MODEL
Thread pool model- See Also:
-