Skip navigation links

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

E38079-01


com.convergin.common.wcsMbeanSupport
Interface SsuRuntimeMBean


public interface SsuRuntimeMBean

interface SsuRuntimeMBean


Method Summary
 ObjectName getLocalPointCode(String pointCode)
          Returns a local single Point Code
 ObjectName[] getLocalPointCodes()
          Returns the list of local Point Codes defined in the system
 ObjectName getRemotePointCode(String pointCode)
          Returns a remote single Point Code
 ObjectName[] getRemotePointCodes()
          Returns the list of remote Point Codes defined in the system

 

Method Detail

getLocalPointCodes

ObjectName[] getLocalPointCodes()
Returns the list of local Point Codes defined in the system
Returns:
list of Point Codes defined in the system

getLocalPointCode

ObjectName getLocalPointCode(String pointCode)
Returns a local single Point Code
Returns:
management object that represents the specified Point Code

getRemotePointCodes

ObjectName[] getRemotePointCodes()
Returns the list of remote Point Codes defined in the system
Returns:
list of Point Codes defined in the system

getRemotePointCode

ObjectName getRemotePointCode(String pointCode)
Returns a remote single Point Code
Returns:
management object that represents the specified 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.