|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelException | |
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 ChannelException in org.objectweb.tribe.adapters |
Methods in org.objectweb.tribe.adapters that throw ChannelException | |
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 ChannelException in org.objectweb.tribe.channel |
Methods in org.objectweb.tribe.channel that throw ChannelException | |
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). |
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 void |
AbstractServerChannel.bind(Address source)
Binds a source address |
abstract AbstractReliableFifoChannel |
AbstractServerChannel.accept()
Accepts a new incoming connection. |
abstract void |
AbstractServerChannel.close()
Closes the serverSocket. |
abstract void |
AbstractReliableFifoChannel.connect(Address destination)
Connects to the given endpoint. |
abstract void |
AbstractReliableFifoChannel.send(ChannelMessage msg)
Sends a message on the channel. |
abstract void |
AbstractReliableFifoChannel.close()
Closes the channel. |
abstract Address |
AbstractReliableFifoChannel.getSourceAddress()
Get the source endpoint of this channel. |
abstract Address |
AbstractReliableFifoChannel.getDestinationAddress()
Get the destination endpoint of this channel. |
abstract AbstractReliableFifoChannel |
AbstractChannelPool.getChannel(Address destination)
Get a reliable fifo serverSocket to the given destination. |
abstract AbstractServerChannel |
AbstractChannelPool.getServerChannel(Address serverAddress)
Get a server socket on the given address. |
Constructors in org.objectweb.tribe.channel that throw ChannelException | |
JGroupsReliableChannel(java.net.URL jgroupsConfigFile)
Creates a new JGroupsReliableChannel object |
Uses of ChannelException in org.objectweb.tribe.channel.tcp |
Methods in org.objectweb.tribe.channel.tcp that throw ChannelException | |
void |
TcpServerChannel.bind(Address source)
|
AbstractReliableFifoChannel |
TcpServerChannel.accept()
|
void |
TcpServerChannel.close()
|
AbstractReliableFifoChannel |
TcpChannelPool.getChannel(Address destination)
|
AbstractServerChannel |
TcpChannelPool.getServerChannel(Address serverAddress)
|
void |
TcpChannel.send(ChannelMessage msg)
|
void |
TcpChannel.close()
|
void |
TcpChannel.connect(Address destination)
|
Uses of ChannelException in org.objectweb.tribe.gms |
Methods in org.objectweb.tribe.gms that throw ChannelException | |
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. |
Constructors in org.objectweb.tribe.gms that throw ChannelException | |
JGroupsMembershipService(java.net.URL jgroupsConfigFile)
Creates a new JGroupsMembershipService object |
|
GroupMembershipService(IpAddress replyAddress,
AbstractChannelPool channelPool,
DiscoveryService discovery)
Creates a new GroupMembershipService object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |