tigase.management
Class TigaseConnection

java.lang.Object
  extended by 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:
Serialized Form

Field Summary
protected  Long TigaseConnectionBoshCount
          Variable for storing the value of "TigaseConnectionBoshCount".
protected  Long TigaseConnectionClientCount
          Variable for storing the value of "TigaseConnectionClientCount".
protected  Long TigaseConnectionServerCount
          Variable for storing the value of "TigaseConnectionServerCount".
 
Constructor Summary
TigaseConnection(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
 Long getTigaseConnectionBoshCount()
          Getter for the "TigaseConnectionBoshCount" variable.
 Long getTigaseConnectionClientCount()
          Getter for the "TigaseConnectionClientCount" variable.
 Long getTigaseConnectionServerCount()
          Getter for the "TigaseConnectionServerCount" variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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".


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".


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".

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,
                        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 Long getTigaseConnectionBoshCount()
                                  throws com.sun.management.snmp.SnmpStatusException
Getter for the "TigaseConnectionBoshCount" variable.

Specified by:
getTigaseConnectionBoshCount in interface TigaseConnectionMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseConnectionServerCount

public Long getTigaseConnectionServerCount()
                                    throws com.sun.management.snmp.SnmpStatusException
Getter for the "TigaseConnectionServerCount" variable.

Specified by:
getTigaseConnectionServerCount in interface TigaseConnectionMBean
Throws:
com.sun.management.snmp.SnmpStatusException

getTigaseConnectionClientCount

public Long getTigaseConnectionClientCount()
                                    throws com.sun.management.snmp.SnmpStatusException
Getter for the "TigaseConnectionClientCount" variable.

Specified by:
getTigaseConnectionClientCount in interface TigaseConnectionMBean
Throws:
com.sun.management.snmp.SnmpStatusException


Copyright © 2012 Tigase. All Rights Reserved.