Uses of Class
org.objectweb.tribe.exceptions.NotConnectedException

Packages that use NotConnectedException
org.objectweb.tribe.adapters Tribe adapter package.  
org.objectweb.tribe.channel Tribe channel package.  
org.objectweb.tribe.channel.tcp Tribe TCP channel package.  
org.objectweb.tribe.gms Tribe GMS package.  
 

Uses of NotConnectedException in org.objectweb.tribe.adapters
 

Methods in org.objectweb.tribe.adapters that throw NotConnectedException
 java.util.ArrayList PullPushAdapter.send(java.io.Serializable msg)
          Sends the given message to all members of the group.
 java.util.ArrayList PullPushAdapter.send(java.io.Serializable msg, java.util.ArrayList members)
          Sends a message to a subset of group members.
 java.util.ArrayList PullPushAdapter.send(java.io.Serializable msg, GroupIdentifier gid, java.util.ArrayList members)
          Sends a message to members of group gid without being necessary member of the group.
 MulticastResponse MulticastRequestAdapter.multicastMessage(java.util.ArrayList dests, java.io.Serializable msg, int waitMode, long timeout)
          Multicast a message to the given list of member.
 

Uses of NotConnectedException in org.objectweb.tribe.channel
 

Methods in org.objectweb.tribe.channel that throw NotConnectedException
 void ReliableGroupChannelWithGms.join(GroupIdentifier gid)
          Join the group that has the given group identifier.
 void ReliableGroupChannelWithGms.quit()
          Quit the current group.
 java.util.ArrayList ReliableGroupChannelWithGms.send(java.io.Serializable msg, GroupIdentifier gid, java.util.ArrayList members)
          Sends a message to members of group gid without being necessary member of the group.
 void ReliableGroupChannel.join(Group g)
          Join the group that has the given group identifier.
 void ReliableGroupChannel.quit()
          Quit the current group without closing the channel.
 java.util.ArrayList ReliableGroupChannel.send(java.io.Serializable msg)
          Sends the given message to all members of the group.
 java.util.ArrayList ReliableGroupChannel.send(java.io.Serializable msg, java.util.ArrayList members)
          Sends a message to a subset of group members.
 java.util.ArrayList ReliableGroupChannel.send(java.io.Serializable msg, GroupIdentifier gid, java.util.ArrayList members)
          Sends a message to members of group gid without being necessary member of the group.
 java.io.Serializable ReliableGroupChannel.receive()
          Receives a new message from the channel.
 void ReliableGroupChannel.close()
          Closes the channel (also quits the current group if any).
protected  void ReliableGroupChannel.setMembership(Member membership)
          Sets the membership value (me as a Member of the group).
 void JGroupsReliableChannelWithGms.join(Group g)
           
 void JGroupsReliableChannelWithGms.quit()
           
 java.io.Serializable JGroupsReliableChannelWithGms.receive()
           
 java.util.ArrayList JGroupsReliableChannelWithGms.send(java.io.Serializable msg, GroupIdentifier gid, java.util.ArrayList members)
           
 void JGroupsReliableChannel.join(Group g)
           
 void JGroupsReliableChannel.quit()
           
 java.io.Serializable JGroupsReliableChannel.receive()
           
 java.util.ArrayList JGroupsReliableChannel.send(java.io.Serializable msg, GroupIdentifier gid, java.util.ArrayList members)
           
abstract  Address AbstractServerChannel.getBindAddress()
          Get the address on which this channel is bound.
abstract  void AbstractReliableFifoChannel.send(ChannelMessage msg)
          Sends a message on the channel.
 

Uses of NotConnectedException in org.objectweb.tribe.channel.tcp
 

Methods in org.objectweb.tribe.channel.tcp that throw NotConnectedException
 Address TcpServerChannel.getBindAddress()
           
 void TcpChannel.send(ChannelMessage msg)
           
 

Uses of NotConnectedException in org.objectweb.tribe.gms
 

Methods in org.objectweb.tribe.gms that throw NotConnectedException
 Member JGroupsMembershipService.join(ReliableGroupChannelWithGms channel, GroupIdentifier gid)
           
 void JGroupsMembershipService.quit(ReliableGroupChannelWithGms channel, GroupIdentifier gid)
           
 Member GroupMembershipService.join(ReliableGroupChannelWithGms channel, GroupIdentifier gid)
          Joins the group that has the given group identifier.
 void GroupMembershipService.quit(ReliableGroupChannelWithGms channel, GroupIdentifier gid)
          Leaves the group that has the given group identifier.
 



Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.