Frames | No Frames |
Constructors which throw type org.jgroups.ChannelNotConnectedException | |
DistributedHashtable.DistributedHashtable(PullPushAdapter adapter, Serializable id, long state_timeout) Uses a user-provided PullPushAdapter to create the dispatcher rather than a Channel. | |
ReplicatedHashtable.ReplicatedHashtable(JChannel channel, ReplicatedHashtable.StateTransferListener l, long state_timeout) |
Methods which throw type org.jgroups.ChannelNotConnectedException | |
void | ReplicatedTree.fetchState(long timeout) Fetch the group state from the current coordinator. |
void | DistributedHashtable.init(long state_timeout) |
void | |
void | DistributedHashtable.start(long state_timeout) Fetches the state
|
void | DistributedQueue.start(long state_timeout) |
Methods which throw type org.jgroups.ChannelNotConnectedException | |
boolean | Channel.getAllStates(Vector targets, long timeout) Retrieve all states of the group members. |
boolean | JChannel.getAllStates(Vector targets, long timeout) Retrieves the current group state. |
boolean | Retrieve the state of the group. |
boolean | Retrieves the current group state. |
Object | Returns the next message, view, block, suspect or other event without removing
it from the queue. |
Object | EnsChannel.peek(long timeout) |
Object | Just peeks at the next message, view or block. |
Object | Receives a message, a view change or a block event. |
Object | EnsChannel.receive(long timeout) |
Object | Blocking receive method. |
void | Helper method. |
void | |
void | creates a new message with the destination address, and the source address
and the object as the message value
|
void | Sends a message to a (unicast) destination. |
void | |
void | implementation of the Transport interface. Sends a message through the protocol stack |