|
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.ConnectionAttributes
public class ConnectionAttributes
Class containing information on connection attributes.
Field Summary | |
---|---|
static String |
CLIENT_ID
Client ID |
static String |
CLIENT_PLATFORM
Client Platform |
static String |
CONNECTION_ID
Connection ID |
static String |
CREATION_TIME
Creation Timestamp |
static String |
HOST
Connection Host |
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_PRODUCERS
Number of producers |
static String |
PORT
Connection Port |
static String |
SERVICE_NAME
Service name |
static String |
USER
User name. |
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 CONNECTION_ID
public static final String CLIENT_ID
public static final String CLIENT_PLATFORM
public static final String HOST
public static final String NUM_CONNECTIONS
public static final String NUM_CONNECTIONS_OPENED
public static final String NUM_CONNECTIONS_REJECTED
public static final String NUM_CONSUMERS
public static final String NUM_PRODUCERS
public static final String PORT
public static final String SERVICE_NAME
public static final String CREATION_TIME
public static final String USER
|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |