A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractChannelPool - class org.objectweb.tribe.channel.AbstractChannelPool.
This class defines a AbstractChannelPool
AbstractChannelPool() - Constructor for class org.objectweb.tribe.channel.AbstractChannelPool
Creates a new AbstractChannelPool object
AbstractReliableFifoChannel - class org.objectweb.tribe.channel.AbstractReliableFifoChannel.
This interface defines a AbstractReliableFifoChannel
AbstractReliableFifoChannel() - Constructor for class org.objectweb.tribe.channel.AbstractReliableFifoChannel
 
AbstractServerChannel - class org.objectweb.tribe.channel.AbstractServerChannel.
This class defines a AbstractServerChannel to accept new connections.
AbstractServerChannel() - Constructor for class org.objectweb.tribe.channel.AbstractServerChannel
 
Address - interface org.objectweb.tribe.common.Address.
This class defines an Address
AlreadyMemberException - exception org.objectweb.tribe.exceptions.AlreadyMemberException.
This class defines a AlreadyMemberException
AlreadyMemberException() - Constructor for class org.objectweb.tribe.exceptions.AlreadyMemberException
Creates a new AlreadyMemberException object
AlreadyMemberException(String) - Constructor for class org.objectweb.tribe.exceptions.AlreadyMemberException
Creates a new AlreadyMemberException object
AlreadyMemberException(String, Throwable) - Constructor for class org.objectweb.tribe.exceptions.AlreadyMemberException
Creates a new AlreadyMemberException object
AlreadyMemberException(Throwable) - Constructor for class org.objectweb.tribe.exceptions.AlreadyMemberException
Creates a new AlreadyMemberException object
accept() - Method in class org.objectweb.tribe.channel.AbstractServerChannel
Accepts a new incoming connection.
accept() - Method in class org.objectweb.tribe.channel.tcp.TcpServerChannel
 
addChunk(Serializable) - Method in class org.objectweb.tribe.messages.ChannelMessage
Adds a chunk to this message
addGroup(Group) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Add a group to analyse
addGroup(Group) - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
addListener(FaultDetectionListener) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Add a listener of event
addListener(FaultDetectionListener) - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
addListener(FaultDetectionListener) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Register a new ping listener, that will receive ping events
addMember(Member) - Method in class org.objectweb.tribe.common.Group
Adds a member to the group.
addMember(Member) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Add a member to the ping service
addMember(Member) - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
addMessage(Object) - Method in class org.objectweb.tribe.channel.ReceiveBuffer
Adds a new message to the buffer.
addPingHook(Address) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Tell the thread it shoudl start pinging a new address
addResult(Member, Serializable) - Method in class org.objectweb.tribe.adapters.MulticastResponse
Add the given result for the specified member.
alive(Address) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Notify that the given address is alive

B

ByteMessage - class org.objectweb.tribe.messages.ByteMessage.
This class defines a ByteMessage
ByteMessage(byte[]) - Constructor for class org.objectweb.tribe.messages.ByteMessage
Creates a new ByteMessage object
bind(Address) - Method in class org.objectweb.tribe.channel.AbstractServerChannel
Binds a source address
bind(Address) - Method in class org.objectweb.tribe.channel.tcp.TcpServerChannel
 
block() - Method in class org.objectweb.tribe.gms.JGroupsMembershipService
 

C

ChannelException - exception org.objectweb.tribe.exceptions.ChannelException.
This class defines a ChannelException
ChannelException() - Constructor for class org.objectweb.tribe.exceptions.ChannelException
Creates a new ChannelException object
ChannelException(String) - Constructor for class org.objectweb.tribe.exceptions.ChannelException
Creates a new ChannelException object
ChannelException(String, Throwable) - Constructor for class org.objectweb.tribe.exceptions.ChannelException
Creates a new ChannelException object
ChannelException(Throwable) - Constructor for class org.objectweb.tribe.exceptions.ChannelException
Creates a new ChannelException object
ChannelMessage - class org.objectweb.tribe.messages.ChannelMessage.
This class defines a ChannelMessage.
ChannelMessage(Object) - Constructor for class org.objectweb.tribe.messages.ChannelMessage
Creates a new ChannelMessage object
ChannelMessage(Object, int) - Constructor for class org.objectweb.tribe.messages.ChannelMessage
Creates a new ChannelMessage object
channel - Variable in class org.objectweb.tribe.adapters.PullPushAdapter
 
channelPool - Variable in class org.objectweb.tribe.channel.ReliableGroupChannel
 
channels - Variable in class org.objectweb.tribe.channel.AbstractChannelPool
 
close() - Method in class org.objectweb.tribe.channel.AbstractReliableFifoChannel
Closes the channel.
close() - Method in class org.objectweb.tribe.channel.AbstractServerChannel
Closes the serverSocket.
close() - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Closes the channel (also quits the current group if any).
close() - Method in class org.objectweb.tribe.channel.tcp.TcpChannel
 
close() - Method in class org.objectweb.tribe.channel.tcp.TcpServerChannel
 
compareTo(Object) - Method in class org.objectweb.tribe.common.IpAddress
 
configure(String) - Static method in class org.objectweb.tribe.common.log.LogManager
Configures log4j according to the given property file name.
connect(Address) - Method in class org.objectweb.tribe.channel.AbstractReliableFifoChannel
Connects to the given endpoint.
connect(Address) - Method in class org.objectweb.tribe.channel.tcp.TcpChannel
 
currentGroup - Variable in class org.objectweb.tribe.channel.ReliableGroupChannel
 

D

DEFAULT_EMITTING_PORT - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionService
The default emitting port for fault detection check
DEFAULT_LISTENING_PORT - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionService
The default port for fault detection check
DEFAULT_REFREST_RATE - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Default refresh value
DatagramMessage - class org.objectweb.tribe.messages.DatagramMessage.
This class defines a DatagramMessage
DatagramMessage(IpAddress, IpAddress) - Constructor for class org.objectweb.tribe.messages.DatagramMessage
Creates a new DatagramMessage object
DiscoveryListener - interface org.objectweb.tribe.gms.discovery.DiscoveryListener.
This class defines a DiscoveryListener
DiscoveryService - interface org.objectweb.tribe.gms.discovery.DiscoveryService.
This class defines a DiscoveryService
debug(Object) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the DEBUG Level.
debug(Object, Throwable) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the DEBUG Level including the stack trace of the Throwableerror passed as parameter.
deliver(GroupMembershipListener) - Method in class org.objectweb.tribe.gms.protocol.FailedMemberMessage
 
deliver(GroupMembershipListener) - Method in class org.objectweb.tribe.gms.protocol.GroupCompositionMessage
 
deliver(GroupMembershipListener) - Method in class org.objectweb.tribe.gms.protocol.GroupMembershipMessage
Every group membership message should implement the calls to the listener.
deliver(GroupMembershipListener) - Method in class org.objectweb.tribe.gms.protocol.JoinMessage
 
deliver(GroupMembershipListener) - Method in class org.objectweb.tribe.gms.protocol.QuitMessage
 
deliverMessage(HashMap) - Method in class org.objectweb.tribe.messages.ChannelMessage
Delivers the message to all receive buffers that are registered to the message destination key.
deliverMessage(HashMap) - Method in class org.objectweb.tribe.messages.PingMessage
 
discoveryRequest(GroupIdentifier, Address) - Method in class org.objectweb.tribe.gms.GroupMembershipService
 
discoveryRequest(GroupIdentifier, Address) - Method in interface org.objectweb.tribe.gms.discovery.DiscoveryListener
Callback when a discovery request for the given group is received.

E

EVENT_ERROR_LOCAL_ADDRESS - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
UDPPingThread thread cannot access local address
EVENT_INTERRUPTED - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
UDPPingThread thread was interrupted
EVENT_QUIT - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
UDPPingThread thread is quitting
EmptyBufferException - exception org.objectweb.tribe.exceptions.EmptyBufferException.
This class defines a EmptyBufferException
EmptyBufferException() - Constructor for class org.objectweb.tribe.exceptions.EmptyBufferException
Creates a new EmptyBufferException object
EmptyBufferException(String) - Constructor for class org.objectweb.tribe.exceptions.EmptyBufferException
Creates a new EmptyBufferException object
EmptyBufferException(String, Throwable) - Constructor for class org.objectweb.tribe.exceptions.EmptyBufferException
Creates a new EmptyBufferException object
EmptyBufferException(Throwable) - Constructor for class org.objectweb.tribe.exceptions.EmptyBufferException
Creates a new EmptyBufferException object
equals(Object) - Method in class org.objectweb.tribe.common.GroupIdentifier
 
equals(Object) - Method in class org.objectweb.tribe.common.IpAddress
 
equals(Object) - Method in class org.objectweb.tribe.common.Member
 
error(Object) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the ERROR Level.
error(Object, Throwable) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the ERROR Level including the stack trace of the Throwableerror passed as parameter.

F

FailedMemberMessage - class org.objectweb.tribe.gms.protocol.FailedMemberMessage.
This class defines a FailedMemberMessage
FailedMemberMessage(GroupIdentifier, Member, Member) - Constructor for class org.objectweb.tribe.gms.protocol.FailedMemberMessage
Creates a new FailedMemberMessage object used to signal that a group member has failed (usually it is no more reachable).
FaultDetectionListener - interface org.objectweb.tribe.faultdetection.FaultDetectionListener.
Call back listener interface for the ping service
FaultDetectionService - interface org.objectweb.tribe.faultdetection.FaultDetectionService.
This class defines a FaultDetectionService
FragmentedMessage - class org.objectweb.tribe.messages.FragmentedMessage.
This class defines a FragmentedMessage to be used as a facility to send a large message in smaller chunks if the underlying network is not capable of fragmentation.
FragmentedMessage(int) - Constructor for class org.objectweb.tribe.messages.FragmentedMessage
Creates a new FragmentedMessage object
failedMember(Member, GroupIdentifier, Member) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithViews
 
failedMember(Member, GroupIdentifier, Member) - Method in interface org.objectweb.tribe.gms.GroupMembershipListener
Callback when a group member is suspected of failure.
failedMember(Member, GroupIdentifier, Member) - Method in class org.objectweb.tribe.gms.GroupMembershipService
 
fatal(Object) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the FATAL Level.
fatal(Object, Throwable) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the FATAL Level including the stack trace of the Throwableerror passed as parameter.

G

GMS_KEY - Static variable in class org.objectweb.tribe.gms.GroupMembershipService
Destination key for GMS messages
Group - class org.objectweb.tribe.common.Group.
This class defines a Group.
Group(GroupIdentifier) - Constructor for class org.objectweb.tribe.common.Group
Creates a new Group with the given group identifier and no members.
GroupCompositionMessage - class org.objectweb.tribe.gms.protocol.GroupCompositionMessage.
This class defines a GroupDiscoveryMessage
GroupCompositionMessage(Group, IpAddress) - Constructor for class org.objectweb.tribe.gms.protocol.GroupCompositionMessage
Creates a new GroupDiscoveryMessage object used to join a group by the Group Membership Service.
GroupDiscoveryMessage - class org.objectweb.tribe.gms.protocol.GroupDiscoveryMessage.
This class defines a GroupDiscoveryMessage
GroupDiscoveryMessage(IpAddress, IpAddress, GroupIdentifier) - Constructor for class org.objectweb.tribe.gms.protocol.GroupDiscoveryMessage
Creates a new GroupDiscoveryMessage object used to join a group by the Group Membership Service.
GroupIdentifier - class org.objectweb.tribe.common.GroupIdentifier.
This class defines a GroupIdentifier
GroupIdentifier(String) - Constructor for class org.objectweb.tribe.common.GroupIdentifier
Creates a new GroupIdentifier object from a given group name.
GroupMembershipListener - interface org.objectweb.tribe.gms.GroupMembershipListener.
This interface defines a GroupMembershipListener
GroupMembershipListenerThread - class org.objectweb.tribe.gms.GroupMembershipListenerThread.
This class defines a GroupMembershipListenerThread.
GroupMembershipListenerThread(GroupMembershipService) - Constructor for class org.objectweb.tribe.gms.GroupMembershipListenerThread
Creates a new GroupMembershipListenerThread object
GroupMembershipMessage - class org.objectweb.tribe.gms.protocol.GroupMembershipMessage.
This class defines a GroupMembershipMessage
GroupMembershipMessage() - Constructor for class org.objectweb.tribe.gms.protocol.GroupMembershipMessage
Creates a new GroupMembershipMessage object
GroupMembershipService - class org.objectweb.tribe.gms.GroupMembershipService.
This class defines a GroupMembershipService
GroupMembershipService(IpAddress, AbstractChannelPool, DiscoveryService) - Constructor for class org.objectweb.tribe.gms.GroupMembershipService
Creates a new GroupMembershipService object
GroupMessage - class org.objectweb.tribe.messages.GroupMessage.
This class defines a GroupMessage
GroupMessage(Serializable, GroupIdentifier) - Constructor for class org.objectweb.tribe.messages.GroupMessage
Creates a new GroupMessage object
getAddress() - Method in class org.objectweb.tribe.common.IpAddress
Returns the address value.
getAddress() - Method in class org.objectweb.tribe.common.Member
Returns the address value.
getBindAddress() - Method in class org.objectweb.tribe.channel.AbstractServerChannel
Get the address on which this channel is bound.
getBindAddress() - Method in class org.objectweb.tribe.channel.tcp.TcpServerChannel
 
