edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util
Class Pool
java.lang.Object
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util.Pool
public class Pool
- extends Object
A simple pool implementation.
- Author:
- Jörg Schaible, Joe Walnes
Constructor Summary |
Pool(int initialPoolSize,
int maxPoolSize,
Pool.Factory factory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pool
public Pool(int initialPoolSize,
int maxPoolSize,
Pool.Factory factory)
fetchFromPool
public Object fetchFromPool()
putInPool
protected void putInPool(Object object)
Copyright © 2012 Internet2. All Rights Reserved.