public abstract class InvokerTube<T extends Invoker> extends AbstractTubeImpl implements InvokerSource<T>
InvokerTube restored
to allow for containers to specify alternate implementations of SEI-based
invoking.| Modifier | Constructor and Description |
|---|---|
protected |
InvokerTube(InvokerTube<T> that,
TubeCloner cloner)
Copy constructor.
|
protected |
InvokerTube(T invoker) |
| Modifier and Type | Method and Description |
|---|---|
T |
getInvoker(Packet request)
Returns the
Invoker object that serves the request. |
copy, copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doSuspend, doSuspend, doThrow, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpreDestroy, processException, processRequest, processResponsepreDestroyprotected InvokerTube(T invoker)
protected InvokerTube(InvokerTube<T> that, TubeCloner cloner)
@NotNull public T getInvoker(Packet request)
Invoker object that serves the request.getInvoker in interface InvokerSource<T extends Invoker>request - Packet for requestCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.