Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.identity.config
Class PoolCfg

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byoracle.tip.pc.services.identity.config.ConfigurationProperties
                  extended byoracle.tip.pc.services.identity.config.PoolCfg

All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class PoolCfg
extends ConfigurationProperties

PoolCfg defines pool propertie.

Since:
beta 2
See Also:
Serialized Form

Constructor Summary
PoolCfg()
          Default constructor
PoolCfg(org.w3c.dom.Element element)
          Constructor
PoolCfg(int initsize, int maxsize, int prefsize, int timeout, java.util.Properties props)
          Constructor
PoolCfg(java.util.Properties props)
          Constructor

 

Method Summary
 java.lang.String getInitSize()
          Gets Pool's init size
 java.lang.String getMaxSize()
          Gets Pool's max size
 java.lang.String getPrefSize()
          Gets Pool's pref size
 java.util.Map getProperties()
          Gets provider properties
 java.lang.String getTimeout()
          Gets Pool's timeout
 java.lang.String toString()
           
 org.w3c.dom.Element toXMLElement(org.w3c.dom.Document doc, org.w3c.dom.Element parent)
          To XML Element

 

Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store

 

Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PoolCfg

public PoolCfg()
Default constructor

PoolCfg

public PoolCfg(java.util.Properties props)
Constructor
Parameters:
props - Default properties for this configuration

PoolCfg

public PoolCfg(int initsize,
               int maxsize,
               int prefsize,
               int timeout,
               java.util.Properties props)
Constructor
Parameters:
initsize - a pool initsize
maxsize - a pool maxsize
prefsize - a pool prefsize
timeout - a pool timeout
props - a pool Properties

PoolCfg

public PoolCfg(org.w3c.dom.Element element)
Constructor
Parameters:
element - An XML Element that represents this configuration. It has to adhere to the schema definition of the configuration service.

Method Detail

getInitSize

public java.lang.String getInitSize()
Gets Pool's init size
Returns:
init size

getMaxSize

public java.lang.String getMaxSize()
Gets Pool's max size
Returns:
max size

getPrefSize

public java.lang.String getPrefSize()
Gets Pool's pref size
Returns:
pref size

getTimeout

public java.lang.String getTimeout()
Gets Pool's timeout
Returns:
timeout

getProperties

public java.util.Map getProperties()
Gets provider properties
Returns:
provider properties

toXMLElement

public org.w3c.dom.Element toXMLElement(org.w3c.dom.Document doc,
                                        org.w3c.dom.Element parent)
To XML Element
Parameters:
doc - XML Document. The element will be contained in this Document. Cannot be null.
parent - a parent Element. The returned element will be the child of this element. Cannot be null.
Returns:
An XML representation of the Configuration Object.

toString

public java.lang.String toString()
Overrides:
toString in class ConfigurationProperties

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.