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 ConnectionPoolConfig

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

All Implemented Interfaces:
Serializable, ConnectionPoolConfigMBean, ConnectionPoolConfigReadOnlyMBean

public class ConnectionPoolConfig
extends Object
implements Serializable, ConnectionPoolConfigMBean

Java class for ConnectionPoolConfig complex type.

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

 <complexType name="ConnectionPoolConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cmPoolId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="login" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="cmPoolMaxSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="cmPoolMinSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="cmPoolTimeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="cmPoolMaxIdleTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="cmPoolMaxRequestQueueSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  int cmPoolId
           
protected  Long cmPoolMaxIdleTime
           
protected  Integer cmPoolMaxRequestQueueSize
           
protected  Integer cmPoolMaxSize
           
protected  Integer cmPoolMinSize
           
protected  Long cmPoolTimeout
           
protected  boolean enabled
           
protected  String host
           
protected  String login
           
protected  int port
           

 

Constructor Summary
ConnectionPoolConfig()
          Default Constructor
ConnectionPoolConfig(int cmPoolId, String host, int port, String login, Integer cmPoolMaxSize, Integer cmPoolMinSize, Long cmPoolTimeout, Long cmPoolMaxIdleTime, Integer cmPoolMaxRequestQueueSize, boolean enabled)
           

 

Method Summary
 int getCmPoolId()
          Gets the value of the cmPoolId property.
 Long getCmPoolMaxIdleTime()
          Gets the value of the cmPoolMaxIdleTime property.
 Integer getCmPoolMaxRequestQueueSize()
          Gets the value of the cmPoolMaxRequestQueueSize property.
 Integer getCmPoolMaxSize()
          Gets the value of the cmPoolMaxSize property.
 Integer getCmPoolMinSize()
          Gets the value of the cmPoolMinSize property.
 Long getCmPoolTimeout()
          Gets the value of the cmPoolTimeout property.
 String getHost()
          Gets the value of the host property.
 String getLogin()
          Gets the value of the login property.
 int getPort()
          Gets the value of the port property.
 boolean isEnabled()
          Gets the value of the enabled property.
 boolean isSetCmPoolId()
           
 boolean isSetCmPoolMaxIdleTime()
           
 boolean isSetCmPoolMaxRequestQueueSize()
           
 boolean isSetCmPoolMaxSize()
           
 boolean isSetCmPoolMinSize()
           
 boolean isSetCmPoolTimeout()
           
 boolean isSetEnabled()
           
 boolean isSetHost()
           
 boolean isSetLogin()
           
 boolean isSetPort()
           
 void setCmPoolId(int value)
          Sets the value of the cmPoolId property.
 void setCmPoolMaxIdleTime(Long value)
          Sets the value of the cmPoolMaxIdleTime property.
 void setCmPoolMaxRequestQueueSize(Integer value)
          Sets the value of the cmPoolMaxRequestQueueSize property.
 void setCmPoolMaxSize(Integer value)
          Sets the value of the cmPoolMaxSize property.
 void setCmPoolMinSize(Integer value)
          Sets the value of the cmPoolMinSize property.
 void setCmPoolTimeout(Long value)
          Sets the value of the cmPoolTimeout property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setHost(String value)
          Sets the value of the host property.
 void setLogin(String value)
          Sets the value of the login property.
 void setPort(int value)
          Sets the value of the port property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

cmPoolId

protected int cmPoolId

host

protected String host

port

protected int port

login

protected String login

cmPoolMaxSize

protected Integer cmPoolMaxSize

cmPoolMinSize

protected Integer cmPoolMinSize

cmPoolTimeout

protected Long cmPoolTimeout

cmPoolMaxIdleTime

protected Long cmPoolMaxIdleTime

cmPoolMaxRequestQueueSize

protected Integer cmPoolMaxRequestQueueSize

enabled

protected boolean enabled

Constructor Detail

ConnectionPoolConfig

public ConnectionPoolConfig()
Default Constructor

ConnectionPoolConfig

public ConnectionPoolConfig(int cmPoolId,
                            String host,
                            int port,
                            String login,
                            Integer cmPoolMaxSize,
                            Integer cmPoolMinSize,
                            Long cmPoolTimeout,
                            Long cmPoolMaxIdleTime,
                            Integer cmPoolMaxRequestQueueSize,
                            boolean enabled)

Method Detail

getCmPoolId

public int getCmPoolId()
Gets the value of the cmPoolId property.
Specified by:
getCmPoolId in interface ConnectionPoolConfigReadOnlyMBean

setCmPoolId

public void setCmPoolId(int value)
Sets the value of the cmPoolId property.
Specified by:
setCmPoolId in interface ConnectionPoolConfigMBean

isSetCmPoolId

public boolean isSetCmPoolId()
Specified by:
isSetCmPoolId in interface ConnectionPoolConfigMBean

getHost

public String getHost()
Gets the value of the host property.
Specified by:
getHost in interface ConnectionPoolConfigReadOnlyMBean
Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.
Specified by:
setHost in interface ConnectionPoolConfigMBean
Parameters:
value - allowed object is String

