public interface SsuLocalSubSystemRuntimeMBean
Number of Instances: Multiple
Object Name:
com.convergin:Type=SsuLocalSubSystemRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.SsuLocalSubSystem.<ssn>
Modifier and Type | Method and Description |
---|---|
boolean |
getInService()
Returns a subsystem status.
|
short |
getSSN()
Returns a current subsystem number value
|
void |
statusCongestionLevel(short level)
Sends a request to inform the SCCP management that the subsystem's state changed to Congested (issue N-STATE request).
|
void |
statusInService()
Sends the request to inform the SCCP management that the subsystem's state changed to In-Service (issue N-STATE)
|
void |
statusOutOfService()
Sends the request to inform the SCCP management that subsystem's state changed to Out-Of-Service (issue N-STATE request)
|
boolean getInService()
short getSSN()
void statusInService()
void statusOutOfService()
void statusCongestionLevel(short level)
level
- - congestion level (1-3)