Skip navigation links

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

E38079-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
 ObjectName getLocalPointCode(String pointCode)
          Returns a reference to a specified instance of SsuLocalPointCodeRuntimeMBean
 ObjectName[] getLocalPointCodes()
          Returns an array of references to instances of SsuLocalPointCodeRuntimeMBean
 ObjectName getRemotePointCode(String pointCode)
          Returns a reference to a specified instance of SsuRemotePointCodeRuntimeMBean that monitors the given remote point code
 ObjectName[] getRemotePointCodes()
          Returns an array of references to instances of SsuRemotePointCodeRuntimeMBean

 

Method Detail

getLocalPointCodes

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

getLocalPointCode

ObjectName getLocalPointCode(String pointCode)
Returns a reference to a specified instance of SsuLocalPointCodeRuntimeMBean

getRemotePointCodes

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

getRemotePointCode

ObjectName getRemotePointCode(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 Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


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