Skip navigation links

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

E26225-01


oracle.ocsb.app.rcc.config.beans.protocol.pcp
Interface PcpConfigTypeMBean

All Superinterfaces:
PcpConfigTypeReadOnlyMBean
All Known Implementing Classes:
PcpConfigType

public interface PcpConfigTypeMBean
extends PcpConfigTypeReadOnlyMBean

Method Summary
 void addConnectionPools()
          Add a new element named connectionPools
 boolean isSetConnectionPools()
           
 boolean isSetOpcodeRetry()
           
 boolean isSetOpcodeTimeout()
           
 boolean isSetPcpTransactionIdleTimeout()
           
 void removeConnectionPools()
          Remove an element named connectionPools
 void setConnectionPoolsMBean(ConnectionPoolsTypeMBean val)
          Set the value of the ConnectionPoolsType element
 void setOpcodeRetry(Integer value)
          Sets the value of the opcodeRetry property.
 void setOpcodeTimeout(long value)
          Sets the value of the opcodeTimeout property.
 void setPcpTransactionIdleTimeout(Long value)
          Sets the value of the pcpTransactionIdleTimeout property.

 

Methods inherited from interface oracle.ocsb.app.rcc.config.beans.protocol.pcp.PcpConfigTypeReadOnlyMBean
getConnectionPoolsMBean, getOpcodeRetry, getOpcodeTimeout, getPcpTransactionIdleTimeout

 

Method Detail

isSetConnectionPools

boolean isSetConnectionPools()

setOpcodeRetry

void setOpcodeRetry(Integer value)
Sets the value of the opcodeRetry property.

isSetOpcodeRetry

boolean isSetOpcodeRetry()

setOpcodeTimeout

void setOpcodeTimeout(long value)
Sets the value of the opcodeTimeout property.

isSetOpcodeTimeout

boolean isSetOpcodeTimeout()

setPcpTransactionIdleTimeout

void setPcpTransactionIdleTimeout(Long value)
Sets the value of the pcpTransactionIdleTimeout property.

isSetPcpTransactionIdleTimeout

boolean isSetPcpTransactionIdleTimeout()

addConnectionPools

void addConnectionPools()
Add a new element named connectionPools

removeConnectionPools

void removeConnectionPools()
Remove an element named connectionPools

setConnectionPoolsMBean

void setConnectionPoolsMBean(ConnectionPoolsTypeMBean val)
Set the value of the ConnectionPoolsType element

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.