|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.pooling.util.PoolingUtil
public class PoolingUtil
Constructor Summary | |
---|---|
PoolingUtil()
|
Method Summary | |
---|---|
static java.lang.Object |
create(java.lang.String className,
java.util.Collection ctorObjs)
Helper method to create an instance of the class using the appropriate constructor based on the ctorObjs passed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoolingUtil()
Method Detail |
---|
public static final java.lang.Object create(java.lang.String className, java.util.Collection ctorObjs) throws ResourcePoolException
className
- is the class to instantiatectorObjs
- are the objects to pass to the constructor; optional, nullable
ResourcePoolException
- if an error occurrs instantiating the class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |