public interface ImocfRuntimeMBean
extends com.convergin.common.wcsMbeanSupport.RuntimeThresholdInterface
Number of Instances: One
Object Name:
com.convergin:Type=ImocfRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.Imocf
Modifier and Type | Method and Description |
---|---|
long |
getAbandonSessionCount()
Returns the number of session establishing attempts that were abandoned by a user during setup in the last measurement period
|
long |
getAverageCallDuration()
NOT IMPLEMENTED
|
javax.management.ObjectName |
getDiameterRuntimeMbean()
Returns a reference to the instance of DiameterRuntimeMBean
|
long |
getErrorSessionCount()
NOT IMPLEMENTED
|
javax.management.ObjectName |
getRoRuntimeMbean()
Returns a reference to an instance of RoRuntimeMBean
|
long |
getServiceNotApprovedSessionCount()
NOT IMPLEMENTED
|
long |
getServiceTerminatedSessionCount()
Returns the number of established sessions that were terminated by the service in the last measurement period
|
long |
getSessionCount()
Returns the number of sessions that IM-OCF handled in the last measurement period
|
long |
getSessionGauge()
NOT IMPLEMENTED
|
long |
getUserTerminatedSessionCount()
Returns the number of established sessions that were terminated by one of the users in the last measurement period
|
long getSessionCount()
long getSessionGauge()
Returns the number of sessions that IM-OCF is currently handling
long getAbandonSessionCount()
long getErrorSessionCount()
Returns the number of attempt session establishment that failed during setup in the last measurement period
long getServiceNotApprovedSessionCount()
Returns the number of attempt session establishment that were not approved by the service (no credit) in the last measurement period
long getUserTerminatedSessionCount()
long getServiceTerminatedSessionCount()
long getAverageCallDuration()
Returns the average call duration in the im-ocf
javax.management.ObjectName getDiameterRuntimeMbean()
javax.management.ObjectName getRoRuntimeMbean()