Package tigase.management
Class TigaseConnection
- java.lang.Object
-
- tigase.management.TigaseConnection
-
- All Implemented Interfaces:
java.io.Serializable,TigaseConnectionMBean
public class TigaseConnection extends java.lang.Object implements TigaseConnectionMBean, java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.LongTigaseConnectionBoshCountVariable for storing the value of "TigaseConnectionBoshCount".protected java.lang.LongTigaseConnectionClientCountVariable for storing the value of "TigaseConnectionClientCount".protected java.lang.LongTigaseConnectionServerCountVariable for storing the value of "TigaseConnectionServerCount".
-
Constructor Summary
Constructors Constructor Description TigaseConnection(com.sun.management.snmp.agent.SnmpMib myMib)Constructor for the "TigaseConnection" group.TigaseConnection(com.sun.management.snmp.agent.SnmpMib myMib, javax.management.MBeanServer server)Constructor for the "TigaseConnection" group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetTigaseConnectionBoshCount()java.lang.LonggetTigaseConnectionClientCount()java.lang.LonggetTigaseConnectionServerCount()
-
-
-
Field Detail
-
TigaseConnectionBoshCount
protected java.lang.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 java.lang.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 java.lang.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 Detail
-
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, javax.management.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 Detail
-
getTigaseConnectionBoshCount
public java.lang.Long getTigaseConnectionBoshCount() throws com.sun.management.snmp.SnmpStatusException- Specified by:
getTigaseConnectionBoshCountin interfaceTigaseConnectionMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionServerCount
public java.lang.Long getTigaseConnectionServerCount() throws com.sun.management.snmp.SnmpStatusException- Specified by:
getTigaseConnectionServerCountin interfaceTigaseConnectionMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionClientCount
public java.lang.Long getTigaseConnectionClientCount() throws com.sun.management.snmp.SnmpStatusException- Specified by:
getTigaseConnectionClientCountin interfaceTigaseConnectionMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
-