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 PcpNetworkEntityMBean


public interface PcpNetworkEntityMBean

Method Summary
 int getActiveInterval()
          Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity.
 String getAlias()
          Specifies a name that Service Broker uses to refer to the PCP network entity.
 String getDeploymentName()
          return the Module instance name that this MBean configures
 String getHeartbeat()
          Specifies whether or not to use a heartbeat mechanism over the connection with the PCP network entity.
 int getInactiveInterval()
          Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity.
 ObjectName getPcpNetworkEntities_REFSEP_()
          Returns the parent MBean PcpNetworkEntities_REFSEP_.
 int getPcpPoolId()
          Specifies the pool id to map to this alias.
 int getResponseTimeout()
          Specifies the time interval, in seconds, during which the PCP SSU waits for response from the PCP network entity.
 void setActiveInterval(int param)
          Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity.
 void setAlias(String param)
          Specifies a name that Service Broker uses to refer to the PCP network entity.
 void setHeartbeat(String param)
          Specifies whether or not to use a heartbeat mechanism over the connection with the PCP network entity.
 void setInactiveInterval(int param)
          Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity.
 void setPcpPoolId(int param)
          Specifies the pool id to map to this alias.
 void setResponseTimeout(int param)
          Specifies the time interval, in seconds, during which the PCP SSU waits for response from the PCP network entity.

 

Method Detail

getPcpNetworkEntities_REFSEP_

ObjectName getPcpNetworkEntities_REFSEP_()
                                         throws IOException
Returns the parent MBean PcpNetworkEntities_REFSEP_.
Parameters:
-
Returns:
ObjectName
Throws:
IOException

getAlias

String getAlias()
                throws IOException
Specifies a name that Service Broker uses to refer to the PCP network entity. The alias is a simple string.
Parameters:
-
Returns:
String
Throws:
IOException

setAlias

void setAlias(String param)
              throws IOException
Specifies a name that Service Broker uses to refer to the PCP network entity. The alias is a simple string.
Parameters:
param -
Throws:
IOException

getHeartbeat

String getHeartbeat()
                    throws IOException
Specifies whether or not to use a heartbeat mechanism over the connection with the PCP network entity. Possible values: ON, OFF.
Parameters:
-
Returns:
String
Throws:
IOException

setHeartbeat

void setHeartbeat(String param)
                  throws IOException
Specifies whether or not to use a heartbeat mechanism over the connection with the PCP network entity. Possible values: ON, OFF.
Parameters:
param -
Throws:
IOException

getPcpPoolId

int getPcpPoolId()
                 throws IOException
Specifies the pool id to map to this alias. This is a simple string.
Parameters:
-
Returns:
int
Throws:
IOException

setPcpPoolId

void setPcpPoolId(int param)
                  throws IOException
Specifies the pool id to map to this alias. This is a simple string.
Parameters:
param -
Throws:
IOException

getResponseTimeout

int getResponseTimeout()
                       throws IOException
Specifies the time interval, in seconds, during which the PCP SSU waits for response from the PCP network entity. This field is used by the heartbeat mechanism.
Parameters:
-
Returns:
int
Throws:
IOException

setResponseTimeout

void setResponseTimeout(int param)
                        throws IOException
Specifies the time interval, in seconds, during which the PCP SSU waits for response from the PCP network entity. This field is used by the heartbeat mechanism.
Parameters:
param -
Throws:
IOException

getActiveInterval

int getActiveInterval()
                      throws IOException
Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity. This field is used if the previous heartbeat test showed that the PCP network entity is active.
Parameters:
-
Returns:
int
Throws:
IOException

setActiveInterval

void setActiveInterval(int param)
                       throws IOException
Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity. This field is used if the previous heartbeat test showed that the PCP network entity is active.
Parameters:
param -
Throws:
IOException

getInactiveInterval

int getInactiveInterval()
                        throws IOException
Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity. This field is used if the previous heartbeat test showed that the PCP network entity is inactive.
Parameters:
-
Returns:
int
Throws:
IOException

setInactiveInterval

void setInactiveInterval(int param)
                         throws IOException
Specifies the period in seconds for sending heartbeat requests from the PCP SSU to the PCP network entity. This field is used if the previous heartbeat test showed that the PCP network entity is inactive.
Parameters:
param -
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.