Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.common.wcsMbeanSupport
Interface SsuLocalPointCodeRuntimeMBean


public interface SsuLocalPointCodeRuntimeMBean

interface SSU Point Code Management Interface


Method Summary
 short getStatus()
          Returns point code status: <lu> 1 - inaccessible; 2 - congested; 3 - accessible; </lu>
 ObjectName getSubSystem(short SSN)
          Returns a single SubSystem object
 ObjectName[] getSubSystems()
          Returns the list of Sub-System Numbers currently defined for the Point Code
 String getValue()
          Returns the current Point Code value

 

Method Detail

getSubSystems

ObjectName[] getSubSystems()
Returns the list of Sub-System Numbers currently defined for the Point Code
Returns:
an array of the Sub-System Numbers currently defined for the Point Code

getSubSystem

ObjectName getSubSystem(short SSN)
Returns a single SubSystem object
Parameters:
SSN - - Sub System Number
Returns:
SubSystem MBean

getStatus

short getStatus()
Returns point code status: <lu>