Package tigase.management
Class TigaseConnection
java.lang.Object
tigase.management.TigaseConnection
- All Implemented Interfaces:
Serializable,TigaseConnectionMBean
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTigaseConnection(com.sun.management.snmp.agent.SnmpMib myMib) Constructor for the "TigaseConnection" group.TigaseConnection(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server) Constructor for the "TigaseConnection" group. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
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
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
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
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
-
getTigaseConnectionBoshCount
- Specified by:
getTigaseConnectionBoshCountin interfaceTigaseConnectionMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionServerCount
- Specified by:
getTigaseConnectionServerCountin interfaceTigaseConnectionMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionClientCount
- Specified by:
getTigaseConnectionClientCountin interfaceTigaseConnectionMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-