Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Field and Description |
---|---|
protected PullPushAdapter |
MessageDispatcher.adapter |
Constructor and Description |
---|
DistributedHashtable(PullPushAdapter adapter,
java.io.Serializable id)
Deprecated.
|
DistributedHashtable(PullPushAdapter adapter,
java.io.Serializable id,
long state_timeout)
Deprecated.
Uses a user-provided PullPushAdapter to create the dispatcher rather than a Channel.
|
DistributedQueue(PullPushAdapter adapter,
java.io.Serializable id)
Uses a user-provided PullPushAdapter to create the dispatcher rather than a Channel.
|
DistributedTree(PullPushAdapter adapter,
java.io.Serializable id,
long state_timeout) |
MessageDispatcher(PullPushAdapter adapter,
java.io.Serializable id,
MessageListener l,
MembershipListener l2) |
MessageDispatcher(PullPushAdapter adapter,
java.io.Serializable id,
MessageListener l,
MembershipListener l2,
RequestHandler req_handler) |
MessageDispatcher(PullPushAdapter adapter,
java.io.Serializable id,
MessageListener l,
MembershipListener l2,
RequestHandler req_handler,
boolean concurrent_processing) |
RpcDispatcher(PullPushAdapter adapter,
java.io.Serializable id,
MessageListener l,
MembershipListener l2,
java.lang.Object server_obj) |
VotingAdapter(PullPushAdapter adapter,
java.io.Serializable id) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.