| com.sun.xml.ws.rm.jaxws.runtime.client.ProcessorPool
ProcessorPool | public class ProcessorPool extends Stack (Code) | | Pool of Pipelines used by RMClientPipe to insure that
no two invocations of nextPipe.process() are done concurrently.
|
Method Summary | |
public synchronized void | checkIn(T in) | public synchronized T | checkOut() |
ProcessorPool | public ProcessorPool(T pipe)(Code) | | |
ProcessorPool | public ProcessorPool(T pipe, int capacity)(Code) | | Creates a new instance of ProcessorPool
|
checkIn | public synchronized void checkIn(T in)(Code) | | |
checkOut | public synchronized T checkOut()(Code) | | |
|
|