Package tigase.management
Interface TigaseConnectionMBean
-
- All Known Implementing Classes:
TigaseConnection
public interface TigaseConnectionMBeanThis interface is used for representing the remote management interface for the "TigaseConnection" MBean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetTigaseConnectionBoshCount()LonggetTigaseConnectionClientCount()LonggetTigaseConnectionServerCount()
-
-
-
Method Detail
-
getTigaseConnectionBoshCount
Long getTigaseConnectionBoshCount() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionServerCount
Long getTigaseConnectionServerCount() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionClientCount
Long getTigaseConnectionClientCount() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
-