Uses of Class
org.apache.openejb.jee.wls.Pool

Packages that use Pool
org.apache.openejb.jee.wls Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Pool in org.apache.openejb.jee.wls
 

Fields in org.apache.openejb.jee.wls declared as Pool
protected  Pool EntityDescriptor.pool
           
protected  Pool StatelessSessionDescriptor.pool
           
protected  Pool MessageDrivenDescriptor.pool
           
 

Methods in org.apache.openejb.jee.wls that return Pool
 Pool ObjectFactory.createPool()
          Create an instance of Pool
 Pool EntityDescriptor.getPool()
          Gets the value of the pool property.
 Pool StatelessSessionDescriptor.getPool()
          Gets the value of the pool property.
 Pool MessageDrivenDescriptor.getPool()
          Gets the value of the pool property.
 

Methods in org.apache.openejb.jee.wls with parameters of type Pool
 void EntityDescriptor.setPool(Pool value)
          Sets the value of the pool property.
 void StatelessSessionDescriptor.setPool(Pool value)
          Sets the value of the pool property.
 void MessageDrivenDescriptor.setPool(Pool value)
          Sets the value of the pool property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.