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
abstract  void Channel.send(Message msg)
          Sends a message to a (unicast) destination.
abstract  void Channel.send(Address dst, Address src, java.io.Serializable obj)
          Helper method.
abstract  java.lang.Object Channel.receive(long timeout)
          Receives a message, a view change or a block event.
abstract  java.lang.Object Channel.peek(long timeout)
          Returns the next message, view, block, suspect or other event without removing it from the queue.
 void JChannel.send(Message msg)
          implementation of the Transport interface.
Sends a message through the protocol stack
 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
 java.lang.Object JChannel.receive(long timeout)
          Blocking receive method.
 java.lang.Object JChannel.peek(long timeout)
          Just peeks at the next message, view or block.
 void EnsChannel.send(Message msg)
           
 void EnsChannel.send(Address dst, Address src, java.io.Serializable obj)
           
 java.lang.Object EnsChannel.receive(long timeout)
           
 java.lang.Object EnsChannel.peek(long timeout)
           
 

Uses of ChannelNotConnectedException in org.javagroups.blocks
 

Methods in org.javagroups.blocks that throw ChannelNotConnectedException
 void MessageDispatcher.send(Message msg)
           
 



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