Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-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>
 javax.management.ObjectName getSubSystem(short SSN)
          Returns a single SubSystem object
 javax.management.ObjectName[] getSubSystems()
          Returns the list of Sub-System Numbers currently defined for the Point Code
 java.lang.String getValue()
          Returns the current Point Code value

 

Method Detail

getSubSystems

javax.management.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

javax.management.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>