getBufferKey() - Method in class org.objectweb.tribe.channel.ReceiveBuffer
Returns the destination key this buffer is interested in.
getByteArray() - Method in class org.objectweb.tribe.messages.ChannelMessage
Get a byte array representation of the message.
getChannel() - Method in class org.objectweb.tribe.adapters.MulticastRequestAdapter
Returns the channel value.
getChannel() - Method in class org.objectweb.tribe.adapters.PullPushAdapter
Return the underlying channel.
getChannel(Address) - Method in class org.objectweb.tribe.channel.AbstractChannelPool
Get a reliable fifo serverSocket to the given destination.
getChannel(Address) - Method in class org.objectweb.tribe.channel.tcp.TcpChannelPool
 
getChannelPool() - Static method in class org.objectweb.tribe.channel.tcp.TcpChannelPool
Returns a static instance of the serverSocket pool.
getChunks() - Method in class org.objectweb.tribe.messages.ChannelMessage
Get the whole list of chunks.
getContent() - Method in class org.objectweb.tribe.messages.ByteMessage
Returns the content value.
getContent() - Method in class org.objectweb.tribe.messages.DatagramMessage
Returns the content value.
getContentSize() - Method in class org.objectweb.tribe.messages.DatagramMessage
Returns the message content size
getCurrentGroup() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
 
getCurrentGroup() - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Returns the current group we are connected to or null if we are not connected to any group.
getDatagramPacket() - Method in class org.objectweb.tribe.messages.DatagramMessage
Return the current message as a DatagramPacket to send.
getDestinationAddress() - Method in class org.objectweb.tribe.channel.AbstractReliableFifoChannel
Get the destination endpoint of this channel.
getDestinationAddress() - Method in class org.objectweb.tribe.channel.tcp.TcpChannel
 
getDestinationAddress() - Method in class org.objectweb.tribe.messages.DatagramMessage
Returns the destinationAddress value.
getDestinationKey() - Method in class org.objectweb.tribe.messages.ChannelMessage
Defines the destination key used for message delivery at the receiving host.
getFailedMembers() - Method in class org.objectweb.tribe.adapters.MulticastResponse
Returns the list of failed Members.
getFragmentData() - Method in class org.objectweb.tribe.messages.FragmentedMessage
Return the fragment data
getFragmentId() - Method in class org.objectweb.tribe.messages.FragmentedMessage
Get the identifier of this fragment
getGroup(GroupIdentifier) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithGms
Get the group (including its members) corresponding to the given gid.
getGroup(GroupIdentifier) - Method in class org.objectweb.tribe.gms.GroupMembershipService
Get the list of members in a group.
getGroupIdentifier() - Method in class org.objectweb.tribe.common.Group
Get the identifier of this group.
getGroupIdentifier() - Method in class org.objectweb.tribe.gms.protocol.GroupDiscoveryMessage
Returns the groupIdentifier value.
getGroupName() - Method in class org.objectweb.tribe.common.GroupIdentifier
Get the group name as given in the constructor.
getGroups() - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Access all the groups the service is listening to.
getGroups() - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
getInStream() - Method in class org.objectweb.tribe.channel.tcp.TcpChannel
Returns the inStream value.
getJGroupsChannel() - Method in class org.objectweb.tribe.gms.JGroupsMembershipService
Gets underlying JGroups channel.
getLocalMembership() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
 
getLocalMembership() - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Returns the local membership value (Member object representing this channel in the group).
getLogger(String) - Static method in class org.objectweb.tribe.common.log.Trace
Retrieves a logger by its name.
getLogger() - Static method in class org.objectweb.tribe.gms.GroupMembershipService
Returns the logger value.
getMembers() - Method in class org.objectweb.tribe.common.Group
The list of members in the group.
getMembers() - Method in class org.objectweb.tribe.views.View
Returns a reference to the list of members (this list may have been ordered by the underlying GMS service).
getMessage() - Method in class org.objectweb.tribe.channel.ReceiveBuffer
Get the first message from the buffer.
getMessage() - Method in class org.objectweb.tribe.messages.GroupMessage
Get the message content.
getMessageId() - Method in class org.objectweb.tribe.messages.FragmentedMessage
Return the message identifier
getMessageSize() - Method in class org.objectweb.tribe.messages.FragmentedMessage
Get the total message size (for all fragments)
getObjectFromDatagram(DatagramPacket) - Static method in class org.objectweb.tribe.messages.DatagramMessage
Return the content of this datagram as an object.
getPort() - Method in class org.objectweb.tribe.common.IpAddress
Returns the port value.
getProperties() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannel
Return the JGroups channel properties
getProperties() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
Return the JGroups channel properties
getReceiveBuffer() - Method in class org.objectweb.tribe.gms.GroupMembershipService
Returns the receiveBuffer value.
getRecipient() - Method in class org.objectweb.tribe.adapters.MulticastResponse
Returns the original list of the recipients (the ones we sent the message to).
getRefreshRate() - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Return the value used for refresh rate.
getRefreshRate() - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
getReplyAddress() - Method in class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
Returns the replyAddress value.
getResult(Member) - Method in class org.objectweb.tribe.adapters.MulticastResponse
Get the result returned by the specified member.
getResult(IpAddress) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Get the result and call back events on listeners
getResults() - Method in class org.objectweb.tribe.adapters.MulticastResponse
Returns the member results (for all Members that succeeded).
getServerChannel(Address) - Method in class org.objectweb.tribe.channel.AbstractChannelPool
Get a server socket on the given address.
getServerChannel(Address) - Method in class org.objectweb.tribe.channel.tcp.TcpChannelPool
 
