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 Object

Author:
Alexey Stashok

Constructor Summary
ByteBufferStreamPool(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(Class<T> memberClass)
Method Detail

take

public T take()

release

public void release(T member)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.