com.sun.xml.ws.transport.tcp.pool
Class ByteBufferStreamPool<T extends LifeCycle>

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.pool.ByteBufferStreamPool<T>

public final class ByteBufferStreamPool<T extends LifeCycle>
extends java.lang.Object


Constructor Summary
ByteBufferStreamPool(java.lang.Class<T> memberClass)
           
 
Method Summary
 void release(T member)
           
 T take()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBufferStreamPool

public ByteBufferStreamPool(java.lang.Class<T> memberClass)
Method Detail

take

public T take()

release

public void release(T member)