org.n52.security.common.util
Interface ObjectPool<PooledObject,Key>

All Known Implementing Classes:
AbstractObjectPool, DefaultDocumentBuilderPool

public interface ObjectPool<PooledObject,Key>

a simple pool interface


Method Summary
 PooledObject acquire(Key key)
           
 void release(PooledObject obj, Key key)
           
 

Method Detail

acquire

PooledObject acquire(Key key)

release

void release(PooledObject obj,
             Key key)


Copyright © 2004–2013 52north.org. All rights reserved.