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 ConnectionPoolConfigMBean

All Superinterfaces:
ConnectionPoolConfigReadOnlyMBean
All Known Implementing Classes:
ConnectionPoolConfig

public interface ConnectionPoolConfigMBean
extends ConnectionPoolConfigReadOnlyMBean

Method Summary
 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 interface oracle.ocsb.app.rcc.config.beans.protocol.pcp.ConnectionPoolConfigReadOnlyMBean
getCmPoolId, getCmPoolMaxIdleTime, getCmPoolMaxRequestQueueSize, getCmPoolMaxSize, getCmPoolMinSize, getCmPoolTimeout, getHost, getLogin, getPort

 

Method Detail

setCmPoolId

void setCmPoolId(int value)
Sets the value of the cmPoolId property.

isSetCmPoolId

boolean isSetCmPoolId()

setHost

void setHost(String value)
Sets the value of the host property.

isSetHost

boolean isSetHost()

setPort

void setPort(int value)
Sets the value of the port property.

isSetPort

boolean isSetPort()

setLogin

void setLogin(String value)
Sets the value of the login property.

isSetLogin

boolean isSetLogin()

setCmPoolMaxSize

void setCmPoolMaxSize(Integer value)
Sets the value of the cmPoolMaxSize property.

isSetCmPoolMaxSize

boolean isSetCmPoolMaxSize()

setCmPoolMinSize

void setCmPoolMinSize(Integer value)
Sets the value of the cmPoolMinSize property.

isSetCmPoolMinSize

boolean isSetCmPoolMinSize()

setCmPoolTimeout

void setCmPoolTimeout(Long value)
Sets the value of the cmPoolTimeout property.

isSetCmPoolTimeout

boolean isSetCmPoolTimeout()

setCmPoolMaxIdleTime

void setCmPoolMaxIdleTime(Long value)
Sets the value of the cmPoolMaxIdleTime property.

isSetCmPoolMaxIdleTime

boolean isSetCmPoolMaxIdleTime()

setCmPoolMaxRequestQueueSize

void setCmPoolMaxRequestQueueSize(Integer value)
Sets the value of the cmPoolMaxRequestQueueSize property.

isSetCmPoolMaxRequestQueueSize

boolean isSetCmPoolMaxRequestQueueSize()

isEnabled

boolean isEnabled()
Gets the value of the enabled property.

setEnabled

void setEnabled(boolean value)
Sets the value of the enabled property.

isSetEnabled

boolean isSetEnabled()

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.