getSourceAddress() - Method in class org.objectweb.tribe.channel.AbstractReliableFifoChannel
Get the source endpoint of this channel.
getSourceAddress() - Method in class org.objectweb.tribe.channel.tcp.TcpChannel
 
getSourceAddress() - Method in class org.objectweb.tribe.messages.DatagramMessage
Returns the sourceAddress value.
getStringMembers() - Method in class org.objectweb.tribe.common.Group
Return the list of members as a String.
getSucceedMembers() - Method in class org.objectweb.tribe.adapters.MulticastResponse
Returns the list of members who sucessfully returned a response.
getUid() - Method in class org.objectweb.tribe.common.Member
Returns the uid value.
getViewId() - Method in class org.objectweb.tribe.views.View
Returns the id of this view.
getWaitInterval() - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Returns the waitInterval value.
gms - Variable in class org.objectweb.tribe.channel.ReliableGroupChannelWithGms
 
groupComposition(Group, Address) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithViews
 
groupComposition(Group, Address) - Method in interface org.objectweb.tribe.gms.GroupMembershipListener
Callback when a member sends its view of a group composition.
groupComposition(Group, Address) - Method in class org.objectweb.tribe.gms.GroupMembershipService
 
groupMemberships - Variable in class org.objectweb.tribe.gms.GroupMembershipService
 

H

handleMessageMultiThreaded(Serializable, Member, Object) - Method in interface org.objectweb.tribe.adapters.MulticastRequestListener
Second callback to handle a message sent through MulticastRequestAdapter.multicastMessage(...).
handleMessageSingleThreaded(Serializable, Member) - Method in interface org.objectweb.tribe.adapters.MulticastRequestListener
First callback to handle a message sent through MulticastRequestAdapter.multicastMessage(...).
hasMember(Member) - Method in class org.objectweb.tribe.common.Group
Tests if a member belongs to this group.
hashCode() - Method in class org.objectweb.tribe.common.GroupIdentifier
 
hashCode() - Method in class org.objectweb.tribe.common.IpAddress
 
hashCode() - Method in class org.objectweb.tribe.common.Member
 

I

IpAddress - class org.objectweb.tribe.common.IpAddress.
This class defines an IpAddress
IpAddress(InetAddress, int) - Constructor for class org.objectweb.tribe.common.IpAddress
Creates a new IpAddress object
incomingBuffer - Variable in class org.objectweb.tribe.channel.ReliableGroupChannel
 
info(Object) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the INFO Level.
info(Object, Throwable) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the INFO Level including the stack trace of the Throwableerror passed as parameter.
isDebugEnabled() - Method in class org.objectweb.tribe.common.log.Trace
Checks whether this category is enabled for the DEBUG Level.
isEmpty() - Method in class org.objectweb.tribe.channel.ReceiveBuffer
Returns true if the buffer is empty.
isErrorEnabled() - Method in class org.objectweb.tribe.common.log.Trace
Checks whether this category is enabled for the INFO Level.
isFatalEnabled() - Method in class org.objectweb.tribe.common.log.Trace
Checks whether this category is enabled for the INFO Level.
isInfoEnabled() - Method in class org.objectweb.tribe.common.log.Trace
Checks whether this category is enabled for the INFO Level.
isTargetAlive() - Method in class org.objectweb.tribe.faultdetection.UDPPingThread
Returns the alive value.
isWarnEnabled() - Method in class org.objectweb.tribe.common.log.Trace
Checks whether this category is enabled for the INFO Level.

J

JGroupsMembershipService - class org.objectweb.tribe.gms.JGroupsMembershipService.
This class defines a JGroupsMembershipService
JGroupsMembershipService(URL) - Constructor for class org.objectweb.tribe.gms.JGroupsMembershipService
Creates a new JGroupsMembershipService object
JGroupsReliableChannel - class org.objectweb.tribe.channel.JGroupsReliableChannel.
This class defines a JGroupsReliableChannel which is a ReliableGroupChannel wrapper on top of a JGroups JChannel.
JGroupsReliableChannel(URL) - Constructor for class org.objectweb.tribe.channel.JGroupsReliableChannel
Creates a new JGroupsReliableChannel object
JGroupsReliableChannelWithGms - class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms.
This class defines a JGroupsReliableChannelWithGms which is a ReliableGroupChannelWithGms wrapper on top of a JGroups JChannel that uses the GMS service provided by JGroups.
JGroupsReliableChannelWithGms(JGroupsMembershipService) - Constructor for class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
Creates a new JGroupsReliableChannel object
JoinMessage - class org.objectweb.tribe.gms.protocol.JoinMessage.
This class defines a JoinMessage
JoinMessage(GroupIdentifier, Member) - Constructor for class org.objectweb.tribe.gms.protocol.JoinMessage
Creates a new JoinMessage object used to join a group by the Group Membership Service.
join(Group) - Method in class org.objectweb.tribe.channel.JGroupsReliableChannel
 
join(Group) - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
 
join(Group) - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Join the group that has the given group identifier.
join(GroupIdentifier) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithGms
Join the group that has the given group identifier.
join(ReliableGroupChannelWithGms, GroupIdentifier) - Method in class org.objectweb.tribe.gms.GroupMembershipService
Joins the group that has the given group identifier.
join(ReliableGroupChannelWithGms, GroupIdentifier) - Method in class org.objectweb.tribe.gms.JGroupsMembershipService
 
joinMember(Member, GroupIdentifier) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithViews
 
joinMember(Member, GroupIdentifier) - Method in interface org.objectweb.tribe.gms.GroupMembershipListener
Callback when a new member joins a group.
joinMember(Member, GroupIdentifier) - Method in class org.objectweb.tribe.gms.GroupMembershipService
 

K

keyBuffers - Variable in class org.objectweb.tribe.channel.AbstractChannelPool
 
kill() - Method in class org.objectweb.tribe.channel.tcp.TcpReaderThread
Terminates this thread
kill() - Method in class org.objectweb.tribe.channel.tcp.TcpServerAccepterThread
Terminates this TcpServerAccepterThread.
kill() - Method in class org.objectweb.tribe.gms.GroupMembershipListenerThread
Terminates the GroupMembershipListenerThread.
kill() - Method in class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
Terminate the UdpDiscoveryService.

L

LogManager - class org.objectweb.tribe.common.log.LogManager.
Logger manager.
LogManager() - Constructor for class org.objectweb.tribe.common.log.LogManager
 
lastPing(Address) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Notify that this was the lastPing on the Address
listener - Variable in class org.objectweb.tribe.adapters.PullPushAdapter
 
listeners - Variable in class org.objectweb.tribe.gms.GroupMembershipService
 
logger - Static variable in class org.objectweb.tribe.gms.GroupMembershipService
 

M

Member - class org.objectweb.tribe.common.Member.
This class defines a group Member.
Member(Address, String) - Constructor for class org.objectweb.tribe.common.Member
Creates a new Member object
MessageListener - interface org.objectweb.tribe.messages.MessageListener.
This class defines a MessageListener used to deliver messages in push-style.
MulticastRequestAdapter - class org.objectweb.tribe.adapters.MulticastRequestAdapter.
This class defines a MulticastRequestAdapter which is similar to JGroups MessageDispatcher.
MulticastRequestAdapter(ReliableGroupChannel, MessageListener, MulticastRequestListener) - Constructor for class org.objectweb.tribe.adapters.MulticastRequestAdapter
Creates a new MulticastRequestAdapter object
MulticastRequestAdapterThread - class org.objectweb.tribe.adapters.MulticastRequestAdapterThread.
This class defines a MulticastRequestAdapterThread
MulticastRequestAdapterThread(MulticastRequestListener, MulticastRequestAdapterMessage, Object, PullPushAdapter, Member) - Constructor for class org.objectweb.tribe.adapters.MulticastRequestAdapterThread
Creates a new MulticastRequestAdapterThread object
MulticastRequestListener - interface org.objectweb.tribe.adapters.MulticastRequestListener.
This class defines a MulticastRequestListener to handle calls from a MulticastRequestAdapter.
MulticastResponse - class org.objectweb.tribe.adapters.MulticastResponse.
This class defines a MulticastResponse
MulticastResponse(ArrayList, int) - Constructor for class org.objectweb.tribe.adapters.MulticastResponse
Creates a new MulticastResponse object
me - Variable in class org.objectweb.tribe.channel.ReliableGroupChannel
 
memberFromJGroupsAddress(IpAddress) - Static method in class org.objectweb.tribe.gms.JGroupsMembershipService
Returns a tribe Member object from a JGroups address (supposed to be an IpAddress).
merge(Group) - Method in class org.objectweb.tribe.common.Group
Merge a group definition with another one
multicastMessage(ArrayList, Serializable, int, long) - Method in class org.objectweb.tribe.adapters.MulticastRequestAdapter
Multicast a message to the given list of member.

N

NoReceiverException - exception org.objectweb.tribe.exceptions.NoReceiverException.
This class defines a NoReceiverException.
NoReceiverException() - Constructor for class org.objectweb.tribe.exceptions.NoReceiverException
Creates a new NoReceiverException object
NoReceiverException(String) - Constructor for class org.objectweb.tribe.exceptions.NoReceiverException
Creates a new NoReceiverException object
NoReceiverException(String, Throwable) - Constructor for class org.objectweb.tribe.exceptions.NoReceiverException
Creates a new NoReceiverException object
NoReceiverException(Throwable) - Constructor for class org.objectweb.tribe.exceptions.NoReceiverException
Creates a new NoReceiverException object
NotConnectedException - exception org.objectweb.tribe.exceptions.NotConnectedException.
This class defines a NotConnectedException
NotConnectedException() - Constructor for class org.objectweb.tribe.exceptions.NotConnectedException
Creates a new NotConnectedException object
NotConnectedException(String) - Constructor for class org.objectweb.tribe.exceptions.NotConnectedException
Creates a new NotConnectedException object
NotConnectedException(String, Throwable) - Constructor for class org.objectweb.tribe.exceptions.NotConnectedException
Creates a new NotConnectedException object
NotConnectedException(Throwable) - Constructor for class org.objectweb.tribe.exceptions.NotConnectedException
Creates a new NotConnectedException object
newView(Group) - Method in interface org.objectweb.tribe.views.ViewListener
Callback when a new view is installed.
noResponse(Address) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Notify that the Address did not respond to the last ping
notifyListenerOfEvent(int, IpAddress) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Notify listeners of an event on the specified address

O

objectToBytes(Serializable) - Static method in class org.objectweb.tribe.messages.DatagramMessage
Converts the given object to an array of bytes.
org.objectweb.tribe.adapters - package org.objectweb.tribe.adapters
Tribe adapter package.
org.objectweb.tribe.channel - package org.objectweb.tribe.channel
Tribe channel package.
org.objectweb.tribe.channel.tcp - package org.objectweb.tribe.channel.tcp
Tribe TCP channel package.
org.objectweb.tribe.common - package org.objectweb.tribe.common
Tribe common package.
org.objectweb.tribe.common.log - package org.objectweb.tribe.common.log
Tribe log package.
org.objectweb.tribe.exceptions - package org.objectweb.tribe.exceptions
Tribe exception package.
org.objectweb.tribe.faultdetection - package org.objectweb.tribe.faultdetection
Tribe fault detection package.
org.objectweb.tribe.gms - package org.objectweb.tribe.gms
Tribe GMS package.
org.objectweb.tribe.gms.discovery - package org.objectweb.tribe.gms.discovery
Tribe GMS discovery package.
org.objectweb.tribe.gms.protocol - package org.objectweb.tribe.gms.protocol
Tribe GMS protocol package.
org.objectweb.tribe.messages - package org.objectweb.tribe.messages
Tribe messages package.
org.objectweb.tribe.views - package org.objectweb.tribe.views
Tribe views package.

P

PingFaultDetectionService - class org.objectweb.tribe.faultdetection.PingFaultDetectionService.
This class defines a PingFaultDetectionService.
PingFaultDetectionService() - Constructor for class org.objectweb.tribe.faultdetection.PingFaultDetectionService
Creates a new PingFaultDetectionService object
PingFaultDetectionService(int, int) - Constructor for class org.objectweb.tribe.faultdetection.PingFaultDetectionService
Creates a new PingFaultDetectionService object
PingManagerThread - class org.objectweb.tribe.faultdetection.PingManagerThread.
This class defines a PingManagerThread.
PingManagerThread(IpAddress, long) - Constructor for class org.objectweb.tribe.faultdetection.PingManagerThread
Creates a new PingManagerThread object
PingMessage - class org.objectweb.tribe.messages.PingMessage.
This class defines a PingMessage
PingMessage() - Constructor for class org.objectweb.tribe.messages.PingMessage
Creates a new PingMessage object
PullPushAdapter - class org.objectweb.tribe.adapters.PullPushAdapter.
Allows a client to be notified when messages have been received instead of having to actively poll the channel for new messages.
PullPushAdapter(ReliableGroupChannel, MessageListener) - Constructor for class org.objectweb.tribe.adapters.PullPushAdapter
Creates a new PullPushAdapter on a channel and use the provided listener for callbacks on message reception.
pingServiceEvent(int) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Something special has occured to the ping service: the thread was interrupted, the service was stopped ...

Q

QuitMessage - class org.objectweb.tribe.gms.protocol.QuitMessage.
This class defines a QuitMessage
QuitMessage(GroupIdentifier, Member) - Constructor for class org.objectweb.tribe.gms.protocol.QuitMessage
Creates a new JoinMessage object used to quit a group by the Group Membership Service.
quit() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannel
 
quit() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
 
quit() - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Quit the current group without closing the channel.
quit() - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithGms
Quit the current group.
quit(ReliableGroupChannelWithGms, GroupIdentifier) - Method in class org.objectweb.tribe.gms.GroupMembershipService
Leaves the group that has the given group identifier.
quit(ReliableGroupChannelWithGms, GroupIdentifier) - Method in class org.objectweb.tribe.gms.JGroupsMembershipService
 
quitMember(Member, GroupIdentifier) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithViews
 
quitMember(Member, GroupIdentifier) - Method in interface org.objectweb.tribe.gms.GroupMembershipListener
Callback when a member leaves a group (intentionally or not).
quitMember(Member, GroupIdentifier) - Method in class org.objectweb.tribe.gms.GroupMembershipService
 

R

ReceiveBuffer - class org.objectweb.tribe.channel.ReceiveBuffer.
This class defines a ReceiveBuffer which behaves as a FIFO buffer.
ReceiveBuffer(Object) - Constructor for class org.objectweb.tribe.channel.ReceiveBuffer
Creates a new ReceiveBuffer that collects messages sent to the specified destination key.
ReliableGroupChannel - class org.objectweb.tribe.channel.ReliableGroupChannel.
This class defines a ReliableGroupChannel
ReliableGroupChannel() - Constructor for class org.objectweb.tribe.channel.ReliableGroupChannel
Creates a new ReliableGroupChannel object without group membership service.
ReliableGroupChannelWithGms - class org.objectweb.tribe.channel.ReliableGroupChannelWithGms.
This class defines a ReliableGroupChannel relying on a Group Membership Service (GMS).
ReliableGroupChannelWithGms(GroupMembershipService) - Constructor for class org.objectweb.tribe.channel.ReliableGroupChannelWithGms
Creates a new ReliableGroupChannelWithGms using the provided group membership service.
ReliableGroupChannelWithViews - class org.objectweb.tribe.channel.ReliableGroupChannelWithViews.
This class defines a ReliableGroupChannelWithViews.
ReliableGroupChannelWithViews(GroupMembershipService) - Constructor for class org.objectweb.tribe.channel.ReliableGroupChannelWithViews
Creates a new ReliableGroupChannelWithViews object
readerThread - Variable in class org.objectweb.tribe.adapters.PullPushAdapter
 
receive(Serializable) - Method in class org.objectweb.tribe.adapters.MulticastRequestAdapter
 
receive() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannel
 
receive() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
 
receive() - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Receives a new message from the channel.
receive(Serializable) - Method in interface org.objectweb.tribe.messages.MessageListener
Callback when a message is received.
registerDiscoveryListener(DiscoveryListener) - Method in interface org.objectweb.tribe.gms.discovery.DiscoveryService
Register a new DiscoveryListener.
registerDiscoveryListener(DiscoveryListener) - Method in class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
 
registerGroupMembershipListener(GroupMembershipListener) - Method in class org.objectweb.tribe.gms.GroupMembershipService
Register a new GroupMembershipListener.
registerReceiveBuffer(ReceiveBuffer) - Method in class org.objectweb.tribe.channel.AbstractChannelPool
Register a new receive buffer (which includes the group identifier the client is interested in).
registerViewListener(ViewListener) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithViews
Register a new ViewListener.
removeChannelFromPool(AbstractReliableFifoChannel) - Method in class org.objectweb.tribe.channel.AbstractChannelPool
Removed the specified channel from the pool.
removeChannelFromPool(AbstractReliableFifoChannel) - Method in class org.objectweb.tribe.channel.tcp.TcpChannelPool
Terminates the TCP reader thread as well.
removeChunk() - Method in class org.objectweb.tribe.messages.ChannelMessage
Remove the last chunk.
removeGroup(Group) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Stop detecting failure for this group
removeGroup(Group) - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
removeListener(FaultDetectionListener) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Tell the fault service to no more send event to the listener
removeListener(FaultDetectionListener) - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
removeListener(FaultDetectionListener) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Unregister a ping listener
removeMember(Member) - Method in class org.objectweb.tribe.common.Group
Remove a member from this group.
removeMember(Member) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
Remove this member from the service
removeMember(Member) - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
removeMessage() - Method in class org.objectweb.tribe.channel.ReceiveBuffer
Removes the first message from the buffer.
removePingHook(Address) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Tell the thread to stop pinging an address
removeServerChannelFromPool(AbstractServerChannel) - Method in class org.objectweb.tribe.channel.AbstractChannelPool
Removed the specified channel from the pool.
removeServerChannelFromPool(AbstractServerChannel) - Method in class org.objectweb.tribe.channel.tcp.TcpChannelPool
Terminates the TCP accepter thread as well.
run() - Method in class org.objectweb.tribe.adapters.MulticastRequestAdapterThread
Delivers the message to the listener and send back the response.
run() - Method in class org.objectweb.tribe.adapters.PullPushAdapter
Reentrant run(): message reception is serialized, then the listener is notified of the message reception
run() - Method in class org.objectweb.tribe.channel.tcp.TcpReaderThread
 
run() - Method in class org.objectweb.tribe.channel.tcp.TcpServerAccepterThread
Accept new connections and put them in the pool
run() - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
 
run() - Method in class org.objectweb.tribe.faultdetection.UDPPingThread
 
run() - Method in class org.objectweb.tribe.faultdetection.UDPPongThread
 
run() - Method in class org.objectweb.tribe.gms.GroupMembershipListenerThread
 
run() - Method in class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
The DiscoveryService threads looks for JOIN messages and notify appropriate listeners.

S

Service - interface org.objectweb.tribe.common.Service.
This class defines a Service.
send(Serializable) - Method in class org.objectweb.tribe.adapters.PullPushAdapter
Sends the given message to all members of the group.
send(Serializable, ArrayList) - Method in class org.objectweb.tribe.adapters.PullPushAdapter
Sends a message to a subset of group members.
send(Serializable, GroupIdentifier, ArrayList) - Method in class org.objectweb.tribe.adapters.PullPushAdapter
Sends a message to members of group gid without being necessary member of the group.
send(ChannelMessage, ArrayList) - Method in class org.objectweb.tribe.channel.AbstractChannelPool
Sends a message to the given list of recipients.
send(ChannelMessage) - Method in class org.objectweb.tribe.channel.AbstractReliableFifoChannel
Sends a message on the channel.
send(Serializable, GroupIdentifier, ArrayList) - Method in class org.objectweb.tribe.channel.JGroupsReliableChannel
 
send(Serializable, GroupIdentifier, ArrayList) - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
 
send(Serializable) - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Sends the given message to all members of the group.
send(Serializable, ArrayList) - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Sends a message to a subset of group members.
send(Serializable, GroupIdentifier, ArrayList) - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Sends a message to members of group gid without being necessary member of the group.
send(Serializable, GroupIdentifier, ArrayList) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithGms
Sends a message to members of group gid without being necessary member of the group.
send(ChannelMessage) - Method in class org.objectweb.tribe.channel.tcp.TcpChannel
 
sendGroupDiscovery(GroupIdentifier) - Method in interface org.objectweb.tribe.gms.discovery.DiscoveryService
Discover a group based on its identifier.
sendGroupDiscovery(GroupIdentifier) - Method in class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
 
serverChannels - Variable in class org.objectweb.tribe.channel.AbstractChannelPool
 
setAddress(InetAddress) - Method in class org.objectweb.tribe.common.IpAddress
Sets the address value.
setAddress(Address) - Method in class org.objectweb.tribe.common.Member
Sets the address value.
setContent(byte[]) - Method in class org.objectweb.tribe.messages.ByteMessage
Set the message content (overrides any previous content).
setContent(byte[]) - Method in class org.objectweb.tribe.messages.DatagramMessage
Sets the content value.
setFailedMembers(ArrayList) - Method in class org.objectweb.tribe.adapters.MulticastResponse
Sets the list of failed Members.
setFragment(int, byte[]) - Method in class org.objectweb.tribe.messages.FragmentedMessage
Sets the next fragment in the message
setMembership(Member) - Method in class org.objectweb.tribe.channel.ReliableGroupChannel
Sets the membership value (me as a Member of the group).
setPort(int) - Method in class org.objectweb.tribe.common.IpAddress
Sets the port value.
setQuit(boolean) - Method in class org.objectweb.tribe.faultdetection.UDPPongThread
Sets the quit value.
setRefreshRate(long) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionService
The intervals to check for new or lost members
setRefreshRate(long) - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
setReplyAddress(IpAddress) - Method in class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
Sets the replyAddress value.
setStop(boolean) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Tell the thread to stop as soon as possible
setUid(String) - Method in class org.objectweb.tribe.common.Member
Sets the uid value.
setWaitInterval(long) - Method in class org.objectweb.tribe.faultdetection.PingManagerThread
Sets the waitInterval value.
start() - Method in class org.objectweb.tribe.adapters.PullPushAdapter
Start a new thread
start() - Method in interface org.objectweb.tribe.common.Service
Start the service
start() - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
stop() - Method in class org.objectweb.tribe.adapters.MulticastRequestAdapter
Stop this MulticastRequestAdapter.
stop() - Method in class org.objectweb.tribe.adapters.PullPushAdapter
Stop the current adapter and its associated thread.
stop() - Method in interface org.objectweb.tribe.common.Service
Stop the service
stop() - Method in class org.objectweb.tribe.faultdetection.PingFaultDetectionService
 
stop() - Method in class org.objectweb.tribe.gms.GroupMembershipService
Stop this GMS service and its associated thread (note that the discovery service must be stopped separately).
suspect(Address) - Method in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Notifify that the Address is suspected of failure
suspect(Address) - Method in class org.objectweb.tribe.gms.JGroupsMembershipService
 

T

THREAD_ALIVE - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Thread is responding to ping
THREAD_LOST - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Thread contact was lost
THREAD_SUSPECTED - Static variable in interface org.objectweb.tribe.faultdetection.FaultDetectionListener
Thread did not respond to last ping
TcpChannel - class org.objectweb.tribe.channel.tcp.TcpChannel.
This class defines a TcpChannel
TcpChannel() - Constructor for class org.objectweb.tribe.channel.tcp.TcpChannel
Creates a new TcpChannel using the local host IP and a port number choosen by the system.
TcpChannel(IpAddress) - Constructor for class org.objectweb.tribe.channel.tcp.TcpChannel
Creates a new TcpChannel binding the source endpoint to the given address.
TcpChannel(Socket) - Constructor for class org.objectweb.tribe.channel.tcp.TcpChannel
Creates a new TcpChannel from an existing socket.
TcpChannelPool - class org.objectweb.tribe.channel.tcp.TcpChannelPool.
This class defines a TcpChannelPool
TcpChannelPool() - Constructor for class org.objectweb.tribe.channel.tcp.TcpChannelPool
Creates a new TcpChannelPool object
TcpReaderThread - class org.objectweb.tribe.channel.tcp.TcpReaderThread.
This class defines a TcpReaderThread.
TcpReaderThread(TcpChannel, HashMap) - Constructor for class org.objectweb.tribe.channel.tcp.TcpReaderThread
Creates a new TcpReaderThread object
TcpServerAccepterThread - class org.objectweb.tribe.channel.tcp.TcpServerAccepterThread.
This class defines a TcpServerAccepterThread.
TcpServerAccepterThread(AbstractServerChannel, HashMap, HashMap, HashMap) - Constructor for class org.objectweb.tribe.channel.tcp.TcpServerAccepterThread
Creates a new TcpServerAccepterThread object
TcpServerChannel - class org.objectweb.tribe.channel.tcp.TcpServerChannel.
This class defines a TcpServerChannel
TcpServerChannel() - Constructor for class org.objectweb.tribe.channel.tcp.TcpServerChannel
Creates a new unbound TcpServerChannel
TcpServerChannel(int) - Constructor for class org.objectweb.tribe.channel.tcp.TcpServerChannel
Creates a new TcpServerChannel bound to the specified port.
TimeoutException - exception org.objectweb.tribe.exceptions.TimeoutException.
This class defines a TimeoutException
TimeoutException() - Constructor for class org.objectweb.tribe.exceptions.TimeoutException
Creates a new TimeoutException object
TimeoutException(String) - Constructor for class org.objectweb.tribe.exceptions.TimeoutException
Creates a new TimeoutException object
TimeoutException(String, Throwable) - Constructor for class org.objectweb.tribe.exceptions.TimeoutException
Creates a new TimeoutException object
TimeoutException(Throwable) - Constructor for class org.objectweb.tribe.exceptions.TimeoutException
Creates a new TimeoutException object
Trace - class org.objectweb.tribe.common.log.Trace.
This a wrapper to the log4j logging system.
Trace(Logger) - Constructor for class org.objectweb.tribe.common.log.Trace
Creates a new Trace object from a given log4j Logger.
toString() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannel
 
toString() - Method in class org.objectweb.tribe.channel.JGroupsReliableChannelWithGms
 
toString() - Method in class org.objectweb.tribe.common.GroupIdentifier
 
toString() - Method in class org.objectweb.tribe.common.IpAddress
 
toString() - Method in class org.objectweb.tribe.common.Member
 

U

UDPPingThread - class org.objectweb.tribe.faultdetection.UDPPingThread.
This class defines a UDPPingThread.
UDPPingThread(IpAddress, IpAddress, int) - Constructor for class org.objectweb.tribe.faultdetection.UDPPingThread
Creates a new UDPPingThread object
UDPPongThread - class org.objectweb.tribe.faultdetection.UDPPongThread.
This class defines a UDPPongThread.
UDPPongThread(IpAddress, IpAddress) - Constructor for class org.objectweb.tribe.faultdetection.UDPPongThread
Creates a new UDPPongThread object
UdpDiscoveryService - class org.objectweb.tribe.gms.discovery.UdpDiscoveryService.
This class defines a UdpDiscoveryService.
UdpDiscoveryService(IpAddress, IpAddress) - Constructor for class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
Creates a new UdpDiscoveryService object
unregisterDiscoveryListener(DiscoveryListener) - Method in interface org.objectweb.tribe.gms.discovery.DiscoveryService
Unregister a DiscoveryListener.
unregisterDiscoveryListener(DiscoveryListener) - Method in class org.objectweb.tribe.gms.discovery.UdpDiscoveryService
 
unregisterGroupMembershipListener(GroupMembershipListener) - Method in class org.objectweb.tribe.gms.GroupMembershipService
Unregister a GroupMembershipListener.
unregisterReceiveBuffer(ReceiveBuffer) - Method in class org.objectweb.tribe.channel.AbstractChannelPool
Unregister a receive buffer.
unregisterViewListener(ViewListener) - Method in class org.objectweb.tribe.channel.ReliableGroupChannelWithViews
Unregister a view ViewListener.

V

View - class org.objectweb.tribe.views.View.
This class defines a View of a group.
View(int, ArrayList) - Constructor for class org.objectweb.tribe.views.View
Creates a new view
ViewListener - interface org.objectweb.tribe.views.ViewListener.
This class defines a ViewListener
viewAccepted(View) - Method in class org.objectweb.tribe.gms.JGroupsMembershipService
 

W

WAIT_ALL - Static variable in class org.objectweb.tribe.adapters.MulticastRequestAdapter
Wait for all responses before returning of a multicast send
WAIT_FIRST - Static variable in class org.objectweb.tribe.adapters.MulticastRequestAdapter
Wait for the first reponse before returning of a multicast send
WAIT_MAJORITY - Static variable in class org.objectweb.tribe.adapters.MulticastRequestAdapter
Wait for a majority of responses before returning of a multicast send
WAIT_NONE - Static variable in class org.objectweb.tribe.adapters.MulticastRequestAdapter
Do not wait for any response when multicasting a message (asynchronous)
waitForCompletion(long) - Method in class org.objectweb.tribe.adapters.MulticastResponse
Wait until the needed number of responses has been received (according to the waiting mode policy).
warn(Object) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the WARN Level.
warn(Object, Throwable) - Method in class org.objectweb.tribe.common.log.Trace
Logs a message object with the WARN Level including the stack trace of the Throwableerror passed as parameter.

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.