Class TigaseConnection

java.lang.Object
tigase.management.TigaseConnection
All Implemented Interfaces:
Serializable, TigaseConnectionMBean

public class TigaseConnection extends Object implements TigaseConnectionMBean, Serializable
The class is used for implementing the "TigaseConnection" group. The group is defined with the following oid: 1.3.6.1.4.1.16120609.2.145.3.163.1.1.2.
See Also:
  • Field Details

    • TigaseConnectionBoshCount

      protected Long TigaseConnectionBoshCount
      Variable for storing the value of "TigaseConnectionBoshCount". The variable is identified by: "1.3.6.1.4.1.16120609.2.145.3.163.1.1.2.3".
    • TigaseConnectionClientCount

      protected Long TigaseConnectionClientCount
      Variable for storing the value of "TigaseConnectionClientCount". The variable is identified by: "1.3.6.1.4.1.16120609.2.145.3.163.1.1.2.1".
    • TigaseConnectionServerCount

      protected Long TigaseConnectionServerCount
      Variable for storing the value of "TigaseConnectionServerCount". The variable is identified by: "1.3.6.1.4.1.16120609.2.145.3.163.1.1.2.2".
  • Constructor Details

    • TigaseConnection

      public TigaseConnection(com.sun.management.snmp.agent.SnmpMib myMib)
      Constructor for the "TigaseConnection" group. If the group contains a table, the entries created through an SNMP SET will not be registered in Java DMK.
    • TigaseConnection

      public TigaseConnection(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server)
      Constructor for the "TigaseConnection" group. If the group contains a table, the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.
  • Method Details