Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.ssuRuntimeMBeans
Interface SsuLocalPointCodeRuntimeMBean


public interface SsuLocalPointCodeRuntimeMBean

SsuLocalPointCodeRuntimeMBean enables you to monitor the point code of the SSU itself, that is the Service Broker point code.

Number of Instances: One

Object Name: com.convergin:Type=SsuLocalPointCodeRuntime,Version=<version>,Location=<server-name>,Name=<module-instance-name>.SsuLocalPointCode


Method Summary
 short getStatus()
          Returns a point code status: <lu> 1 - inaccessible; 2 - congested; 3 - accessible; </lu>
 javax.management.ObjectName getSubSystem(short SSN)
          Returns a reference to an instance of SsuLocalSubSystemRuntimeMBean that monitors a specific subsystem
 javax.management.ObjectName[] getSubSystems()
          Returns an array of references to instances of SsuLocalSubSystemRuntimeMBean
 java.lang.String getValue()
          Returns the current Point Code value

 

Method Detail

getSubSystems

javax.management.ObjectName[] getSubSystems()
Returns an array of references to instances of SsuLocalSubSystemRuntimeMBean

getSubSystem

javax.management.ObjectName getSubSystem(short SSN)
Returns a reference to an instance of SsuLocalSubSystemRuntimeMBean that monitors a specific subsystem
Parameters:
SSN - - Sub System Number

getStatus

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