public static final class Pool.TubePool extends Pool<Tube>
Tube
Pool.Marshaller, Pool.TubePool, Pool.Unmarshaller
Pool.TubePool(Tube master)
protected Tube
create()
recycle, take
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pool.TubePool(Tube master)
protected Tube create()
Pool
This method is used when someone wants to take an object from an empty pool.
take
Also note that multiple threads may call this method concurrently.
create
Pool<Tube>
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.