|
PooliT v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ascentphase.poolit.handlers.BaseHandler
org.ascentphase.poolit.handlers.NoArgHandler
This is a Handler for objects with a "no-argument" constructor, ie: a constructor with a zero argument list. This class takes a Class reference and invokes the newInstance() method to create new objects.
| Constructor Summary | |
NoArgHandler(java.lang.Class name)
Create a NoArgHandler for the specified class |
|
| Method Summary | |
java.lang.Object |
create()
Called by a Pooler to create a new object. |
| Methods inherited from class org.ascentphase.poolit.handlers.BaseHandler |
destroy, verify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NoArgHandler(java.lang.Class name)
name - class reference this Handler will create| Method Detail |
public java.lang.Object create()
throws CreateException
PoolHandler
create in interface PoolHandlercreate in class BaseHandlerCreateException
|
PooliT v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||