Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 5.0

E18334-01


com.convergin.common.wcsMbeanSupport.ssuRuntimeMBeans
Interface SsuRuntimeMBean


public interface SsuRuntimeMBean

SsuRuntimeMBean is a root MBean for monitoring SS7 SSU.

Number of Instances: One

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


Method Summary
 javax.management.ObjectName getLocalPointCode(java.lang.String pointCode)
          Returns a reference to a specified instance of SsuLocalPointCodeRuntimeMBean
 javax.management.ObjectName[] getLocalPointCodes()
          Returns an array of references to instances of SsuLocalPointCodeRuntimeMBean
 javax.management.ObjectName getRemotePointCode(java.lang.String pointCode)
          Returns a reference to a specified instance of SsuRemotePointCodeRuntimeMBean that monitors the given remote point code
 javax.management.ObjectName[] getRemotePointCodes()
          Returns an array of references to instances of SsuRemotePointCodeRuntimeMBean

 

Method Detail

getLocalPointCodes

javax.management.ObjectName[] getLocalPointCodes()
Returns an array of references to instances of SsuLocalPointCodeRuntimeMBean

getLocalPointCode

javax.management.ObjectName getLocalPointCode(java.lang.String pointCode)
Returns a reference to a specified instance of SsuLocalPointCodeRuntimeMBean

getRemotePointCodes

javax.management.ObjectName[] getRemotePointCodes()
Returns an array of references to instances of SsuRemotePointCodeRuntimeMBean

getRemotePointCode

javax.management.ObjectName getRemotePointCode(java.lang.String pointCode)
Returns a reference to a specified instance of SsuRemotePointCodeRuntimeMBean that monitors the given remote point code

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.