|
Oracle Communications Service Broker Policy and Charging MBean Java API Reference 6.0 E26225-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ocsb.app.rcc.config.beans.protocol.pcp.PcpConfigType
public class PcpConfigType
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>
| 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 |
|---|
protected ConnectionPoolsType connectionPools
protected Integer opcodeRetry
protected long opcodeTimeout
protected Long pcpTransactionIdleTimeout
| Constructor Detail |
|---|
public PcpConfigType()
public PcpConfigType(ConnectionPoolsType connectionPools,
Integer opcodeRetry,
long opcodeTimeout,
Long pcpTransactionIdleTimeout)
| Method Detail |
|---|
public ConnectionPoolsType getConnectionPools()
ConnectionPoolsTypepublic void setConnectionPools(ConnectionPoolsType value)
value - allowed object is ConnectionPoolsTypepublic boolean isSetConnectionPools()
isSetConnectionPools in interface PcpConfigTypeMBeanpublic Integer getOpcodeRetry()
getOpcodeRetry in interface PcpConfigTypeReadOnlyMBeanIntegerpublic void setOpcodeRetry(Integer value)
setOpcodeRetry in interface PcpConfigTypeMBeanvalue - allowed object is Integerpublic boolean isSetOpcodeRetry()
isSetOpcodeRetry in interface PcpConfigTypeMBeanpublic long getOpcodeTimeout()
getOpcodeTimeout in interface PcpConfigTypeReadOnlyMBeanpublic void setOpcodeTimeout(long value)
setOpcodeTimeout in interface PcpConfigTypeMBeanpublic boolean isSetOpcodeTimeout()
isSetOpcodeTimeout in interface PcpConfigTypeMBeanpublic Long getPcpTransactionIdleTimeout()
getPcpTransactionIdleTimeout in interface PcpConfigTypeReadOnlyMBeanLongpublic void setPcpTransactionIdleTimeout(Long value)
setPcpTransactionIdleTimeout in interface PcpConfigTypeMBeanvalue - allowed object is Longpublic boolean isSetPcpTransactionIdleTimeout()
isSetPcpTransactionIdleTimeout in interface PcpConfigTypeMBeanpublic void addConnectionPools()
addConnectionPools in interface PcpConfigTypeMBeanpublic void removeConnectionPools()
removeConnectionPools in interface PcpConfigTypeMBeanpublic ConnectionPoolsTypeMBean getConnectionPoolsMBean()
getConnectionPoolsMBean in interface PcpConfigTypeReadOnlyMBeanpublic void setConnectionPoolsMBean(ConnectionPoolsTypeMBean val)
setConnectionPoolsMBean in interface PcpConfigTypeMBean
|
Oracle Communications Service Broker Policy and Charging MBean Java API Reference 6.0 E26225-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||