Package tigase.management
Interface TigaseUserMBean
-
- All Known Implementing Classes:
TigaseUser
public interface TigaseUserMBeanThis interface is used for representing the remote management interface for the "TigaseUser" MBean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetTigaseUserRegisteredCount()LonggetTigaseUserSessionCount()
-
-
-
Method Detail
-
getTigaseUserRegisteredCount
Long getTigaseUserRegisteredCount() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getTigaseUserSessionCount
Long getTigaseUserSessionCount() throws com.sun.management.snmp.SnmpStatusException
- Throws:
com.sun.management.snmp.SnmpStatusException
-
-