Pool.Marshaller, Pool.TubePool, Pool.Unmarshaller
Modifier and Type | Method and Description |
---|---|
protected Tube |
create()
Creates a new instance of object.
|
Tube |
takeMaster()
Deprecated.
Expected to be used in rare cases where access to master
tubeline is required and safe, such as Stub.close()."
|
public TubePool(Tube master)
protected Tube create()
Pool
This method is used when someone wants to
take
an object from an empty pool.
Also note that multiple threads may call this method concurrently.
@Deprecated public final Tube takeMaster()
Copyright © 2015 Oracle Corporation. All rights reserved.