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
Class PcpConfigType

java.lang.Object
  extended by oracle.ocsb.app.rcc.config.beans.protocol.pcp.PcpConfigType

All Implemented Interfaces:
Serializable, PcpConfigTypeMBean, PcpConfigTypeReadOnlyMBean

public class PcpConfigType
extends Object
implements Serializable, PcpConfigTypeMBean

Java class for PcpConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PcpConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connectionPools" type="{http://xmlns.oracle.com/axia/pcp-config}ConnectionPoolsType" minOccurs="0"/>
         <element name="opcodeRetry" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="opcodeTimeout" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="pcpTransactionIdleTimeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  ConnectionPoolsType connectionPools
           
protected  Integer opcodeRetry
           
protected  long opcodeTimeout
           
protected  Long pcpTransactionIdleTimeout
           

 

Constructor Summary
PcpConfigType()
          Default Constructor
PcpConfigType(ConnectionPoolsType connectionPools, Integer opcodeRetry, long opcodeTimeout, Long pcpTransactionIdleTimeout)
           

 

Method Summary
 void addConnectionPools()
          Add a new element named connectionPools
 ConnectionPoolsType getConnectionPools()
          Gets the value of the connectionPools property.
 ConnectionPoolsTypeMBean getConnectionPoolsMBean()
          Get the value of the ConnectionPoolsType element
 Integer getOpcodeRetry()
          Gets the value of the opcodeRetry property.
 long getOpcodeTimeout()
          Gets the value of the opcodeTimeout property.
 Long getPcpTransactionIdleTimeout()
          Gets the value of the pcpTransactionIdleTimeout property.
 boolean isSetConnectionPools()
           
 boolean isSetOpcodeRetry()
           
 boolean isSetOpcodeTimeout()
           
 boolean isSetPcpTransactionIdleTimeout()
           
 void removeConnectionPools()
          Remove an element named connectionPools
 void setConnectionPools(ConnectionPoolsType value)
          Sets the value of the connectionPools property.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

connectionPools

protected ConnectionPoolsType connectionPools

opcodeRetry

protected Integer opcodeRetry

opcodeTimeout

protected long opcodeTimeout

pcpTransactionIdleTimeout

protected Long pcpTransactionIdleTimeout

Constructor Detail

PcpConfigType

public PcpConfigType()
Default Constructor

PcpConfigType

public PcpConfigType(ConnectionPoolsType connectionPools,
                     Integer opcodeRetry,
                     long opcodeTimeout,
                     Long pcpTransactionIdleTimeout)

Method Detail

getConnectionPools

public ConnectionPoolsType getConnectionPools()
Gets the value of the connectionPools property.
Returns:
possible object is ConnectionPoolsType

setConnectionPools

public void setConnectionPools(ConnectionPoolsType value)
Sets the value of the connectionPools property.
Parameters:
value - allowed object is ConnectionPoolsType

isSetConnectionPools

public boolean isSetConnectionPools()
Specified by:
isSetConnectionPools in interface PcpConfigTypeMBean

getOpcodeRetry

public Integer getOpcodeRetry()
Gets the value of the opcodeRetry property.
Specified by:
getOpcodeRetry in interface PcpConfigTypeReadOnlyMBean
Returns:
possible object is Integer

setOpcodeRetry

public void setOpcodeRetry(Integer value)
Sets the value of the opcodeRetry property.
Specified by:
setOpcodeRetry in interface PcpConfigTypeMBean
Parameters:
value - allowed object is Integer

isSetOpcodeRetry

public boolean isSetOpcodeRetry()
Specified by:
isSetOpcodeRetry in interface PcpConfigTypeMBean

getOpcodeTimeout

public long getOpcodeTimeout()
Gets the value of the opcodeTimeout property.
Specified by:
getOpcodeTimeout in interface PcpConfigTypeReadOnlyMBean

setOpcodeTimeout

public void setOpcodeTimeout(long value)
Sets the value of the opcodeTimeout property.
Specified by:
setOpcodeTimeout in interface PcpConfigTypeMBean

isSetOpcodeTimeout

public boolean isSetOpcodeTimeout()
Specified by:
isSetOpcodeTimeout in interface PcpConfigTypeMBean

getPcpTransactionIdleTimeout

public Long getPcpTransactionIdleTimeout()
Gets the value of the pcpTransactionIdleTimeout property.
Specified by:
getPcpTransactionIdleTimeout in interface PcpConfigTypeReadOnlyMBean
Returns:
possible object is Long

setPcpTransactionIdleTimeout

public void setPcpTransactionIdleTimeout(Long value)
Sets the value of the pcpTransactionIdleTimeout property.
Specified by:
setPcpTransactionIdleTimeout in interface PcpConfigTypeMBean
Parameters:
value - allowed object is Long

isSetPcpTransactionIdleTimeout

public boolean isSetPcpTransactionIdleTimeout()
Specified by:
isSetPcpTransactionIdleTimeout in interface PcpConfigTypeMBean

addConnectionPools

public void addConnectionPools()
Add a new element named connectionPools
Specified by:
addConnectionPools in interface PcpConfigTypeMBean

removeConnectionPools

public void removeConnectionPools()
Remove an element named connectionPools
Specified by:
removeConnectionPools in interface PcpConfigTypeMBean

getConnectionPoolsMBean

public ConnectionPoolsTypeMBean getConnectionPoolsMBean()
Get the value of the ConnectionPoolsType element
Specified by:
getConnectionPoolsMBean in interface PcpConfigTypeReadOnlyMBean

setConnectionPoolsMBean

public void setConnectionPoolsMBean(ConnectionPoolsTypeMBean val)
Set the value of the ConnectionPoolsType element
Specified by:
setConnectionPoolsMBean in interface PcpConfigTypeMBean

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.