isSetHost

public boolean isSetHost()
Specified by:
isSetHost in interface ConnectionPoolConfigMBean

getPort

public int getPort()
Gets the value of the port property.
Specified by:
getPort in interface ConnectionPoolConfigReadOnlyMBean

setPort

public void setPort(int value)
Sets the value of the port property.
Specified by:
setPort in interface ConnectionPoolConfigMBean

isSetPort

public boolean isSetPort()
Specified by:
isSetPort in interface ConnectionPoolConfigMBean

getLogin

public String getLogin()
Gets the value of the login property.
Specified by:
getLogin in interface ConnectionPoolConfigReadOnlyMBean
Returns:
possible object is String

setLogin

public void setLogin(String value)
Sets the value of the login property.
Specified by:
setLogin in interface ConnectionPoolConfigMBean
Parameters:
value - allowed object is String

isSetLogin

public boolean isSetLogin()
Specified by:
isSetLogin in interface ConnectionPoolConfigMBean

getCmPoolMaxSize

public Integer getCmPoolMaxSize()
Gets the value of the cmPoolMaxSize property.
Specified by:
getCmPoolMaxSize in interface ConnectionPoolConfigReadOnlyMBean
Returns:
possible object is Integer

setCmPoolMaxSize

public void setCmPoolMaxSize(Integer value)
Sets the value of the cmPoolMaxSize property.
Specified by:
setCmPoolMaxSize in interface ConnectionPoolConfigMBean
Parameters:
value - allowed object is Integer

isSetCmPoolMaxSize

public boolean isSetCmPoolMaxSize()
Specified by:
isSetCmPoolMaxSize in interface ConnectionPoolConfigMBean

getCmPoolMinSize

public Integer getCmPoolMinSize()
Gets the value of the cmPoolMinSize property.
Specified by:
getCmPoolMinSize in interface ConnectionPoolConfigReadOnlyMBean
Returns:
possible object is Integer

setCmPoolMinSize

public void setCmPoolMinSize(Integer value)
Sets the value of the cmPoolMinSize property.
Specified by:
setCmPoolMinSize in interface ConnectionPoolConfigMBean
Parameters:
value - allowed object is Integer

isSetCmPoolMinSize

public boolean isSetCmPoolMinSize()
Specified by:
isSetCmPoolMinSize in interface ConnectionPoolConfigMBean

getCmPoolTimeout

public Long getCmPoolTimeout()
Gets the value of the cmPoolTimeout property.
Specified by:
getCmPoolTimeout in interface ConnectionPoolConfigReadOnlyMBean
Returns:
possible object is Long

setCmPoolTimeout

public void setCmPoolTimeout(Long value)
Sets the value of the cmPoolTimeout property.
Specified by:
setCmPoolTimeout in interface ConnectionPoolConfigMBean
Parameters:
value - allowed object is Long

isSetCmPoolTimeout

public boolean isSetCmPoolTimeout()
Specified by:
isSetCmPoolTimeout in interface ConnectionPoolConfigMBean

getCmPoolMaxIdleTime

public Long getCmPoolMaxIdleTime()
Gets the value of the cmPoolMaxIdleTime property.
Specified by:
getCmPoolMaxIdleTime in interface ConnectionPoolConfigReadOnlyMBean
Returns:
possible object is Long

setCmPoolMaxIdleTime

public void setCmPoolMaxIdleTime(Long value)
Sets the value of the cmPoolMaxIdleTime property.
Specified by:
setCmPoolMaxIdleTime in interface ConnectionPoolConfigMBean
Parameters:
value - allowed object is Long

isSetCmPoolMaxIdleTime

public boolean isSetCmPoolMaxIdleTime()
Specified by:
isSetCmPoolMaxIdleTime in interface ConnectionPoolConfigMBean

getCmPoolMaxRequestQueueSize

public Integer getCmPoolMaxRequestQueueSize()
Gets the value of the cmPoolMaxRequestQueueSize property.
Specified by:
getCmPoolMaxRequestQueueSize in interface ConnectionPoolConfigReadOnlyMBean
Returns:
possible object is Integer

setCmPoolMaxRequestQueueSize

public void setCmPoolMaxRequestQueueSize(Integer value)
Sets the value of the cmPoolMaxRequestQueueSize property.
Specified by:
setCmPoolMaxRequestQueueSize in interface ConnectionPoolConfigMBean
Parameters:
value - allowed object is Integer

isSetCmPoolMaxRequestQueueSize

public boolean isSetCmPoolMaxRequestQueueSize()
Specified by:
isSetCmPoolMaxRequestQueueSize in interface ConnectionPoolConfigMBean

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.
Specified by:
isEnabled in interface ConnectionPoolConfigMBean

setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.
Specified by:
setEnabled in interface ConnectionPoolConfigMBean

isSetEnabled

public boolean isSetEnabled()
Specified by:
isSetEnabled in interface ConnectionPoolConfigMBean

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.