|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beasys.commerce.util.Pool
A generic object pooling class.
| Constructor Summary | |
Pool(PoolMemberFactory factory,
int size)
Standard constructor. |
|
| Method Summary | |
Object |
getInstance()
Provide a free member of the pool. |
void |
returnInstance(Object memberObject)
Return a member of the pool to available status. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Pool(PoolMemberFactory factory,
int size)
| Method Detail |
public Object getInstance()
public void returnInstance(Object memberObject)
memberObject - the object to return
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||