SelfDescribing, VerifiableAbstractInvocationDispatcher, FIFOInvocationDispatcher, LIFOInvocationDispatcherpublic interface InvocationDispatcher extends Verifiable, SelfDescribing
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(Invokable invokable) |
|
void |
clear() |
|
java.lang.Object |
dispatch(Invocation invocation) |
|
void |
setDefaultStub(Stub newDefaultStub) |
describeToverifyjava.lang.Object dispatch(Invocation invocation) throws java.lang.Throwable
java.lang.Throwablevoid setDefaultStub(Stub newDefaultStub)
void add(Invokable invokable)
void clear()