|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Setup | |
org.sadun.util.pool | The simple Object Pool package. |
org.sadun.util.pool2 | NOT COMPLETE YET. |
org.sadun.util.xml.configuration | The XML nested configuraton SAX handler and related types. |
Uses of Setup in org.sadun.util.pool |
Fields in org.sadun.util.pool declared as Setup | |
protected Setup |
ObjectPool.BaseFactory.ps
The setup object to use for post-construction initialization. |
Constructors in org.sadun.util.pool with parameters of type Setup | |
ObjectPool(int n,
java.lang.String clsName,
java.lang.Object[] params,
Setup ps)
Create a pool of n object of the given class (by name) using the given construction parameters. |
|
ObjectPool(int n,
java.lang.Class cls,
java.lang.Object[] params,
Setup ps)
Create a pool of n object of the given class using the given construction parameters. |
|
ObjectPool.BaseFactory(java.lang.Class cls,
java.lang.Object[] params,
Setup ps)
Create a BaseFactory whose member cls will hold the class of the objects to produce |
|
ObjectPool.BaseFactory(java.lang.String clsName,
java.lang.Object[] params,
Setup ps)
Create a BaseFactory whose member cls will hold the class of the objects to produce |
|
ObjectPool.ObjectFactory(java.lang.Class cls,
java.lang.Object[] params,
Setup ps)
Create a factory which will construct object of the given class, with the given parameters, using the given Setup object .
|
|
ObjectPool.ObjectFactory(java.lang.String clsName,
java.lang.Object[] params,
Setup ps)
Create a factory which will construct object of the given class, with the given parameters, using the given Setup object .
|
|
ExtendedObjectPool(int n,
java.lang.String clsName,
java.lang.Object[] params,
Setup ps)
Create a pool of n object of the given class (by name) using the given construction parameters. |
|
ExtendedObjectPool(int n,
java.lang.Class cls,
java.lang.Object[] params,
Setup ps)
Create a pool of n object of the given class using the given construction parameters. |
|
EjbFactory(java.lang.String jndiName,
java.lang.Class remoteInterface,
java.lang.Object[] params,
Setup ps)
Create a factory which makes use of a create() method on the home interface of an EJB with the given JNDI name and expecting the given parameters; after creation, the given Setup object will be used for post initialization. |
Uses of Setup in org.sadun.util.pool2 |
Constructors in org.sadun.util.pool2 with parameters of type Setup | |
ObjectPool(java.lang.String poolName,
Configuration configuration,
java.lang.Class objectType,
Setup setupObject)
Create a named object pool of objects of the given class and the given Configuration (which also provides
the size of the pool).
|
|
ObjectPool(java.lang.String poolName,
Configuration configuration,
java.lang.Class objectType,
java.lang.Object[] params,
Setup setupObject)
Create a named object pool of objects of the given class and the given Configuration (which also provides
the size of the pool).
|
Uses of Setup in org.sadun.util.xml.configuration |
Methods in org.sadun.util.xml.configuration that return Setup | |
Setup |
DispatcherHandler.getSetupObject()
Returns the setupObject. |
Methods in org.sadun.util.xml.configuration with parameters of type Setup | |
void |
DispatcherHandler.setSetupObject(Setup setupObject)
Sets the setupObject. |
Constructors in org.sadun.util.xml.configuration with parameters of type Setup | |
DispatcherHandler(Setup setup,
java.lang.String packageName,
java.lang.String postfix)
Constructor for DispatcherHandler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |