Uses of Class
org.jgroups.ChannelClosedException

Packages that use ChannelClosedException
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.jmx   
 

Uses of ChannelClosedException in org.jgroups
 

Methods in org.jgroups that throw ChannelClosedException
abstract  void Channel.connect(java.lang.String channel_name)
          Connects the channel to a group.
 void JChannel.connect(java.lang.String channel_name)
          Connects the channel to a group.
abstract  boolean Channel.getAllStates(java.util.Vector targets, long timeout)
          Retrieve all states of the group members.
 boolean JChannel.getAllStates(java.util.Vector targets, long timeout)
          Retrieves the current group state.
abstract  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.
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.peek(long timeout)
          Just peeks at the next message, view or block.
abstract  java.lang.Object Channel.receive(long timeout)
          Receives a message, a view change or a block event.
 java.lang.Object JChannel.receive(long timeout)
          Blocking receive method.
abstract  void Channel.send(Address dst, Address src, java.io.Serializable obj)
          Helper method.
 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
abstract  void Channel.send(Message msg)
          Sends a message to a (unicast) destination.
 void JChannel.send(Message msg)
          Sends a message through the protocol stack.
 

Uses of ChannelClosedException in org.jgroups.blocks
 

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

Constructors in org.jgroups.blocks that throw ChannelClosedException
DistributedHashtable(JChannel channel, boolean persistent, long state_timeout)
           
DistributedHashtable(JChannel channel, long state_timeout)
           
DistributedHashtable(PullPushAdapter adapter, java.io.Serializable id, long state_timeout)
          Uses a user-provided PullPushAdapter to create the dispatcher rather than a Channel.
ReplicatedHashtable(JChannel channel, long state_timeout)
           
ReplicatedHashtable(JChannel channel, ReplicatedHashtable.StateTransferListener l, long state_timeout)
           
 

Uses of ChannelClosedException in org.jgroups.jmx
 

Methods in org.jgroups.jmx that throw ChannelClosedException
 void JChannelMBean.connect(java.lang.String channel_name)
           
 void JChannel.connect(java.lang.String channel_name)
           
 boolean JChannelMBean.getState(Address target, long timeout)
           
 boolean JChannel.getState(Address target, long timeout)
           
 java.lang.Object JChannelMBean.peek(long timeout)
           
 java.lang.Object JChannel.peek(long timeout)
           
 java.lang.Object JChannelMBean.receive(long timeout)
           
 java.lang.Object JChannel.receive(long timeout)
           
 void JChannelMBean.send(Address dst, Address src, java.io.Serializable obj)
           
 void JChannel.send(Address dst, Address src, java.io.Serializable obj)
           
 void JChannelMBean.send(Message msg)
           
 void JChannel.send(Message msg)
           
 void JChannelMBean.sendToAll(java.lang.String msg)
           
 void JChannel.sendToAll(java.lang.String msg)
           
 



Copyright ? 1998-2005 Bela Ban. All Rights Reserved.