|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
MulticastResponse |
MulticastRequestAdapter.multicastMessage(java.util.ArrayList dests,
java.io.Serializable msg,
int waitMode,
long timeout)
Multicast a message to the given list of member. |
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. |
Uses of NotConnectedException in org.objectweb.tribe.channel |
Methods in org.objectweb.tribe.channel that throw NotConnectedException | |
abstract void |
AbstractReliableFifoChannel.send(ChannelMessage msg)
Sends a message on the channel. |
abstract Address |
AbstractServerChannel.getBindAddress()
Get the address on which this channel is bound. |
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)
|
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)
|
Uses of NotConnectedException in org.objectweb.tribe.channel.tcp |
Methods in org.objectweb.tribe.channel.tcp that throw NotConnectedException | |
void |
TcpChannel.send(ChannelMessage msg)
|
Address |
TcpServerChannel.getBindAddress()
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |