Uses of Class org.jgroups.ChannelNotConnectedException

Uses in package org.jgroups

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
Channel.getState(Address target, long timeout)
Retrieve the state of the group.
boolean
JChannel.getState(Address target, long timeout)
Retrieves the current group state.
Object
Channel.peek(long timeout)
Returns the next message, view, block, suspect or other event without removing it from the queue.
Object
JChannel.peek(long timeout)
Just peeks at the next message, view or block.
Object
Channel.receive(long timeout)
Receives a message, a view change or a block event.
Object
JChannel.receive(long timeout)
Blocking receive method.
void
Channel.send(Address dst, Address src, Serializable obj)
Helper method.
void
JChannel.send(Address dst, Address src, Serializable obj)
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
Sends a message through the protocol stack.

Uses in package org.jgroups.jmx

Methods which throw type org.jgroups.ChannelNotConnectedException

boolean
JChannel.getState(Address target, long timeout)
boolean
JChannelMBean.getState(Address target, long timeout)
Object
JChannel.peek(long timeout)
Object
JChannelMBean.peek(long timeout)
Object
JChannel.receive(long timeout)
Object
JChannelMBean.receive(long timeout)
void
JChannel.send(Address dst, Address src, Serializable obj)
void
JChannelMBean.send(Address dst, Address src, Serializable obj)
void
void
void
JChannel.sendToAll(String msg)
void

Uses in package org.jgroups.blocks

Constructors which throw type org.jgroups.ChannelNotConnectedException

DistributedHashtable.DistributedHashtable(JChannel channel, boolean persistent, long state_timeout)
DistributedHashtable.DistributedHashtable(JChannel channel, long state_timeout)
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, 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)

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.