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 |
---|
DistributedQueue(PullPushAdapter adapter,
Serializable id)
Uses a user-provided PullPushAdapter to create the dispatcher rather than a Channel.
|
DistributedTree(PullPushAdapter adapter,
Serializable id,
long state_timeout) |
MessageDispatcher(PullPushAdapter adapter,
Serializable id,
MessageListener l,
MembershipListener l2)
Deprecated.
|
MessageDispatcher(PullPushAdapter adapter,
Serializable id,
MessageListener l,
MembershipListener l2,
RequestHandler req_handler)
Deprecated.
|
MessageDispatcher(PullPushAdapter adapter,
Serializable id,
MessageListener l,
MembershipListener l2,
RequestHandler req_handler,
boolean concurrent_processing)
Deprecated.
|
RpcDispatcher(PullPushAdapter adapter,
Serializable id,
MessageListener l,
MembershipListener l2,
Object server_obj)
Deprecated.
|
VotingAdapter(PullPushAdapter adapter,
Serializable id) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.