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 ConnectionPoolConfigReadOnlyMBean

All Known Subinterfaces:
ConnectionPoolConfigMBean
All Known Implementing Classes:
ConnectionPoolConfig

public interface ConnectionPoolConfigReadOnlyMBean

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.

 

Method Detail

getCmPoolId

int getCmPoolId()
Gets the value of the cmPoolId property.

getHost

String getHost()
Gets the value of the host property.

getPort

int getPort()
Gets the value of the port property.

getLogin

String getLogin()
Gets the value of the login property.

getCmPoolMaxSize

Integer getCmPoolMaxSize()
Gets the value of the cmPoolMaxSize property.

getCmPoolMinSize

Integer getCmPoolMinSize()
Gets the value of the cmPoolMinSize property.

getCmPoolTimeout

Long getCmPoolTimeout()
Gets the value of the cmPoolTimeout property.

getCmPoolMaxIdleTime

Long getCmPoolMaxIdleTime()
Gets the value of the cmPoolMaxIdleTime property.

getCmPoolMaxRequestQueueSize

Integer getCmPoolMaxRequestQueueSize()
Gets the value of the cmPoolMaxRequestQueueSize property.

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.