public interface ImssfCapRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: One
Object Name:
com.convergin:Type=ImssfCapRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.ImssfCap
Modifier and Type | Method and Description |
---|---|
javax.management.ObjectName |
getCapRuntimeMBean()
Returns a reference to an instance of CapRuntimeMBean which is used to monitor the IM-SSF CAP interface
|
long |
getFullControlCount()
Returns the number of fully controlled sessions that IM-SSF handled in the last measurement period.
|
long |
getInitialControlCount()
Returns the number of non-fully controlled sessions that IM-SSF handled in the last measurement period.
|
long |
getOSideSessionCount()
Returns the number of sessions that triggered a service on the O-side
|
long |
getSessionCount()
Returns the total number of sessions that IM-SSF handled in last measurement period
|
javax.management.ObjectName |
getTcapRuntimeMBean()
Returns a reference to an instance of TcapRuntimeMBean which is used to monitor the IM-SSF TCAP interface
|
long |
getTSideSessionCount()
Returns the number of sessions that triggered a service on the T-side
|
int |
getTssfExpiryCount()
Returns the number of times that Tssf expired
|
int |
getUserInteractionCount()
Returns the number of sessions that included interaction with a media resource
|
javax.management.ObjectName getCapRuntimeMBean()
javax.management.ObjectName getTcapRuntimeMBean()
long getFullControlCount()
long getInitialControlCount()
long getSessionCount()
long getOSideSessionCount()
long getTSideSessionCount()
int getUserInteractionCount()
int getTssfExpiryCount()