Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.ssu.pcp.config.beans
Interface PcpNetworkEntitiesMBean


public interface PcpNetworkEntitiesMBean

Method Summary
 ObjectName createPcpNetworkEntity(String newMbeanIndex)
          Create a descendant MBean of type PcpNetworkEntity with the given name.
 void destroyPcpNetworkEntity(String delMbeanIndex)
          Destroy a descendant MBean of type PcpNetworkEntity with the given name.
 String getDeploymentName()
          Return the Module instance name that this MBean configures.
 ObjectName[] getPcpNetworkEntitys()
          return all MBeans of type PcpNetworkEntity that are direct descendants of this MBean.
 ObjectName getPcpSsu()
          Get the parent MBean: PcpSsu
 ObjectName lookupPcpNetworkEntity(String lookupMBeanIndex)
          Return the ObjectName of a specific MBean of type PcpNetworkEntity that is a direct descendant of this MBean.

 

Method Detail

getPcpSsu

ObjectName getPcpSsu()
                     throws IOException
Get the parent MBean: PcpSsu
Parameters:
-
Returns:
ObjectName
Throws:
IOException

createPcpNetworkEntity

ObjectName createPcpNetworkEntity(String newMbeanIndex)
                                  throws IOException
Create a descendant MBean of type PcpNetworkEntity with the given name.
Parameters:
newMbeanIndex -
Returns:
ObjectName
Throws:
IOException

destroyPcpNetworkEntity

void destroyPcpNetworkEntity(String delMbeanIndex)
                             throws IOException
Destroy a descendant MBean of type PcpNetworkEntity with the given name.
Parameters:
delMbeanIndex -
Throws:
IOException

lookupPcpNetworkEntity

ObjectName lookupPcpNetworkEntity(String lookupMBeanIndex)
Return the ObjectName of a specific MBean of type PcpNetworkEntity that is a direct descendant of this MBean.
Parameters:
lookupMBeanIndex -
Returns:
ObjectName

getPcpNetworkEntitys

ObjectName[] getPcpNetworkEntitys()
return all MBeans of type PcpNetworkEntity that are direct descendants of this MBean.
Returns:
ObjectName[]

getDeploymentName

String getDeploymentName()
Return the Module instance name that this MBean configures.
Returns:
String

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


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