|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationResult | |
---|---|
jgroup.relacs.gmi | |
jgroup.relacs.gmi.protocols |
Uses of InvocationResult in jgroup.relacs.gmi |
---|
Methods in jgroup.relacs.gmi that return InvocationResult | |
---|---|
InvocationResult |
GroupInvocationDispatcher.dispatch(java.io.ObjectInputStream in)
Invokes serialized request on object. |
protected InvocationResult |
GroupInvocationHandler.invokeRequest(IID iid,
MethodDetails minfo,
java.lang.Object[] args,
net.jini.jeri.OutboundRequest req)
Try to invoke method using given request |
Uses of InvocationResult in jgroup.relacs.gmi.protocols |
---|
Methods in jgroup.relacs.gmi.protocols that return InvocationResult | |
---|---|
InvocationResult |
Atomic.dispatch(java.io.InputStream in)
Handle inbound request to the local endpoint with atomic invocation semantics. |
InvocationResult |
Multicast.dispatch(java.io.InputStream in)
Handle inbound request to the local endpoint with multicast invocation semantics. |
InvocationResult |
ProtocolDispatcher.dispatch(java.io.InputStream in)
Invoked to dispatch a method invocation on the local endpoint or on multiple external endpoints. |
InvocationResult |
BasicDispatcher.dispatch(java.io.InputStream in)
|
InvocationResult |
Leadercast.dispatch(java.io.InputStream in)
Handle inbound request to the local endpoint with leadercast invocation semantics. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |