Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.ssuRuntimeMBeans
Interface SsuLocalSubSystemRuntimeMBean


public interface SsuLocalSubSystemRuntimeMBean

SsuLocalSubSystemRuntimeMBean to monitor a Service Broker subsystem. SS7 SSU instantiates one instance of SsuLocalSubSystemRuntimeMBean for each subsystem of Service Broker.

Number of Instances: Multiple

Object Name: com.convergin:Type=SsuLocalSubSystemRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.SsuLocalSubSystem.<ssn>


Method Summary
 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)

 

Method Detail

getInService

boolean getInService()
Returns a subsystem status.

getSSN

short getSSN()
Returns a current subsystem number value

statusInService

void statusInService()
Sends the request to inform the SCCP management that the subsystem’s state changed to In-Service (issue N-STATE)

statusOutOfService

void statusOutOfService()
Sends the request to inform the SCCP management that subsystem’s state changed to Out-Of-Service (issue N-STATE request)

statusCongestionLevel

void statusCongestionLevel(short level)
Sends a request to inform the SCCP management that the subsystem’s state changed to Congested (issue N-STATE request).
Parameters:
level - - congestion level (1-3)

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.