|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.jms.management.server.ServiceAttributes
public class ServiceAttributes
Class containing information on service attributes.
Field Summary | |
---|---|
static String |
MAX_THREADS
Max threads |
static String |
MIN_THREADS
Min threads |
static String |
MSG_BYTES_IN
Msg bytes in |
static String |
MSG_BYTES_OUT
Msg bytes out |
static String |
NAME
Service Name |
static String |
NUM_ACTIVE_THREADS
Number of active threads |
static String |
NUM_CONNECTIONS
Number of connections |
static String |
NUM_CONNECTIONS_OPENED
Number of connections created |
static String |
NUM_CONNECTIONS_REJECTED
Number of connections rejected |
static String |
NUM_CONSUMERS
Number of consumers |
static String |
NUM_MSGS_IN
Number of msgs in |
static String |
NUM_MSGS_OUT
Number of msgs out |
static String |
NUM_PKTS_IN
Number of pkts in |
static String |
NUM_PKTS_OUT
Number of pkts out |
static String |
NUM_PRODUCERS
Number of producers |
static String |
NUM_SERVICES
Number of services |
static String |
PKT_BYTES_IN
Pkt bytes in |
static String |
PKT_BYTES_OUT
Pkt bytes out |
static String |
PORT
Port |
static String |
STATE
Service State |
static String |
STATE_LABEL
String representation of service state |
static String |
THREAD_POOL_MODEL
Thread pool model |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final String STATE
public static final String STATE_LABEL
public static final String MAX_THREADS
public static final String MIN_THREADS
public static final String NUM_CONNECTIONS_OPENED
public static final String NUM_CONNECTIONS_REJECTED
public static final String PORT
public static final String MSG_BYTES_IN
public static final String MSG_BYTES_OUT
public static final String NUM_ACTIVE_THREADS
public static final String NUM_MSGS_IN
public static final String NUM_MSGS_OUT
public static final String NUM_PKTS_IN
public static final String NUM_PKTS_OUT
public static final String NUM_SERVICES
public static final String NUM_CONNECTIONS
public static final String NUM_CONSUMERS
public static final String NUM_PRODUCERS
public static final String PKT_BYTES_IN
public static final String PKT_BYTES_OUT
public static final String THREAD_POOL_MODEL
|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |