Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcDispatcher
This class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for
the return value(s).
An application will typically create a channel and layer the RpcDispatcher building block on top of it, which
allows it to dispatch remote methods (client role) and at the same time be called by other members (server role).
This class is derived from MessageDispatcher.
|
Modifier and Type | Method and Description |
---|---|
<X extends MessageDispatcher> |
MessageDispatcher.asyncDispatching(boolean flag) |
<X extends MessageDispatcher> |
MessageDispatcher.correlator(RequestCorrelator c) |
<X extends MessageDispatcher> |
MessageDispatcher.extendedStats(boolean fl) |
protected <X extends MessageDispatcher> |
MessageDispatcher.installUpHandler(UpHandler handler,
boolean canReplace)
Sets the given UpHandler as the UpHandler for the channel.
|
<X extends MessageDispatcher> |
MessageDispatcher.setAsynDispatching(boolean flag) |
<X extends MessageDispatcher> |
MessageDispatcher.setChannel(JChannel ch) |
<X extends MessageDispatcher> |
MessageDispatcher.setCorrelator(RequestCorrelator c) |
<X extends MessageDispatcher> |
MessageDispatcher.setExtendedStats(boolean fl) |
protected <X extends MessageDispatcher> |
MessageDispatcher.setMembers(List<Address> new_mbrs) |
<X extends MessageDispatcher> |
MessageDispatcher.setMembershipListener(MembershipListener l) |
<X extends MessageDispatcher> |
MessageDispatcher.setRequestHandler(RequestHandler rh) |
<X extends MessageDispatcher> |
MessageDispatcher.setStateListener(StateListener sl) |
<X extends MessageDispatcher> |
MessageDispatcher.setWrapExceptions(boolean flag) |
<X extends MessageDispatcher> |
MessageDispatcher.start() |
<X extends MessageDispatcher> |
MessageDispatcher.stop() |
<X extends MessageDispatcher> |
MessageDispatcher.wrapExceptions(boolean flag) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.