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 PcpSsuMBean


public interface PcpSsuMBean

Method Summary
 String getDeploymentName()
          Return the Module instance name that this MBean configures.
 String getModulename()
          This is an advanced attribute reserved for internal use.
 String getName()
          This is an advanced attribute reserved for internal use.
 ObjectName getPcpNetworkEntities()
          Get the referenced PcpNetworkEntities MBean.
 String getVersion()
          This is an advanced attribute reserved for internal use.
 void setName(String param)
          This is an advanced attribute reserved for internal use.

 

Method Detail

getModulename

String getModulename()
                     throws IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
IOException

getVersion

String getVersion()
                  throws IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
IOException

getName

String getName()
               throws IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
-
Returns:
String
Throws:
IOException

setName

void setName(String param)
             throws IOException
This is an advanced attribute reserved for internal use. Do NOT change this attribute.
Parameters:
param -
Throws:
IOException

getPcpNetworkEntities

ObjectName getPcpNetworkEntities()
                                 throws IOException
Get the referenced PcpNetworkEntities MBean.
Parameters:
-
Returns:
ObjectName
Throws:
IOException

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.