Uses of Class
org.javagroups.ChannelNotConnectedException

Packages that use ChannelNotConnectedException
org.javagroups   
org.javagroups.blocks   
 

Uses of ChannelNotConnectedException in org.javagroups
 

Methods in org.javagroups that throw ChannelNotConnectedException
 boolean JChannel.getAllStates(java.util.Vector targets, long timeout)
          Retrieves the current group state.
abstract  boolean Channel.getAllStates(java.util.Vector targets, long timeout)
          Retrieve all states of the group members.
 boolean JChannel.getState(Address target, long timeout)
          Retrieves the current group state.
abstract  boolean Channel.getState(Address target, long timeout)
          Retrieve the state of the group.
 java.lang.Object JChannel.peek(long timeout)
          Just peeks at the next message, view or block.
 java.lang.Object EnsChannel.peek(long timeout)
           
abstract  java.lang.Object Channel.peek(long timeout)
          Returns the next message, view, block, suspect or other event without removing it from the queue.
 java.lang.Object JChannel.receive(long timeout)
          Blocking receive method.
 java.lang.Object EnsChannel.receive(long timeout)
           
abstract  java.lang.Object Channel.receive(long timeout)
          Receives a message, a view change or a block event.
 void JChannel.send(Address dst, Address src, java.io.Serializable obj)
          creates a new message with the destination address, and the source address and the object as the message value
 void EnsChannel.send(Address dst, Address src, java.io.Serializable obj)
           
abstract  void Channel.send(Address dst, Address src, java.io.Serializable obj)
          Helper method.
 void JChannel.send(Message msg)
          implementation of the Transport interface.
Sends a message through the protocol stack
 void EnsChannel.send(Message msg)
           
abstract  void Channel.send(Message msg)
          Sends a message to a (unicast) destination.
 

Uses of ChannelNotConnectedException in org.javagroups.blocks
 

Methods in org.javagroups.blocks that throw ChannelNotConnectedException
 void ReplicatedTree.fetchState(long timeout)
          Fetch the group state from the current coordinator.
protected  void DistributedQueue.init()
           
protected  void DistributedHashtable.init(long state_timeout)
           
 void MessageDispatcher.send(Message msg)
           
 void DistributedQueue.start(long state_timeout)
           
 void DistributedHashtable.start(long state_timeout)
           
 

Constructors in org.javagroups.blocks that throw ChannelNotConnectedException
DistributedHashtable(JChannel channel, boolean persistent, long state_timeout)
           
DistributedHashtable(JChannel channel, long state_timeout)
           
DistributedQueue(JChannel channel)
           
ReplicatedHashtable(JChannel channel, long state_timeout)
           
ReplicatedHashtable(JChannel channel, ReplicatedHashtable.StateTransferListener l, long state_timeout)
           
 



Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.