Class ConnectionAttributes


  • public class ConnectionAttributes
    extends java.lang.Object
    Class containing information on connection attributes.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONNECTION_ID

        public static final java.lang.String CONNECTION_ID
        Connection ID
        See Also:
        Constant Field Values
      • CLIENT_PLATFORM

        public static final java.lang.String CLIENT_PLATFORM
        Client Platform
        See Also:
        Constant Field Values
      • NUM_CONNECTIONS

        public static final java.lang.String NUM_CONNECTIONS
        Number of connections
        See Also:
        Constant Field Values
      • NUM_CONNECTIONS_OPENED

        public static final java.lang.String NUM_CONNECTIONS_OPENED
        Number of connections created
        See Also:
        Constant Field Values
      • NUM_CONNECTIONS_REJECTED

        public static final java.lang.String NUM_CONNECTIONS_REJECTED
        Number of connections rejected
        See Also:
        Constant Field Values
      • NUM_CONSUMERS

        public static final java.lang.String NUM_CONSUMERS
        Number of consumers
        See Also:
        Constant Field Values
      • NUM_PRODUCERS

        public static final java.lang.String NUM_PRODUCERS
        Number of producers
        See Also:
        Constant Field Values
      • SERVICE_NAME

        public static final java.lang.String SERVICE_NAME
        Service name
        See Also:
        Constant Field Values
      • CREATION_TIME

        public static final java.lang.String CREATION_TIME
        Creation Timestamp
        See Also:
        Constant Field Values