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 java.lang.LonggetTigaseConnectionBoshCount()java.lang.LonggetTigaseConnectionClientCount()java.lang.LonggetTigaseConnectionServerCount()
-
-
-
Method Detail
-
getTigaseConnectionBoshCount
java.lang.Long getTigaseConnectionBoshCount() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionServerCount
java.lang.Long getTigaseConnectionServerCount() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseConnectionClientCount
java.lang.Long getTigaseConnectionClientCount() throws com.sun.management.snmp.SnmpStatusException- Throws:
com.sun.management.snmp.SnmpStatusException
-
-