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

A

abort(Object) - Method in class org.javagroups.blocks.DistributedLockManager
Abort phase for the lock acquisition or release.
abort() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
abort(Object) - Method in interface org.javagroups.blocks.TwoPhaseVotingListener
This is unconditional abort of the previous voting on the decree.
ABOVE - Static variable in class org.javagroups.stack.ProtocolStack
 
AbstractService - Class in org.javagroups.service
AbstractService is a superclass for all service implementations.
AbstractService(Channel, Channel) - Constructor for class org.javagroups.service.AbstractService
Main constructor to create services.
acceptedView(Hot_GroupContext, Object, Hot_ViewState) - Method in class org.javagroups.EnsChannel
 
acceptedView(Hot_GroupContext, Object, Hot_ViewState) - Method in interface org.javagroups.ensemble.Hot_Callbacks
Called to update you with the new view
ACK - Static variable in class org.javagroups.protocols.SMACK.SmackHeader
 
ack(long, Address) - Method in class org.javagroups.stack.AckMcastSenderWindow
An ACK has been received from sender.
ack(long) - Method in class org.javagroups.stack.AckSenderWindow
Removes the message from msgs, removing them also from retransmission.
AckMcastReceiverWindow - Class in org.javagroups.stack
Keeps track of messages received from various senders.
AckMcastReceiverWindow() - Constructor for class org.javagroups.stack.AckMcastReceiverWindow
 
AckMcastSenderWindow - Class in org.javagroups.stack
Keeps track of ACKs from receivers for each message.
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand, long[], TimeScheduler) - Constructor for class org.javagroups.stack.AckMcastSenderWindow
Create and start the retransmitter
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand, TimeScheduler) - Constructor for class org.javagroups.stack.AckMcastSenderWindow
Create and start the retransmitter
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand, long[]) - Constructor for class org.javagroups.stack.AckMcastSenderWindow
Create and start the retransmitter
AckMcastSenderWindow(AckMcastSenderWindow.RetransmitCommand) - Constructor for class org.javagroups.stack.AckMcastSenderWindow
Create and start the retransmitter
AckMcastSenderWindow.RetransmitCommand - Interface in org.javagroups.stack
Called by retransmitter thread whenever a message needs to be re-sent to a destination.
AckReceiverWindow - Class in org.javagroups.stack
Counterpart of AckSenderWindow.
AckReceiverWindow(long) - Constructor for class org.javagroups.stack.AckReceiverWindow
 
AckSenderWindow - Class in org.javagroups.stack
ACK-based sliding window for a sender.
AckSenderWindow(AckSenderWindow.RetransmitCommand) - Constructor for class org.javagroups.stack.AckSenderWindow
Creates a new instance.
AckSenderWindow(AckSenderWindow.RetransmitCommand, long[]) - Constructor for class org.javagroups.stack.AckSenderWindow
 
AckSenderWindow(AckSenderWindow.RetransmitCommand, long[], Protocol) - Constructor for class org.javagroups.stack.AckSenderWindow
This constructor whould be used when we want AckSenderWindow to send the message added by add(), rather then ourselves.
AckSenderWindow.RetransmitCommand - Interface in org.javagroups.stack
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.applets.DrawApplet
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.Draw
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.Draw2Channels
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.DrawRepl
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.Gossip
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.QuoteClient
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.wb.MessageDialog
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.wb.SendDialog
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.wb.UserInfoDialog
 
actionPerformed(ActionEvent) - Method in class org.javagroups.demos.wb.Whiteboard
 
activeThreads() - Static method in class org.javagroups.util.Util
 
adapter - Variable in class org.javagroups.blocks.MessageDispatcher
 
add(Object) - Method in class org.javagroups.blocks.DistributedQueue
Add the speficied element at the bottom of the queue
add(String) - Method in class org.javagroups.blocks.DistributedTree
 
add(String, Serializable) - Method in class org.javagroups.blocks.DistributedTree
 
add(ProtocolData) - Method in class org.javagroups.conf.XmlConfigurator
 
add(Address) - Method in class org.javagroups.Membership
Adds a new member to this membership.
add(Vector) - Method in class org.javagroups.Membership
Adds a list of members to this membership
add(Address, long, long) - Method in class org.javagroups.protocols.pbcast.Digest
 
add(Address, long, long, long) - Method in class org.javagroups.protocols.pbcast.Digest
 
add(Digest) - Method in class org.javagroups.protocols.pbcast.Digest
 
add(Object, long) - Method in class org.javagroups.stack.AckMcastReceiverWindow
Records the sender/seqno pair in the message table
add(long, Message, Vector) - Method in class org.javagroups.stack.AckMcastSenderWindow
Adds a new message to the hash table.
add(long, Message) - Method in class org.javagroups.stack.AckReceiverWindow
 
add(long, Message) - Method in class org.javagroups.stack.AckSenderWindow
Adds a new message to the retransmission table.
add(long, Message) - Method in class org.javagroups.stack.NakReceiverWindow
Adds a message according to its sequence number (ordered).
add(long, long) - Method in class org.javagroups.stack.Retransmitter
Add the given range [first_seqno, last_seqno] in the list of entries eligible for retransmission.
add(Object) - Method in class org.javagroups.util.LinkedListQueue
adds an object to the tail of this queue If the queue has been closed with close(true) no exception will be thrown if the queue has not been flushed yet.
add(Object) - Method in class org.javagroups.util.List
Adds an object at the tail of the list.
add(Object) - Method in class org.javagroups.util.Queue
adds an object to the tail of this queue If the queue has been closed with close(true) no exception will be thrown if the queue has not been flushed yet.
add(Runnable) - Method in class org.javagroups.util.Scheduler
 
add(TimeScheduler.Task, boolean) - Method in class org.javagroups.util.TimeScheduler
Add a task for execution at adjustable intervals
add(TimeScheduler.Task) - Method in class org.javagroups.util.TimeScheduler
Add a task for execution at adjustable intervals
addAll(Collection) - Method in class org.javagroups.blocks.DistributedQueue
Add the speficied collection to the top of the queue.
addArg(Object) - Method in class org.javagroups.blocks.MethodCall
adds an argument to the end of the argument list
addArg(byte) - Method in class org.javagroups.blocks.MethodCall
adds a primitive byte as an argument to the end of the argument list
addArg(char) - Method in class org.javagroups.blocks.MethodCall
adds a primitive char as an argument to the end of the argument list
addArg(boolean) - Method in class org.javagroups.blocks.MethodCall
adds a primitive boolean as an argument to the end of the argument list
addArg(int) - Method in class org.javagroups.blocks.MethodCall
adds a primitive int as an argument to the end of the argument list
addArg(long) - Method in class org.javagroups.blocks.MethodCall
adds a primitive long as an argument to the end of the argument list
addAtHead(Object) - Method in class org.javagroups.blocks.DistributedQueue
Add the speficied element at the top of the queue
addAtHead(Object) - Method in class org.javagroups.util.LinkedListQueue
Adds a new object to the head of the queue basically (obj.equals(LinkedListQueue.remove(LinkedListQueue.add(obj)))) returns true If the queue has been closed with close(true) no exception will be thrown if the queue has not been flushed yet.
addAtHead(Object) - Method in class org.javagroups.util.List
Adds an object at the head of the list.
addAtHead(Object) - Method in class org.javagroups.util.Queue
Adds a new object to the head of the queue basically (obj.equals(queue.remove(queue.add(obj)))) returns true If the queue has been closed with close(true) no exception will be thrown if the queue has not been flushed yet.
addBacklog(int) - Method in class org.javagroups.protocols.ring.RingToken
 
addConnectionListener(ConnectionTable.ConnectionListener) - Method in class org.javagroups.blocks.ConnectionTable
 
addConnectionListener(ConnectionTable1_4.ConnectionListener) - Method in class org.javagroups.blocks.ConnectionTable1_4
 
addDistributedTreeListener(DistributedTree.DistributedTreeListener) - Method in class org.javagroups.blocks.DistributedTree
 
addEntry(String) - Method in class org.javagroups.protocols.PerfHeader
Adds a new entry to both hashtables
addGossipServer(IpAddress) - Method in class org.javagroups.stack.GossipClient
Adds a GossipServer to be accessed.
addingToDownVector(Event, int) - Method in interface org.javagroups.protocols.QUEUE.Observer
Called before event is added.
addingToUpVector(Event, int) - Method in interface org.javagroups.protocols.QUEUE.Observer
Called before event is added.
addLastRoundBroadcastCount(int) - Method in class org.javagroups.protocols.ring.RingToken
 
addLink(String, int, String, int) - Method in class org.javagroups.blocks.LogicalLink
 
addLink(String, int, String, int, long, long) - Method in class org.javagroups.blocks.LogicalLink
 
addListener(TwoPhaseVotingListener) - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter
Wraps actual listener with the VoteChannelListener and adds to the voteChannel
addMembershipListener(MembershipListener) - Method in class org.javagroups.blocks.MembershipListenerAdapter
Add membership listener to this adapter.
addMembershipListener(MembershipListener) - Method in class org.javagroups.blocks.PullPushAdapter
 
addMessageListener(MessageListener) - Method in class org.javagroups.blocks.MessageListenerAdapter
Add message listener to this adapter.
addNode(Object) - Method in class org.javagroups.demos.Topology
 
addNode(String, Address, int, int) - Method in class org.javagroups.demos.wb.GraphPanel
 
addNode(String, Address, int, int) - Method in class org.javagroups.demos.wb.Whiteboard
 
addNotifier(DistributedHashtable.Notification) - Method in class org.javagroups.blocks.DistributedHashtable
 
addNotifier(DistributedQueue.Notification) - Method in class org.javagroups.blocks.DistributedQueue
 
addNotifier(ReplicatedHashtable.Notification) - Method in class org.javagroups.blocks.ReplicatedHashtable
 
addNotifier(TransactionalHashtable.Notification) - Method in class org.javagroups.blocks.TransactionalHashtable
 
addNotReceived(Address) - Method in class org.javagroups.util.RspList
 
addPanel(String, JPanel) - Method in class org.javagroups.demos.TotalTokenDemo
 
addPrio(Runnable) - Method in class org.javagroups.util.Scheduler
 
addr - Variable in class org.javagroups.demos.wb.Node
 
addRecoveredMember(Address) - Method in class org.javagroups.protocols.ring.RingToken
 
addReplicatedTreeListener(ReplicatedTree.ReplicatedTreeListener) - Method in class org.javagroups.blocks.ReplicatedTree
 
Address - Interface in org.javagroups
Abstract address.
addRsp(Address, Object) - Method in class org.javagroups.util.RspList
 
addStateTransferListener(ReplicatedHashtable.StateTransferListener) - Method in class org.javagroups.blocks.ReplicatedHashtable
 
addSuspect(Address) - Method in class org.javagroups.util.RspList
 
addToSeenList(Address) - Method in class org.javagroups.protocols.pbcast.Gossip
 
addTracer(String, Tracer) - Static method in class org.javagroups.log.Trace
Associates the specified module name with a Tracer.
addViewListener(DistributedTree.ViewListener) - Method in class org.javagroups.blocks.DistributedTree
 
addVote(boolean) - Method in class org.javagroups.blocks.VotingAdapter.VoteResult
 
addVoteListener(VotingListener) - Method in class org.javagroups.blocks.VotingAdapter
Adds voting listener.
adjustNodes(Vector) - Method in class org.javagroups.demos.wb.GraphPanel
 
alloc() - Static method in class org.javagroups.ensemble.Hot_GroupContext
 
arg - Variable in class org.javagroups.protocols.PingHeader
 
args - Variable in class org.javagroups.blocks.MethodCall
the arguments of the method
argv - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
array2String(long[]) - Static method in class org.javagroups.util.Util
 
array2String(int[]) - Static method in class org.javagroups.util.Util
 
array2String(boolean[]) - Static method in class org.javagroups.util.Util
 
assignTask(Runnable) - Method in class org.javagroups.util.ReusableThread
Assigns a task to the thread.
ATTR_INHERIT - Static variable in class org.javagroups.conf.XmlConfigurator
 
ATTR_NAME - Static variable in class org.javagroups.conf.XmlConfigurator
 
ATTR_VALUE - Static variable in class org.javagroups.conf.XmlConfigurator
 
auto_commit - Variable in class org.javagroups.blocks.TransactionalHashtable
 
AUTO_GETSTATE - Static variable in class org.javagroups.Channel
 
AUTO_RECONNECT - Static variable in class org.javagroups.Channel
 
AUTOCONF - Class in org.javagroups.protocols
Senses the network configuration when it is initialized (in init()) and sends a CONFIG event up and down the stack.
AUTOCONF() - Constructor for class org.javagroups.protocols.AUTOCONF
 
autoFlush - Variable in class org.javagroups.log.Tracer
If true, every call to print will call flush.
available() - Method in class org.javagroups.util.ReusableThread
 

B

bar(int, int) - Method in class org.javagroups.protocols.RpcProtocolEXAMPLE
 
BCAST - Static variable in class org.javagroups.protocols.TOTAL.Header
Broadcast Message
BECOME_SERVER - Static variable in class org.javagroups.Event
 
becomeClient() - Method in class org.javagroups.protocols.GMS
 
becomeClient() - Method in class org.javagroups.protocols.pbcast.GMS
 
becomeCoordinator() - Method in class org.javagroups.protocols.GMS
 
becomeCoordinator() - Method in class org.javagroups.protocols.pbcast.GMS
 
becomeParticipant() - Method in class org.javagroups.protocols.GMS
 
becomeParticipant() - Method in class org.javagroups.protocols.pbcast.GMS
 
begin() - Method in class org.javagroups.blocks.ReplicationManager
Create a new transaction.
begin(int) - Method in class org.javagroups.blocks.ReplicationManager
Create a new transaction.
begin() - Method in class org.javagroups.blocks.TransactionalHashtable
Starts a new transaction and associates it with the current thread.
begin(int) - Method in class org.javagroups.blocks.TransactionalHashtable
Starts a new transaction and associates it with the current thread.
BELOW - Static variable in class org.javagroups.stack.ProtocolStack
 
block() - Method in class org.javagroups.blocks.DistributedHashtable
Block sending and receiving of messages until ViewAccepted is called
block() - Method in class org.javagroups.blocks.DistributedQueue
Block sending and receiving of messages until ViewAccepted is called
block() - Method in class org.javagroups.blocks.DistributedTree
Block sending and receiving of messages until ViewAccepted is called
block() - Method in class org.javagroups.blocks.MembershipListenerAdapter
Notify membership listeners to temporarily stop sending messages into a channel.
block() - Method in class org.javagroups.blocks.NotificationBus
 
block() - Method in class org.javagroups.blocks.ReplicatedHashtable
Block sending and receiving of messages until ViewAccepted is called
block() - Method in class org.javagroups.blocks.ReplicatedTree
Block sending and receiving of messages until viewAccepted() is called
block() - Method in class org.javagroups.blocks.VotingAdapter
Blocks the channel until the ViewAccepted is invoked.
BLOCK - Static variable in class org.javagroups.Channel
 
block() - Method in class org.javagroups.demos.Chat
 
block() - Method in class org.javagroups.demos.QuoteClient
 
block() - Method in class org.javagroups.demos.QuoteServer
 
block() - Method in class org.javagroups.demos.Topology
 
block() - Method in class org.javagroups.demos.ViewDemo
Block sending and receiving of messages until ViewAccepted is called
block() - Method in class org.javagroups.demos.wb.Whiteboard
 
block(Hot_GroupContext, Object) - Method in class org.javagroups.EnsChannel
 
block(Hot_GroupContext, Object) - Method in interface org.javagroups.ensemble.Hot_Callbacks
Called to let you know Ensemble is blocking
BLOCK - Static variable in class org.javagroups.Event
 
block() - Method in interface org.javagroups.MembershipListener
Block sending and receiving of messages until viewAccepted() is called
block() - Method in class org.javagroups.service.AbstractService
This method is called when service is supposed to stop sending messages to channel until new view is installed.
BLOCK_OK - Static variable in class org.javagroups.Event
 
BLOCK_SEND - Static variable in class org.javagroups.Event
 
blocked - Variable in class org.javagroups.service.AbstractService
 
BlockEvent - Class in org.javagroups
 
BlockEvent() - Constructor for class org.javagroups.BlockEvent
 
blockMonitor - Variable in class org.javagroups.service.AbstractService
 
blockOk() - Method in class org.javagroups.Channel
Called to acknowledge a block() (callback in MembershipListener or BlockEvent received from call to Receive).
blockOk() - Method in class org.javagroups.EnsChannel
 
blockOk() - Method in class org.javagroups.JChannel
Called to acknowledge a block() (callback in MembershipListener or BlockEvent received from call to receive()).
bogusModuleName(String) - Static method in class org.javagroups.log.Trace
Returns true if the specified module name is illegal.
bottom() - Method in class org.javagroups.util.Stack
 
BSH - Class in org.javagroups.protocols
Beanshell ("www.beanshell.org") interpreter class.
BSH() - Constructor for class org.javagroups.protocols.BSH
 
BSH.BshHeader - Class in org.javagroups.protocols
 
BSH.BshHeader() - Constructor for class org.javagroups.protocols.BSH.BshHeader
 
BSH.BshHeader(int) - Constructor for class org.javagroups.protocols.BSH.BshHeader
 
buf - Variable in class org.javagroups.Message
 

C

call_stack - Variable in class org.javagroups.blocks.RequestCorrelator
This field is used only if deadlock detection is enabled.
call_stack - Variable in class org.javagroups.blocks.RequestCorrelator.Header
Contains senders (e.g.
call_stack_setter - Variable in class org.javagroups.blocks.RequestCorrelator
This field is used only if deadlock detection is enabled.
callRemoteMethod(Address, String, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethod(Address,MethodCall, int, long);
callRemoteMethod(Address, String, Object, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethod(Address,MethodCall, int, long);
callRemoteMethod(Address, String, Object, Object, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethod(Address,MethodCall, int, long);
callRemoteMethod(Address, String, Object, Object, Object, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethod(Address,MethodCall, int, long);
callRemoteMethod(Address, String, Object[], Class[], int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
callRemoteMethod(Address, String, Object[], String[], int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
callRemoteMethod(Address, MethodCall, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
callRemoteMethod(Address, String, int, long) - Method in class org.javagroups.stack.RpcProtocol
 
callRemoteMethod(Address, String, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethod(Address, String, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethod(Address, String, Object, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethod(Address, String, Object, Object, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethod(Address, String, Object, Object, Object, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethod(Address, String, Object[], Class[], int, long) - Method in class org.javagroups.stack.RpcProtocol
 
callRemoteMethod(Address, String, Object[], String[], int, long) - Method in class org.javagroups.stack.RpcProtocol
 
callRemoteMethod(Address, MethodCall, int, long) - Method in class org.javagroups.stack.RpcProtocol
 
callRemoteMethods(Vector, String, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
callRemoteMethods(Vector, String, Object, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
callRemoteMethods(Vector, String, Object, Object, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
callRemoteMethods(Vector, String, Object, Object, Object, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
Deprecated. use callRemoteMethods(Vector,MethodCall, int, long);
callRemoteMethods(Vector, String, Object[], Class[], int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
callRemoteMethods(Vector, String, Object[], String[], int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
callRemoteMethods(Vector, MethodCall, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
callRemoteMethods(Vector, String, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethods(Vector, String, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethods(Vector, String, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethods(Vector, String, Object, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethods(Vector, String, Object, Object, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethods(Vector, String, Object, Object, Object, Object, Object, int, long) - Method in class org.javagroups.stack.RpcProtocol
Deprecated. this method results in an invalid method call if the argument is null
callRemoteMethods(Vector, String, Object[], Class[], int, long) - Method in class org.javagroups.stack.RpcProtocol
 
callRemoteMethods(Vector, String, Object[], String[], int, long) - Method in class org.javagroups.stack.RpcProtocol
 
callRemoteMethods(Vector, MethodCall, int, long) - Method in class org.javagroups.stack.RpcProtocol
 
CANCEL_DENIED - Static variable in class org.javagroups.service.lease.DenyResponseHeader
 
CANCEL_LEASE_REQUEST - Static variable in class org.javagroups.service.lease.LeaseRequestHeader
 
CANCEL_LEASE_TYPE - Static variable in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
 
CANCEL_LEASE_TYPE - Static variable in class org.javagroups.service.lease.LeaseInfoReplicationHeader
 
CANCEL_MERGE - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
cancelLease(Lease) - Method in interface org.javagroups.service.lease.LeaseFactory
Cancels existing lease.
cancelLease(Lease) - Method in class org.javagroups.service.lease.LeaseFactoryClient
Cancel existing lease.
cancelled() - Method in interface org.javagroups.util.TimeScheduler.Task
 
cancelTimeout - Variable in class org.javagroups.service.lease.LeaseFactoryClient
 
CannotConnectException - Exception in org.javagroups.persistence
 
CannotConnectException(Exception, String) - Constructor for exception org.javagroups.persistence.CannotConnectException
 
CannotConnectException(Throwable, String) - Constructor for exception org.javagroups.persistence.CannotConnectException
 
CannotCreateSchemaException - Exception in org.javagroups.persistence
 
CannotCreateSchemaException(Throwable, String) - Constructor for exception org.javagroups.persistence.CannotCreateSchemaException
 
CannotPersistException - Exception in org.javagroups.persistence
 
CannotPersistException(Throwable, String) - Constructor for exception org.javagroups.persistence.CannotPersistException
 
CannotRemoveException - Exception in org.javagroups.persistence
 
CannotRemoveException(Throwable, String) - Constructor for exception org.javagroups.persistence.CannotRemoveException
 
CannotRetrieveException - Exception in org.javagroups.persistence
 
CannotRetrieveException(Throwable, String) - Constructor for exception org.javagroups.persistence.CannotRetrieveException
 
cast(Hot_GroupContext, Hot_Message, int[]) - Method in class org.javagroups.ensemble.Hot_Ensemble
Broadcast a Hot_Message to the group specified in the Hot_GroupContext
castMessage(Vector, Message, int, long) - Method in class org.javagroups.blocks.MessageDispatcher
Cast a message to all members, and wait for mode responses.
castMessage(Vector, long, Message, RspCollector) - Method in class org.javagroups.blocks.MessageDispatcher
Multicast a message request to all members in dests and receive responses via the RspCollector interface.
castMessage(Vector, Message, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
castMessage(Vector, Message, int, long) - Method in class org.javagroups.stack.MessageProtocol
Cast a message to all members, and wait for mode responses.
castViewChange(Vector, Vector, Vector) - Method in class org.javagroups.protocols.GMS
Compute a new view, given the current view, the new members and the suspected/left members.
castViewChange(Vector, Vector, Vector) - Method in class org.javagroups.protocols.pbcast.GMS
Compute a new view, given the current view, the new members and the suspected/left members.
castViewChange(View) - Method in class org.javagroups.protocols.pbcast.GMS
 
castViewChange(View, Digest) - Method in class org.javagroups.protocols.pbcast.GMS
 
CAUSAL - Class in org.javagroups.protocols
Implements casual ordering layer using vector clocks
CAUSAL() - Constructor for class org.javagroups.protocols.CAUSAL
default constructor
CAUSAL.CausalHeader - Class in org.javagroups.protocols
 
CAUSAL.CausalHeader() - Constructor for class org.javagroups.protocols.CAUSAL.CausalHeader
used for externalization
CAUSAL.CausalHeader(TransportedVectorTime) - Constructor for class org.javagroups.protocols.CAUSAL.CausalHeader
 
CausalDemo - Class in org.javagroups.demos
Simple causal demo where each member bcast a consecutive letter from the alphabet and picks the next member to transmit the next letter.
CausalDemo(boolean) - Constructor for class org.javagroups.demos.CausalDemo
 
cause - Variable in exception org.javagroups.protocols.ring.TokenLostException
 
changeProperties(Hot_GroupContext, String) - Method in class org.javagroups.ensemble.Hot_Ensemble
Change the properties of the group specified by the Hot_GroupContext to the properties specified by the String
changeProtocol(Hot_GroupContext, String) - Method in class org.javagroups.ensemble.Hot_Ensemble
Change the protocol used by the group specified by the Hot_GroupContext to the protocol specified by the String
channel - Variable in class org.javagroups.blocks.MessageDispatcher
 
channel - Variable in class org.javagroups.blocks.TransactionalHashtable
 
Channel - Class in org.javagroups
A channel represents a group communication endpoint (like BSD datagram sockets).
Channel() - Constructor for class org.javagroups.Channel
Hidden from clients
Channel(Object) - Constructor for class org.javagroups.Channel
Creates a channel (initially not connected).
channel_listener - Variable in class org.javagroups.Channel
 
channel_name - Variable in class org.javagroups.protocols.TunnelHeader
 
channelClosed(Channel) - Method in class org.javagroups.blocks.RpcDispatcher
 
channelClosed(Channel) - Method in interface org.javagroups.ChannelListener
 
channelClosed(Channel) - Method in class org.javagroups.demos.Draw
 
channelClosed(Channel) - Method in class org.javagroups.demos.Gossip
 
ChannelClosedException - Exception in org.javagroups
 
ChannelClosedException() - Constructor for exception org.javagroups.ChannelClosedException
 
ChannelClosedException(String) - Constructor for exception org.javagroups.ChannelClosedException
 
channelConnected(Channel) - Method in class org.javagroups.blocks.RpcDispatcher
 
channelConnected(Channel) - Method in interface org.javagroups.ChannelListener
 
channelConnected(Channel) - Method in class org.javagroups.demos.Draw
 
channelConnected(Channel) - Method in class org.javagroups.demos.Gossip
 
channelDisconnected(Channel) - Method in class org.javagroups.blocks.RpcDispatcher
 
channelDisconnected(Channel) - Method in interface org.javagroups.ChannelListener
 
channelDisconnected(Channel) - Method in class org.javagroups.demos.Draw
 
channelDisconnected(Channel) - Method in class org.javagroups.demos.Gossip
 
ChannelException - Exception in org.javagroups
 
ChannelException() - Constructor for exception org.javagroups.ChannelException
 
ChannelException(String) - Constructor for exception org.javagroups.ChannelException
 
ChannelFactory - Interface in org.javagroups
A channel factory takes care of creation of channel implementations.
ChannelListener - Interface in org.javagroups
Allows a listener to be notified when important channel events occur.
ChannelNotConnectedException - Exception in org.javagroups
 
ChannelNotConnectedException() - Constructor for exception org.javagroups.ChannelNotConnectedException
 
ChannelNotConnectedException(String) - Constructor for exception org.javagroups.ChannelNotConnectedException
 
channelReconnected(Address) - Method in class org.javagroups.blocks.RpcDispatcher
 
channelReconnected(Address) - Method in interface org.javagroups.ChannelListener
 
channelReconnected(Address) - Method in class org.javagroups.demos.Draw
 
channelReconnected(Address) - Method in class org.javagroups.demos.Gossip
 
channelShunned() - Method in class org.javagroups.blocks.RpcDispatcher
 
channelShunned() - Method in interface org.javagroups.ChannelListener
 
channelShunned() - Method in class org.javagroups.demos.Draw
 
channelShunned() - Method in class org.javagroups.demos.Gossip
 
Chat - Class in org.javagroups.demos
Instances of the group can broadcast short messages to the group, and receive them.
Chat(String) - Constructor for class org.javagroups.demos.Chat
 
checkForLinux() - Static method in class org.javagroups.util.Util
 
checkForResult() - Method in class org.javagroups.util.Promise
Checks whether result is available.
checkForSolaris() - Static method in class org.javagroups.util.Util
 
checkForWindows() - Static method in class org.javagroups.util.Util
 
checkResult(RspList, Object) - Method in class org.javagroups.blocks.DistributedQueue
 
checkResults(RspList) - Method in class org.javagroups.blocks.TransactionalHashtable
Checks whether responses from members contain exceptions or timeouts.
checkSelfInclusion(Vector) - Method in class org.javagroups.protocols.GMS
Returns true if local_addr is member of mbrs, else false
checkSelfInclusion(Vector) - Method in class org.javagroups.protocols.pbcast.GMS
Returns true if local_addr is member of mbrs, else false
ClassConfigurator - Class in org.javagroups.conf
This class will be replaced with the class that read info from the magic number configurator that reads info from the xml file.
The name and the relative path of the magic number map file can be specified as value of the property org.javagroups.conf.magicNumberFile.
ClassMap - Class in org.javagroups.conf
Maintains mapping between magic number and class
ClassMap(String, String, boolean, int) - Constructor for class org.javagroups.conf.ClassMap
 
ClassPathEntityResolver - Class in org.javagroups.conf
 
ClassPathEntityResolver() - Constructor for class org.javagroups.conf.ClassPathEntityResolver
 
ClassPathEntityResolver(String) - Constructor for class org.javagroups.conf.ClassPathEntityResolver
 
clear() - Method in class org.javagroups.blocks.DistributedHashtable
Clears this hashtable so that it contains no keys
clear() - Method in class org.javagroups.blocks.ReplicatedHashtable
Clears this hashtable so that it contains no keys
clear() - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
clear(boolean, long) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
clear(long, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicated the update to all members, and use locks at each member to ensure serializability.
CLEAR - Static variable in class org.javagroups.blocks.TransactionalHashtable.Data
 
clear() - Method in class org.javagroups.Membership
removes all the members from this membership
clear() - Method in class org.javagroups.persistence.DBPersistenceManager
Clears the key-cache as well as all entries
clear() - Method in class org.javagroups.persistence.FilePersistenceManager
Clears the complete NV state from the DB
clear() - Method in interface org.javagroups.persistence.PersistenceManager
Clears the complete NV state from the DB
clearArgs() - Method in class org.javagroups.blocks.MethodCall
 
clearPanel() - Method in class org.javagroups.demos.applets.DrawApplet
 
clearPanel() - Method in class org.javagroups.demos.Draw
 
clearPanel() - Method in class org.javagroups.demos.Draw2Channels
 
clearPanel() - Method in class org.javagroups.demos.DrawRepl
 
clearPanel() - Method in class org.javagroups.demos.Gossip
 
clearStableMessages() - Method in class org.javagroups.stack.AckMcastSenderWindow
 
client - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
CLIENT_CHANNEL_STACK - Static variable in class org.javagroups.service.ServiceRunner
 
CLIENT_GROUP_NAME - Static variable in class org.javagroups.service.ServiceRunner
 
clientAdapter - Variable in class org.javagroups.service.lease.LeaseFactoryClient
 
clientAdapter - Variable in class org.javagroups.service.lease.LeaseFactoryService
 
clientChannel - Variable in class org.javagroups.service.AbstractService
 
clientChannel - Variable in class org.javagroups.service.lease.LeaseFactoryClient
 
ClientGmsImpl - Class in org.javagroups.protocols
Client part of GMS.
ClientGmsImpl(GMS) - Constructor for class org.javagroups.protocols.ClientGmsImpl
 
ClientGmsImpl - Class in org.javagroups.protocols.pbcast
Client part of GMS.
ClientGmsImpl(GMS) - Constructor for class org.javagroups.protocols.pbcast.ClientGmsImpl
 
clients - Variable in class org.javagroups.ensemble.Hot_ViewState
 
clone() - Method in class org.javagroups.blocks.ReplicatedTree.Node
 
clone() - Method in class org.javagroups.blocks.TransactionalHashtable
 
clone() - Method in class org.javagroups.Membership
 
clone() - Method in class org.javagroups.MergeView
creates a copy of this view
clone() - Method in class org.javagroups.Message
 
clone() - Method in class org.javagroups.protocols.JMS.JMSAddress
Clone the object.
clone() - Method in class org.javagroups.util.List
 
clone() - Method in class org.javagroups.View
creates a copy of this view
clone() - Method in class org.javagroups.ViewId
Cloneable interface Returns a new ViewID object containing the same address and lamport timestamp as this view
close() - Method in class org.javagroups.Channel
Destroys the channel and its associated resources (e.g.
close() - Method in class org.javagroups.EnsChannel
 
close() - Method in class org.javagroups.JChannel
Destroys the channel.
After this method has been called, the channel us unusable.
This operation will disconnect the channel and close the channel receive queue immediately
close() - Method in class org.javagroups.log.SystemTracer
Flushes any pending output (by calling flush) but does not close the output stream (System.err or System.out).
close() - Method in class org.javagroups.log.Tracer
Flushes any pending output (by calling flush) and closes the output file, stream, writer, or socket associated with this tracer.
close(boolean) - Method in class org.javagroups.util.LinkedListQueue
Marks the queues as closed.
close(boolean) - Method in class org.javagroups.util.Queue
Marks the queues as closed.
closeAllOutputs() - Static method in class org.javagroups.log.Trace
Closes all outputs for all modules.
closed - Variable in class org.javagroups.log.Tracer
If true, this tracer has been closed and no further output will be accepted.
closed() - Method in class org.javagroups.util.LinkedListQueue
returns true if the Queue has been closed however, this method will return false if the queue has been closed using the close(true) method and the last element has yet not been received.
closed() - Method in class org.javagroups.util.Queue
returns true if the Queue has been closed however, this method will return false if the queue has been closed using the close(true) method and the last element has yet not been received.
closeDefaultOutput() - Static method in class org.javagroups.log.Trace
Closes the current default output.
closeOutput(String) - Static method in class org.javagroups.log.Trace
Closes the output for the specified module.
colorPanel(int, int, int) - Method in class org.javagroups.demos.Gossip
 
Command - Interface in org.javagroups.util
The Command patttern (se Gamma et al.).
commit(Object) - Method in class org.javagroups.blocks.DistributedLockManager
Commit phase for the lock acquisition or release.
commit() - Method in class org.javagroups.blocks.DistributedLockManager.LockDecree
 
COMMIT - Static variable in class org.javagroups.blocks.ReplicationData
 
commit(Xid) - Method in class org.javagroups.blocks.ReplicationManager
Commits all modifications sent to the receivers via send and releases all locks associated with this transaction.
commit(Xid) - Method in interface org.javagroups.blocks.ReplicationReceiver
Commit the modifications to the locally replicated data and release all locks.
commit(Xid) - Method in class org.javagroups.blocks.TransactionalHashtable
 
commit() - Method in class org.javagroups.blocks.TransactionalHashtable
Commits all modifications done in the current transaction (kept in temporary storage) to the hashtable.
commit() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
commit(Object) - Method in interface org.javagroups.blocks.TwoPhaseVotingListener
This is voting on the commiting the decree.
commited - Variable in class org.javagroups.blocks.DistributedLockManager.LockDecree
 
compare(IpAddress) - Method in class org.javagroups.stack.IpAddress
Establishes an order between 2 addresses.
compare(Object) - Method in class org.javagroups.ViewId
Old Compare
compareTo(Object) - Method in class org.javagroups.blocks.Xid
 
compareTo(Object) - Method in class org.javagroups.ensemble.Hot_Endpoint
 
compareTo(Object) - Method in class org.javagroups.protocols.JMS.JMSAddress
Compare this object to o.
compareTo(Object) - Method in class org.javagroups.protocols.WanPipeAddress
Establishes an order between 2 addresses.
compareTo(Object) - Method in class org.javagroups.stack.IpAddress
implements the java.lang.Comparable interface
compareTo(byte[]) - Static method in class org.javagroups.Version
 
compareTo(Object) - Method in class org.javagroups.ViewId
Establishes an order between 2 ViewIds.
componentHidden(ComponentEvent) - Method in class org.javagroups.demos.wb.Whiteboard
 
componentMoved(ComponentEvent) - Method in class org.javagroups.demos.wb.Whiteboard
 
componentResized(ComponentEvent) - Method in class org.javagroups.demos.wb.Whiteboard
 
componentShown(ComponentEvent) - Method in class org.javagroups.demos.wb.Whiteboard
 
conf - Variable in class org.javagroups.ensemble.Hot_GroupContext
 
conf - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
CONFIG - Static variable in class org.javagroups.Event
 
Configurator - Class in org.javagroups.stack
The task if this class is to setup and configure the protocol stack.
Configurator() - Constructor for class org.javagroups.stack.Configurator
 
Configurator.ProtocolConfiguration - Class in org.javagroups.stack
Parses and encapsulates the specification for 1 protocol of the protocol stack, e.g.
Configurator.ProtocolConfiguration(String) - Constructor for class org.javagroups.stack.Configurator.ProtocolConfiguration
Creates a new ProtocolConfiguration.
ConfiguratorFactory - Class in org.javagroups.conf
The ConfigurationFactory is a factory that returns a protocol stack configurator.
ConfiguratorFactory() - Constructor for class org.javagroups.conf.ConfiguratorFactory
 
connect(String) - Method in class org.javagroups.Channel
Connects the channel to a group.
connect() - Method in class org.javagroups.demos.TotalTokenDemo
 
connect(String) - Method in class org.javagroups.EnsChannel
 
CONNECT - Static variable in class org.javagroups.Event
 
connect(String) - Method in class org.javagroups.JChannel
Connects the channel to a group.
If the channel is already connected, an error message will be printed to the error log
If the channel is closed a ChannelClosed exception will be thrown
This method starts the protocol stack by calling ProtocolStack.start
then it sends an Event.CONNECT event down the stack and waits to receive a CONNECT_OK event
Once the CONNECT_OK event arrives from the protocol stack, any channel listeners are notified
and the channel is considered connected
connect() - Method in class org.javagroups.stack.RouterStub
Establishes a connection to the router.
CONNECT_OK - Static variable in class org.javagroups.Event
 
connectionClosed(Address) - Method in interface org.javagroups.blocks.ConnectionTable.ConnectionListener
 
connectionClosed(Address) - Method in interface org.javagroups.blocks.ConnectionTable1_4.ConnectionListener
 
connectionClosed(Address) - Method in class org.javagroups.protocols.TCP
 
connectionOpened(Address) - Method in interface org.javagroups.blocks.ConnectionTable.ConnectionListener
 
connectionOpened(Address) - Method in interface org.javagroups.blocks.ConnectionTable1_4.ConnectionListener
 
connectionOpened(Address) - Method in class org.javagroups.protocols.TCP
 
ConnectionTable - Class in org.javagroups.blocks
Manages incoming and outgoing TCP connections.
ConnectionTable(int) - Constructor for class org.javagroups.blocks.ConnectionTable
Regular ConnectionTable without expiration of idle connections
ConnectionTable(int, long, long) - Constructor for class org.javagroups.blocks.ConnectionTable
ConnectionTable including a connection reaper.
ConnectionTable(ConnectionTable.Receiver, InetAddress, int) - Constructor for class org.javagroups.blocks.ConnectionTable
Create a ConnectionTable
ConnectionTable(ConnectionTable.Receiver, InetAddress, int, long, long) - Constructor for class org.javagroups.blocks.ConnectionTable
ConnectionTable including a connection reaper.
ConnectionTable.ConnectionListener - Interface in org.javagroups.blocks
Used to be notified about connection establishment and teardown
ConnectionTable.Receiver - Interface in org.javagroups.blocks
Used for message reception
ConnectionTable1_4 - Class in org.javagroups.blocks
Manages incoming and outgoing TCP connections.
ConnectionTable1_4(int) - Constructor for class org.javagroups.blocks.ConnectionTable1_4
Regular ConnectionTable without expiration of idle connections
ConnectionTable1_4(int, long, long) - Constructor for class org.javagroups.blocks.ConnectionTable1_4
ConnectionTable including a connection reaper.
ConnectionTable1_4(ConnectionTable1_4.Receiver, InetAddress, int) - Constructor for class org.javagroups.blocks.ConnectionTable1_4
Create a ConnectionTable
ConnectionTable1_4(ConnectionTable1_4.Receiver, InetAddress, int, long, long) - Constructor for class org.javagroups.blocks.ConnectionTable1_4
ConnectionTable including a connection reaper.
ConnectionTable1_4.ConnectionListener - Interface in org.javagroups.blocks
Used to be notified about connection establishment and teardown
ConnectionTable1_4.Receiver - Interface in org.javagroups.blocks
Used for message reception
contains(Address) - Method in class org.javagroups.Membership
Returns true if the provided member belongs to this membership
contains(Address) - Method in class org.javagroups.protocols.pbcast.Digest
 
contains(Object) - Method in class org.javagroups.util.List
 
containsKey(Object) - Method in class org.javagroups.blocks.TransactionalHashtable
 
containsMember(Address) - Method in class org.javagroups.View
returns true, if this view contains a certain member
containsValue(Object) - Method in class org.javagroups.blocks.TransactionalHashtable
 
contentsCleared() - Method in interface org.javagroups.blocks.DistributedHashtable.Notification
 
contentsCleared() - Method in interface org.javagroups.blocks.DistributedQueue.Notification
 
contentsCleared() - Method in class org.javagroups.demos.DistributedHashtableDemo
 
contentsCleared() - Method in class org.javagroups.demos.DistributedQueueDemo
 
contentsSet(Map) - Method in interface org.javagroups.blocks.DistributedHashtable.Notification
 
contentsSet(Collection) - Method in interface org.javagroups.blocks.DistributedQueue.Notification
 
contentsSet(Map) - Method in interface org.javagroups.blocks.ReplicatedHashtable.Notification
 
contentsSet(Map) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
contentsSet(Collection) - Method in class org.javagroups.demos.DistributedQueueDemo
 
coord - Variable in class org.javagroups.ensemble.Hot_ViewID
 
coord_addr - Variable in class org.javagroups.protocols.PingRsp
 
CoordGmsImpl - Class in org.javagroups.protocols
 
CoordGmsImpl(GMS) - Constructor for class org.javagroups.protocols.CoordGmsImpl
 
CoordGmsImpl - Class in org.javagroups.protocols.pbcast
Coordinator role of the Group MemberShip (GMS) protocol.
CoordGmsImpl(GMS) - Constructor for class org.javagroups.protocols.pbcast.CoordGmsImpl
 
coordinatorChosen() - Method in class org.javagroups.demos.Topology
 
copy - Static variable in class org.javagroups.log.Trace
Used to determine whether to copy messages (copy=true) in retransmission tables, or whether to use references (copy=false).
copy() - Method in class org.javagroups.Membership
returns a copy of this membership
copy() - Method in class org.javagroups.Message
 
copy() - Method in class org.javagroups.protocols.NakAckHeader
 
copy() - Method in class org.javagroups.protocols.pbcast.Digest
 
copy() - Method in class org.javagroups.protocols.pbcast.Gossip
 
copy() - Method in class org.javagroups.protocols.pbcast.NakAckHeader
 
copy() - Method in class org.javagroups.util.List
 
copy() - Method in class org.javagroups.util.Stack
 
copy() - Method in class org.javagroups.ViewId
Old Copy method, deprecated because it is substituted by clone()
corr - Variable in class org.javagroups.blocks.GroupRequest
 
corr - Variable in class org.javagroups.blocks.MessageDispatcher
 
crash() - Static method in class org.javagroups.util.Util
 
create(Address) - Static method in class org.javagroups.blocks.Xid
 
create(Address, int) - Static method in class org.javagroups.blocks.Xid
 
createChannel(Object) - Method in interface org.javagroups.ChannelFactory
Creates an instance implementing the Channel interface.
createChannel(Object) - Method in class org.javagroups.EnsChannelFactory
 
createChannel(Object) - Method in class org.javagroups.JChannelFactory
 
createDatagramSocket(InetAddress, int) - Static method in class org.javagroups.util.Util
Creates a DatagramSocket bound to addr.
createManager() - Method in class org.javagroups.persistence.PersistenceFactory
Reads the default properties and creates a persistencemanager The default properties are picked up from the $USER_HOME or from the classpath.
createManager(String) - Method in class org.javagroups.persistence.PersistenceFactory
Duplicated signature to create PersistenceManager to allow user to provide property path.
createProtocol(String, ProtocolStack) - Method in class org.javagroups.stack.Configurator
Creates a new protocol given the protocol specification.
createProtocol(String) - Method in class org.javagroups.stack.ProtocolStack
Creates a new protocol given the protocol specification.
createServerSocket(int) - Static method in class org.javagroups.util.Util
Finds first available port starting at start_port and returns server socket
createSocket(InetAddress, InetAddress, int, long) - Method in class org.javagroups.util.TimedWriter
Tries to create a socket to remote_peer:remote_port.
creator - Variable in class org.javagroups.blocks.Xid
 
CREDIT - Static variable in class org.javagroups.protocols.FC.FcHeader
 
cummulative - Variable in class org.javagroups.debug.Debugger
 
cvs - Static variable in class org.javagroups.Version
 

D

DBPersistenceManager - Class in org.javagroups.persistence
Class will be utilized
DBPersistenceManager(String) - Constructor for class org.javagroups.persistence.DBPersistenceManager
Default construct
DBPersistenceManager(InputStream) - Constructor for class org.javagroups.persistence.DBPersistenceManager
Duplicate constructor allowing inputstream
DEADLOCK - Class in org.javagroups.protocols
Tests the deadlock detection mechanism of RequestCorrelator.
DEADLOCK() - Constructor for class org.javagroups.protocols.DEADLOCK
 
deadlock_detection - Variable in class org.javagroups.blocks.MessageDispatcher
 
deadlock_detection - Variable in class org.javagroups.blocks.RequestCorrelator
Whether to perform deadlock detection is synchronous calls
debug - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
debug - Static variable in class org.javagroups.log.Trace
Allows for conditional compilation, e.g.
DEBUG - Static variable in class org.javagroups.log.Trace
The trace level for all messages.
debug(String, String) - Static method in class org.javagroups.log.Trace
Helper method.
debug() - Method in class org.javagroups.util.Queue
Dumps internal state @remove
Debugger - Class in org.javagroups.debug
The Debugger displays a graphical view of the protocol stack by showing all the protocols and the events in them.
Debugger() - Constructor for class org.javagroups.debug.Debugger
 
Debugger(JChannel) - Constructor for class org.javagroups.debug.Debugger
 
Debugger(JChannel, String) - Constructor for class org.javagroups.debug.Debugger
 
Debugger(JChannel, boolean) - Constructor for class org.javagroups.debug.Debugger
 
Debugger(JChannel, boolean, String) - Constructor for class org.javagroups.debug.Debugger
 
DEFAULT_BEST_FIT_DURATION - Static variable in class org.javagroups.service.lease.LeaseFactoryService
 
DEFAULT_CANCEL_TIMEOUT - Static variable in class org.javagroups.service.lease.LeaseFactoryClient
 
DEFAULT_CONNECTION_FACTORY - Static variable in class org.javagroups.protocols.JMS
 
DEFAULT_LEASE_TIMEOUT - Static variable in class org.javagroups.service.lease.LeaseFactoryClient
 
DEFAULT_MESSAGE - Static variable in exception org.javagroups.service.lease.LeaseDeniedException
 
DEFAULT_MESSAGE - Static variable in exception org.javagroups.service.lease.UnknownLeaseException
 
DEFAULT_OUTPUT - Static variable in class org.javagroups.log.Trace
 
DEFAULT_OUTPUT_FILE_NAME - Static variable in class org.javagroups.log.Trace
The file name used when setting a new default output and when the file name specified is a directory.
DEFAULT_OUTPUT_STMT - Static variable in class org.javagroups.log.Trace
 
default_sync_repl - Variable in class org.javagroups.blocks.TransactionalHashtable
 
default_sync_repl_timeout - Variable in class org.javagroups.blocks.TransactionalHashtable
 
defaultTracer - Static variable in class org.javagroups.log.Trace
The default tracer to use when a message is not destined for any particular output.
defragmentBuffer(byte[][]) - Static method in class org.javagroups.util.Util
Concatenates smaller fragments into entire buffers.
DELAY - Class in org.javagroups.protocols
Delays incoming/outgoing messages by a random number of milliseconds (range between 0 and n where n is determined by the user).
DELAY() - Constructor for class org.javagroups.protocols.DELAY
 
denyLeaseRequest(int, Address, String, Object, Object) - Method in class org.javagroups.service.lease.LeaseFactoryService
Deny lease request.
DenyResponseHeader - Class in org.javagroups.service.lease
Message header that represents deny response.
DenyResponseHeader() - Constructor for class org.javagroups.service.lease.DenyResponseHeader
Create uninitialized instance of this class.
DenyResponseHeader(int, String, Object) - Constructor for class org.javagroups.service.lease.DenyResponseHeader
Create instance of this class for specified denial type and denial reason.
dest_addr - Variable in class org.javagroups.Message
 
dest_mbrs - Variable in class org.javagroups.blocks.RequestCorrelator.Header
Contains a list of members who should receive the request (others will drop).
DEST_PROPERTY - Static variable in class org.javagroups.protocols.JMS
 
destroy() - Method in class org.javagroups.demos.applets.DrawApplet
 
destroy() - Method in class org.javagroups.demos.wb.Whiteboard
 
destroy() - Method in class org.javagroups.protocols.BSH
 
destroy() - Method in class org.javagroups.stack.NakReceiverWindow
Stop the retransmitter and reset the nak window
destroy() - Method in class org.javagroups.stack.Protocol
This method is called on a Channel.close().
destroy() - Method in class org.javagroups.stack.ProtocolStack
 
destroy() - Method in class org.javagroups.util.ThreadPool
 
DESTROY_INTERPRETER - Static variable in class org.javagroups.protocols.BSH.BshHeader
 
destroyInterpreter() - Method in class org.javagroups.protocols.BSH
 
destroyOutboard() - Method in class org.javagroups.ensemble.Hot_Ensemble
Destroys the associated outboard process.
determineCoordinator() - Method in class org.javagroups.protocols.GMS
 
determineCoordinator() - Method in class org.javagroups.protocols.pbcast.GMS
 
determineLeftMembers(Vector, Vector) - Static method in class org.javagroups.util.Util
Returns all members that left between 2 views.
determineMajority(int) - Method in class org.javagroups.blocks.GroupRequest
 
DIAG_GROUP - Static variable in class org.javagroups.util.Util
 
Digest - Class in org.javagroups.protocols
Message digest, collecting the highest sequence number seen so far for each member, plus the messages that have higher seqnos than the ones given.
Digest(int) - Constructor for class org.javagroups.protocols.Digest
 
Digest - Class in org.javagroups.protocols.pbcast
A message digest, which is used e.g.
Digest() - Constructor for class org.javagroups.protocols.pbcast.Digest
 
Digest(int) - Constructor for class org.javagroups.protocols.pbcast.Digest
 
digest_timeout - Variable in class org.javagroups.protocols.pbcast.GMS
 
DIRTY_READS - Static variable in class org.javagroups.blocks.Xid
Writes are serialized, but reads can be dirty, e.g.
DISCARD - Class in org.javagroups.protocols
Discards up or down messages based on a percentage, e.g.
DISCARD() - Constructor for class org.javagroups.protocols.DISCARD
 
disconnect() - Method in class org.javagroups.Channel
Disconnects the channel from the current group (if connected), leaving the group.
disconnect() - Method in class org.javagroups.demos.TotalTokenDemo
 
disconnect() - Method in class org.javagroups.EnsChannel
 
DISCONNECT - Static variable in class org.javagroups.Event
 
disconnect() - Method in class org.javagroups.JChannel
Disconnects the channel if it is connected.
disconnect() - Method in class org.javagroups.stack.RouterStub
Closes the socket and the input and output streams associated with it
DISCONNECT_OK - Static variable in class org.javagroups.Event
 
disp - Variable in class org.javagroups.blocks.ReplicationManager
Used to broadcast updates and receive responses (latter only in synchronous case)
disp - Variable in class org.javagroups.demos.wb.Whiteboard
 
displayMessage(String, String) - Method in class org.javagroups.demos.wb.Whiteboard
 
DistributedHashtable - Class in org.javagroups.blocks
Provides the abstraction of a java.util.Hashtable that is replicated at several locations.
DistributedHashtable(String, ChannelFactory, String, long) - Constructor for class org.javagroups.blocks.DistributedHashtable
Creates a DistributedHashtable
DistributedHashtable(String, ChannelFactory, String, boolean, long) - Constructor for class org.javagroups.blocks.DistributedHashtable
Creates a DisttributedHashtable.
DistributedHashtable(JChannel, long) - Constructor for class org.javagroups.blocks.DistributedHashtable
 
DistributedHashtable(JChannel, boolean, long) - Constructor for class org.javagroups.blocks.DistributedHashtable
 
DistributedHashtable.Notification - Interface in org.javagroups.blocks
 
DistributedHashtableDemo - Class in org.javagroups.demos
Uses the DistributedHashtable building block.
DistributedHashtableDemo() - Constructor for class org.javagroups.demos.DistributedHashtableDemo
 
DistributedLockManager - Class in org.javagroups.blocks
Distributed lock manager is responsible for maintaining the lock information consistent on all participating nodes.
DistributedLockManager(VotingAdapter, Object) - Constructor for class org.javagroups.blocks.DistributedLockManager
Create instance of this class.
DistributedLockManager(TwoPhaseVotingAdapter, Object) - Constructor for class org.javagroups.blocks.DistributedLockManager
Constructor for the DistributedLockManager_cl object.
DistributedLockManager.AcquireLockDecree - Class in org.javagroups.blocks
This class represents the lock to be released.
DistributedLockManager.LockDecree - Class in org.javagroups.blocks
This class represents the lock
DistributedLockManager.ReleaseLockDecree - Class in org.javagroups.blocks
This class represents the lock to be released.
DistributedQueue - Class in org.javagroups.blocks
Provides the abstraction of a java.util.LinkedList that is replicated at several locations.
DistributedQueue(String, ChannelFactory, String, long) - Constructor for class org.javagroups.blocks.DistributedQueue
Creates a DistributedQueue
DistributedQueue(JChannel) - Constructor for class org.javagroups.blocks.DistributedQueue
 
DistributedQueue.Notification - Interface in org.javagroups.blocks
 
DistributedQueueDemo - Class in org.javagroups.demos
Uses the DistributedQueue building block.
DistributedQueueDemo() - Constructor for class org.javagroups.demos.DistributedQueueDemo
 
DistributedTree - Class in org.javagroups.blocks
A tree-like structure that is replicated across several members.
DistributedTree() - Constructor for class org.javagroups.blocks.DistributedTree
 
DistributedTree(String, String) - Constructor for class org.javagroups.blocks.DistributedTree
 
DistributedTree.DistributedTreeListener - Interface in org.javagroups.blocks
 
DistributedTree.ViewListener - Interface in org.javagroups.blocks
 
DistributedTreeDemo - Class in org.javagroups.demos
Demo showing the DistributedTree class.
DistributedTreeDemo(boolean) - Constructor for class org.javagroups.demos.DistributedTreeDemo
 
doClose() - Method in class org.javagroups.log.NetworkTracer
Flushes any pending output (by calling flush) and closes the output file, stream, writer, or socket associated with this tracer.
doClose() - Method in class org.javagroups.log.PrintStreamTracer
Flushes any pending output (by calling flush) and closes the output stream associated with this tracer.
doClose() - Method in class org.javagroups.log.SystemTracer
 
doClose() - Method in class org.javagroups.log.Tracer
Flushes any pending output (by calling flush) and closes the output file, stream, writer, or socket associated with this tracer.
doClose() - Method in class org.javagroups.log.WriterTracer
Flushes any pending output (by calling flush) and closes the output file, stream, writer, or socket associated with this tracer.
doExecute(long) - Method in class org.javagroups.blocks.GroupRequest
This method runs with rsp_mutex locked (called by execute()).
doFlush() - Method in class org.javagroups.log.NetworkTracer
Flushes any pending output.
doFlush() - Method in class org.javagroups.log.PrintStreamTracer
Flushes any pending output.
doFlush() - Method in class org.javagroups.log.SystemErrTracer
 
doFlush() - Method in class org.javagroups.log.SystemOutTracer
 
doFlush() - Method in class org.javagroups.log.Tracer
Flushes any pending output.
doFlush() - Method in class org.javagroups.log.WriterTracer
Flushes any pending output.
done - Variable in class org.javagroups.blocks.GroupRequest
 
done(long) - Method in class org.javagroups.blocks.MessageDispatcher
 
done(long) - Method in class org.javagroups.blocks.RequestCorrelator
Used to signal that a certain request may be garbage collected as all responses have been received.
done() - Method in class org.javagroups.util.ReusableThread
 
doPrint(String) - Method in class org.javagroups.log.NetworkTracer
Sends the already-formatted message to the output file, stream, writer, or socket associated with this tracer.
doPrint(String) - Method in class org.javagroups.log.PrintStreamTracer
Sends the already-formatted message to the output file, stream, writer, or socket associated with this tracer.
doPrint(String) - Method in class org.javagroups.log.SystemErrTracer
 
doPrint(String) - Method in class org.javagroups.log.SystemOutTracer
 
doPrint(String) - Method in class org.javagroups.log.Tracer
Sends the already-formatted message to the output file, stream, writer, or socket associated with this tracer.
doPrint(String) - Method in class org.javagroups.log.WriterTracer
Sends the already-formatted message to the output file, stream, writer, or socket associated with this tracer.
doubleWrite(byte[], OutputStream) - Static method in class org.javagroups.util.Util
Makes sure that we detect when a peer connection is in the closed state (not closed while we send data, but before we send data).
down(Event) - Method in class org.javagroups.Channel
Access to event mechanism of channels.
down(Event, int) - Method in class org.javagroups.debug.ProtocolView
 
down(Event) - Method in class org.javagroups.JChannel
Sends a message through the protocol stack if the stack is available
down(Event) - Method in class org.javagroups.protocols.CAUSAL
Processes Event going down in the stack
down(Event) - Method in class org.javagroups.protocols.DELAY
 
down(Event) - Method in class org.javagroups.protocols.DISCARD
 
down(Event) - Method in class org.javagroups.protocols.DUMMY
 
down(Event) - Method in class org.javagroups.protocols.ENCRYPT1_4
 
down(Event) - Method in class org.javagroups.protocols.EXAMPLE
 
down(Event) - Method in class org.javagroups.protocols.FC
 
down(Event) - Method in class org.javagroups.protocols.FD
 
down(Event) - Method in class org.javagroups.protocols.FD_PID
 
down(Event) - Method in class org.javagroups.protocols.FD_PROB
 
down(Event) - Method in class org.javagroups.protocols.FD_SIMPLE
 
down(Event) - Method in class org.javagroups.protocols.FD_SOCK
 
down(Event) - Method in class org.javagroups.protocols.FLOWCONTROL
Checs if it can send the message, else puts the message in the queue.
down(Event) - Method in class org.javagroups.protocols.FRAG
Fragment a packet if larger than frag_size (add a header).
down(Event) - Method in class org.javagroups.protocols.HDRS
 
down(Event) - Method in class org.javagroups.protocols.JMS
Called by the protocol above this.
down(Event) - Method in class org.javagroups.protocols.LOOPBACK
Caller by the layer above this layer.
down(Event) - Method in class org.javagroups.protocols.LOSS
 
down(Event) - Method in class org.javagroups.protocols.MERGE
 
down(Event) - Method in class org.javagroups.protocols.MERGE2
 
down(Event) - Method in class org.javagroups.protocols.MERGEFAST
 
down(Event) - Method in class org.javagroups.protocols.NAKACK
Callback.
down(Event) - Method in class org.javagroups.protocols.PARTITIONER
Adds to Messages a Header with the local partitin number and if receives a SET_PARTITIONS Event sends a new Message with a PartitionerHeader set to COMMAND that carries the Hashtable
down(Event) - Method in class org.javagroups.protocols.pbcast.FD
 
down(Event) - Method in class org.javagroups.protocols.pbcast.GMS
 
down(Event) - Method in class org.javagroups.protocols.pbcast.NAKACK
Callback.
down(Event) - Method in class org.javagroups.protocols.pbcast.PBCAST
 
down(Event) - Method in class org.javagroups.protocols.pbcast.STABLE
 
down(Event) - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER
 
down(Event) - Method in class org.javagroups.protocols.PERF
 
down(Event) - Method in class org.javagroups.protocols.PIGGYBACK
 
down(Event) - Method in class org.javagroups.protocols.PING
An event is to be sent down the stack.
down(Event) - Method in class org.javagroups.protocols.PRINTMETHODS
 
down(Event) - Method in class org.javagroups.protocols.PRINTOBJS
 
down(Event) - Method in class org.javagroups.protocols.QUEUE
 
down(Event) - Method in class org.javagroups.protocols.SIZE
 
down(Event) - Method in class org.javagroups.protocols.SMACK
 
down(Event) - Method in class org.javagroups.protocols.STATE_TRANSFER
 
down(Event) - Method in class org.javagroups.protocols.TCP
Sent to destination(s) using the ConnectionTable class.
down(Event) - Method in class org.javagroups.protocols.TCPGOSSIP
 
down(Event) - Method in class org.javagroups.protocols.TCPPING
 
down(Event) - Method in class org.javagroups.protocols.TOTAL
 
down(Event) - Method in class org.javagroups.protocols.TOTAL_OLD
handles an Event coming down the Protocol Stack
down(Event) - Method in class org.javagroups.protocols.TRACE
 
down(Event) - Method in class org.javagroups.protocols.TUNNEL
Caller by the layer above this layer.
down(Event) - Method in class org.javagroups.protocols.UDP
Caller by the layer above this layer.
down(Event) - Method in class org.javagroups.protocols.UNICAST
 
down(Event) - Method in class org.javagroups.protocols.WANPING
 
down(Event) - Method in class org.javagroups.protocols.WANPIPE
Sent to destination(s) using the WAN pipe.
down(Event) - Method in class org.javagroups.stack.MessageProtocol
This message is not originated by this layer, therefore we can just pass it down without having to go through the request correlator.
down(Event) - Method in class org.javagroups.stack.Protocol
An event is to be sent down the stack.
down(Event, int) - Method in interface org.javagroups.stack.ProtocolObserver
Called when an event is about to be dispatched to the protocol (before it is dispatched).
down(Event) - Method in class org.javagroups.stack.ProtocolStack
 
down_handler - Variable in class org.javagroups.stack.Protocol
 
down_prot - Variable in class org.javagroups.stack.Protocol
 
down_queue - Variable in class org.javagroups.stack.Protocol
 
down_thread - Variable in class org.javagroups.stack.Protocol
 
down_thread_prio - Variable in class org.javagroups.stack.Protocol
 
Draw - Class in org.javagroups.demos
Shared whiteboard, each new instance joins the same group.
Draw(String, boolean, boolean) - Constructor for class org.javagroups.demos.Draw
 
Draw2Channels - Class in org.javagroups.demos
Same as Draw but using 2 channels: one for view changes (control channel) and the other one for drawing (data channel).
Draw2Channels(String, String, boolean) - Constructor for class org.javagroups.demos.Draw2Channels
 
DrawApplet - Class in org.javagroups.demos.applets
 
DrawApplet() - Constructor for class org.javagroups.demos.applets.DrawApplet
 
DrawCommand - Class in org.javagroups.demos
 
drawNode(Graphics, int, int, String, int) - Method in class org.javagroups.demos.Topology
 
DrawRepl - Class in org.javagroups.demos
NOT SUPPORTED ! Replicates the whiteboard demo by intercepting central AWT event queue and mcasting events to all members.
DrawRepl() - Constructor for class org.javagroups.demos.DrawRepl
 
drawTopology(Graphics) - Method in class org.javagroups.demos.Topology
 
DROP_NEXT_MSG - Static variable in class org.javagroups.Event
 
DUMMY - Class in org.javagroups.protocols
 
DUMMY() - Constructor for class org.javagroups.protocols.DUMMY
 
dump() - Static method in class org.javagroups.debug.Profiler
 
DUMP - Static variable in class org.javagroups.stack.Router
 
dump() - Method in class org.javagroups.util.List
 
dumpStack(boolean) - Static method in class org.javagroups.util.Util
 
DURATION_ANY - Static variable in interface org.javagroups.service.lease.LeaseFactory
This constant represents arbitrary duration.
DURATION_FOREVER - Static variable in interface org.javagroups.service.lease.LeaseFactory
This constant represents maximum possible duration.
dx - Variable in class org.javagroups.demos.wb.Node
 
dy - Variable in class org.javagroups.demos.wb.Node
 

E

elementAt(int) - Method in class org.javagroups.Membership
Returns the component at the specified index
elementAt(int) - Method in class org.javagroups.util.RspList
 
elements() - Method in class org.javagroups.util.List
 
ELMT_CLASS - Static variable in class org.javagroups.conf.XmlConfigurator
 
ELMT_DESCRIPTION - Static variable in class org.javagroups.conf.XmlConfigurator
 
ELMT_PROT - Static variable in class org.javagroups.conf.XmlConfigurator
 
ELMT_PROT_NAME - Static variable in class org.javagroups.conf.XmlConfigurator
 
ELMT_PROT_OVERRIDE - Static variable in class org.javagroups.conf.XmlConfigurator
 
ELMT_PROT_PARAMS - Static variable in class org.javagroups.conf.XmlConfigurator
 
empty() - Method in class org.javagroups.util.Stack
 
ENCRYPT1_4 - Class in org.javagroups.protocols
ENCRYPT1_4 layer.
ENCRYPT1_4() - Constructor for class org.javagroups.protocols.ENCRYPT1_4
 
ENCRYPT1_4.EncryptHeader - Class in org.javagroups.protocols
 
ENCRYPT1_4.EncryptHeader() - Constructor for class org.javagroups.protocols.ENCRYPT1_4.EncryptHeader
 
ENCRYPT1_4.EncryptHeader(int) - Constructor for class org.javagroups.protocols.ENCRYPT1_4.EncryptHeader
 
EnsChannel - Class in org.javagroups
EnsChannel is an implementation of Channel based on Ensemble.
EnsChannel() - Constructor for class org.javagroups.EnsChannel
 
EnsChannel(Object) - Constructor for class org.javagroups.EnsChannel
Creates a new EnsChannel, which spawns an outboard process and connects to it.
EnsChannel(Object, String, int) - Constructor for class org.javagroups.EnsChannel
Creates a new EnsChannel.
EnsChannelFactory - Class in org.javagroups
 
EnsChannelFactory() - Constructor for class org.javagroups.EnsChannelFactory
 
EnsChannelFactory(String, int) - Constructor for class org.javagroups.EnsChannelFactory
 
entryAdd(Object) - Method in interface org.javagroups.blocks.DistributedQueue.Notification
 
entryAdd(Object) - Method in class org.javagroups.demos.DistributedQueueDemo
 
entryRemoved(Object) - Method in interface org.javagroups.blocks.DistributedHashtable.Notification
 
entryRemoved(Object) - Method in interface org.javagroups.blocks.DistributedQueue.Notification
 
entryRemoved(Object) - Method in interface org.javagroups.blocks.ReplicatedHashtable.Notification
 
entryRemoved(Object) - Method in interface org.javagroups.blocks.TransactionalHashtable.Notification
 
entryRemoved(Object) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
entryRemoved(Object) - Method in class org.javagroups.demos.DistributedQueueDemo
 
entrySet(Object, Object) - Method in interface org.javagroups.blocks.DistributedHashtable.Notification
 
entrySet(Object, Object) - Method in interface org.javagroups.blocks.ReplicatedHashtable.Notification
 
entrySet() - Method in class org.javagroups.blocks.TransactionalHashtable
 
entrySet(Object, Object) - Method in interface org.javagroups.blocks.TransactionalHashtable.Notification
 
entrySet(Object, Object) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
env - Variable in class org.javagroups.ensemble.Hot_GroupContext
 
env - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
equals(Object) - Method in class org.javagroups.blocks.DistributedLockManager.LockDecree
 
equals(Object) - Method in class org.javagroups.blocks.Link
 
equals(Object) - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseVoteWrapper
 
equals(Object) - Method in class org.javagroups.blocks.Xid
 
equals(Object) - Method in class org.javagroups.conf.ClassMap
 
equals(Object) - Method in class org.javagroups.conf.ProtocolData
 
equals(Object) - Method in class org.javagroups.conf.ProtocolParameter
 
equals(Object) - Method in class org.javagroups.ensemble.Hot_Endpoint
 
equals(Object) - Method in class org.javagroups.protocols.JMS.JMSAddress
Test is this object is equal to obj.
equals(Gossip) - Method in class org.javagroups.protocols.pbcast.Gossip
 
equals(Object) - Method in class org.javagroups.protocols.pbcast.MergeData
 
equals(Object) - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
equals(Object) - Method in class org.javagroups.protocols.WanPipeAddress
 
equals(Object) - Method in class org.javagroups.stack.IpAddress
 
equals(Object) - Method in class org.javagroups.ViewId
 
ERROR - Static variable in class org.javagroups.log.Trace
The trace level for all ERROR and FATAL messages.
error(String, String) - Static method in class org.javagroups.log.Trace
Helper method.
established() - Method in class org.javagroups.blocks.Link
 
Event - Class in org.javagroups
Used for inter-stack and intra-stack communication.
Event(int) - Constructor for class org.javagroups.Event
 
Event(int, Object) - Constructor for class org.javagroups.Event
 
EXAMPLE - Class in org.javagroups.protocols
Example of a protocol layer.
EXAMPLE() - Constructor for class org.javagroups.protocols.EXAMPLE
 
execute() - Method in class org.javagroups.blocks.GroupRequest
Sends the message.
execute() - Method in interface org.javagroups.util.Command
 
exists(String) - Method in class org.javagroups.blocks.DistributedTree
 
exists(String) - Method in class org.javagroups.blocks.ReplicatedTree
Checks whether a given node exists in the tree
exit(Hot_GroupContext, Object) - Method in class org.javagroups.EnsChannel
 
exit(Hot_GroupContext, Object) - Method in interface org.javagroups.ensemble.Hot_Callbacks
Called upon an Exit
EXIT - Static variable in class org.javagroups.Event
 
ExitEvent - Class in org.javagroups
 
ExitEvent() - Constructor for class org.javagroups.ExitEvent
 
expected_mbrs - Variable in class org.javagroups.blocks.GroupRequest
 
expiresAt() - Method in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
Get information when lease expires.
extendLease(long) - Method in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
Extend lease to new expiration term.

F

failed_mbrs - Variable in class org.javagroups.protocols.FlushRsp
 
failedNode - Variable in exception org.javagroups.protocols.ring.TokenLostException
 
FATAL - Static variable in class org.javagroups.log.Trace
The trace level for only FATAL messages.
fatal(String, String) - Static method in class org.javagroups.log.Trace
Helper method.
FC - Class in org.javagroups.protocols
Simple flow control protocol based on a credit system.
FC() - Constructor for class org.javagroups.protocols.FC
 
FC.FcHeader - Class in org.javagroups.protocols
 
FC.FcHeader() - Constructor for class org.javagroups.protocols.FC.FcHeader
 
FC.FcHeader(int, long) - Constructor for class org.javagroups.protocols.FC.FcHeader
 
FD - Class in org.javagroups.protocols
Failure detection based on simple heartbeat protocol.
FD() - Constructor for class org.javagroups.protocols.FD
 
FD - Class in org.javagroups.protocols.pbcast
Passive failure detection protocol.
FD() - Constructor for class org.javagroups.protocols.pbcast.FD
 
FD.FdHeader - Class in org.javagroups.protocols
 
FD.FdHeader() - Constructor for class org.javagroups.protocols.FD.FdHeader
 
FD_PID - Class in org.javagroups.protocols
Process-ID based FD protocol.
FD_PID() - Constructor for class org.javagroups.protocols.FD_PID
 
FD_PID.FdHeader - Class in org.javagroups.protocols
 
FD_PID.FdHeader() - Constructor for class org.javagroups.protocols.FD_PID.FdHeader
 
FD_PROB - Class in org.javagroups.protocols
Probabilistic failure detection protocol based on "A Gossip-Style Failure Detection Service" by Renesse, Minsky and Hayden.
FD_PROB() - Constructor for class org.javagroups.protocols.FD_PROB
 
FD_PROB.FdHeader - Class in org.javagroups.protocols
 
FD_PROB.FdHeader() - Constructor for class org.javagroups.protocols.FD_PROB.FdHeader
 
FD_SIMPLE - Class in org.javagroups.protocols
Simple failure detection protocol.
FD_SIMPLE() - Constructor for class org.javagroups.protocols.FD_SIMPLE
 
FD_SIMPLE.FdHeader - Class in org.javagroups.protocols
 
FD_SIMPLE.FdHeader() - Constructor for class org.javagroups.protocols.FD_SIMPLE.FdHeader
 
FD_SOCK - Class in org.javagroups.protocols
Failure detection protocol based on sockets.
FD_SOCK() - Constructor for class org.javagroups.protocols.FD_SOCK
 
FD_SOCK.FdHeader - Class in org.javagroups.protocols
 
FD_SOCK.FdHeader() - Constructor for class org.javagroups.protocols.FD_SOCK.FdHeader
 
FD_SOCK.FdHeader(int) - Constructor for class org.javagroups.protocols.FD_SOCK.FdHeader
 
fetchState(long) - Method in class org.javagroups.blocks.ReplicatedTree
Fetch the group state from the current coordinator.
FILE_SEPARATOR - Static variable in class org.javagroups.log.Trace
The character used to denote directories (e.g.
fileExists(String) - Static method in class org.javagroups.util.Util
 
FilePersistenceManager - Class in org.javagroups.persistence
 
FilePersistenceManager(String) - Constructor for class org.javagroups.persistence.FilePersistenceManager
Default constructor Currently NOOP
finalize() - Method in class org.javagroups.blocks.MessageDispatcher
 
finalize() - Method in class org.javagroups.blocks.RequestCorrelator
Stop the dispatch thread pool
finalize() - Method in class org.javagroups.EnsChannel
 
FIND_INITIAL_MBRS - Static variable in class org.javagroups.Event
 
FIND_INITIAL_MBRS_OK - Static variable in class org.javagroups.Event
 
findComponent(Container, String) - Method in class org.javagroups.demos.DrawRepl
 
findMethod(Class, String, Vector) - Method in interface org.javagroups.blocks.MethodLookup
 
findMethod(Class, String, Vector) - Method in class org.javagroups.blocks.MethodLookupClos
 
findMethod(Class, String, Vector) - Method in class org.javagroups.blocks.MethodLookupJava
 
findProtocol(Protocol, String) - Method in class org.javagroups.stack.Configurator
 
findProtocol(String) - Method in class org.javagroups.stack.ProtocolStack
Returns a given protocol or null if not found
findTracerFor(String) - Static method in class org.javagroups.log.Trace
Returns the Tracer to be used for output for the specified module name.
first() - Method in class org.javagroups.stack.Interval
 
fixed - Variable in class org.javagroups.demos.wb.Node
 
FLOW_CONTROL - Class in org.javagroups.protocols
FLOW_CONTROL provides end-end congestion control and flow control.
FLOW_CONTROL() - Constructor for class org.javagroups.protocols.FLOW_CONTROL
 
FLOWCONTROL - Class in org.javagroups.protocols
Title: Flow control layer Description: This layer limits the number of sent messages without a receive of an own message to MAXSENTMSGS, just put this layer above GMS and you will get a more Copyright: Copyright (c) 2000 Company: Computer Network Laboratory
FLOWCONTROL() - Constructor for class org.javagroups.protocols.FLOWCONTROL
 
FLUSH - Static variable in class org.javagroups.Event
 
flush() - Method in class org.javagroups.log.Tracer
Flushes any pending output.
FLUSH - Class in org.javagroups.protocols
The task of the FLUSH protocol is to flush all pending messages out of the system.
FLUSH() - Constructor for class org.javagroups.protocols.FLUSH
 
flush(Vector, Vector) - Method in class org.javagroups.protocols.GMS
FLUSH protocol.
FLUSH_OK - Static variable in class org.javagroups.Event
 
flushAllOutputs() - Static method in class org.javagroups.log.Trace
Flushes all output for all modules.
flushOutput(String) - Static method in class org.javagroups.log.Trace
Flushes all output for the specified module.
FlushRsp - Class in org.javagroups.protocols
 
FlushRsp() - Constructor for class org.javagroups.protocols.FlushRsp
 
FlushRsp(boolean, Vector, Vector) - Constructor for class org.javagroups.protocols.FlushRsp
 
flushStderrs() - Static method in class org.javagroups.log.Trace
 
flushStdouts() - Static method in class org.javagroups.log.Trace
 
focusGained(FocusEvent) - Method in class org.javagroups.demos.wb.Whiteboard
 
focusLost(FocusEvent) - Method in class org.javagroups.demos.wb.Whiteboard
 
foo() - Method in class org.javagroups.protocols.RpcProtocolEXAMPLE
 
Format - Class in org.javagroups.log
Provides commonly used string formatting methods.
Format() - Constructor for class org.javagroups.log.Format
 
formatTimestamp(Date) - Static method in class org.javagroups.log.Format
Return date as a formatted string using the ISO 8601 date format ("yyyy-MM-dd'T'hh:mm:ss,S").
formatTimestamp(Date, String) - Static method in class org.javagroups.log.Format
Return date as a formatted string.
FRAG - Class in org.javagroups.protocols
Fragmentation layer.
FRAG() - Constructor for class org.javagroups.protocols.FRAG
 
FRAG.FragHeader - Class in org.javagroups.protocols
 
FRAG.FragHeader() - Constructor for class org.javagroups.protocols.FRAG.FragHeader
 
FRAG.FragHeader(long, int, int) - Constructor for class org.javagroups.protocols.FRAG.FragHeader
 
frag_id - Variable in class org.javagroups.protocols.FRAG.FragHeader
 
fragmentBuffer(byte[], int) - Static method in class org.javagroups.util.Util
Fragments a byte buffer into smaller fragments of (max.) frag_size.

G

generateLocalAddress() - Method in class org.javagroups.protocols.JMS
Generate random local address.
get(String) - Method in class org.javagroups.blocks.DistributedTree
 
get(String, String) - Method in class org.javagroups.blocks.ReplicatedTree
Finds a node given its name and returns the value associated with a given key in its data map.
get(Object) - Method in class org.javagroups.blocks.TransactionalHashtable
 
get(int) - Method in class org.javagroups.conf.ClassConfigurator
Returns a class for a magic number.
get(String) - Method in class org.javagroups.conf.ClassConfigurator
Loads and returns the class from the class name
GET - Static variable in class org.javagroups.stack.Router
 
get(String) - Method in class org.javagroups.stack.RouterStub
Retrieves the membership (list of Addresses) for a given group.
get(Address) - Method in class org.javagroups.util.RspList
 
GET_ABS_MAJORITY - Static variable in class org.javagroups.blocks.GroupRequest
return majority (of all members, may block)
GET_ALL - Static variable in class org.javagroups.blocks.GroupRequest
return all responses
GET_APPLSTATE - Static variable in class org.javagroups.Event
 
GET_APPLSTATE_OK - Static variable in class org.javagroups.Event
 
GET_DIGEST - Static variable in class org.javagroups.Event
 
GET_DIGEST_OK - Static variable in class org.javagroups.Event
 
GET_DIGEST_STABLE - Static variable in class org.javagroups.Event
 
GET_DIGEST_STABLE_OK - Static variable in class org.javagroups.Event
 
GET_DIGEST_STATE - Static variable in class org.javagroups.Event
 
GET_DIGEST_STATE_OK - Static variable in class org.javagroups.Event
 
GET_FIRST - Static variable in class org.javagroups.blocks.GroupRequest
return only first response
GET_FROM_MANY - Static variable in class org.javagroups.stack.StateTransferInfo
 
GET_FROM_SINGLE - Static variable in class org.javagroups.stack.StateTransferInfo
 
GET_LOCAL_ADDRESS - Static variable in class org.javagroups.Event
 
GET_MAJORITY - Static variable in class org.javagroups.blocks.GroupRequest
return majority (of all non-faulty members)
GET_MBRS_REQ - Static variable in class org.javagroups.protocols.PingHeader
 
GET_MBRS_RSP - Static variable in class org.javagroups.protocols.PingHeader
 
GET_MSG_DIGEST - Static variable in class org.javagroups.Event
 
GET_MSG_DIGEST_OK - Static variable in class org.javagroups.Event
 
GET_MSGS - Static variable in class org.javagroups.Event
 
GET_MSGS_OK - Static variable in class org.javagroups.Event
 
GET_MSGS_RECEIVED - Static variable in class org.javagroups.Event
 
GET_MSGS_RECEIVED_OK - Static variable in class org.javagroups.Event
 
GET_N - Static variable in class org.javagroups.blocks.GroupRequest
return n responses (may block)
GET_NONE - Static variable in class org.javagroups.blocks.GroupRequest
return no response (async call)
GET_REQ - Static variable in class org.javagroups.stack.GossipData
 
GET_RSP - Static variable in class org.javagroups.stack.GossipData
 
GET_STATE - Static variable in class org.javagroups.Event
 
GET_STATE_EVENTS - Static variable in class org.javagroups.Channel
 
GET_STATE_OK - Static variable in class org.javagroups.Event
 
getAdditionalData() - Method in class org.javagroups.stack.IpAddress
Returns the additional_data.
getAddress() - Method in class org.javagroups.protocols.JMS.JMSAddress
Get the node address.
getAddress() - Method in class org.javagroups.protocols.PingRsp
 
getAddress() - Method in class org.javagroups.service.AbstractService
Get address of this service in service group.
getAddress() - Method in class org.javagroups.service.lease.LeaseFactoryClient
Get address of this client in group.
getAllowedToBroadcast(RingToken) - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
getAllReceivedUpto() - Method in class org.javagroups.protocols.ring.RingToken
 
getAllReceivedUpTo() - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
getAllStates(Vector, long) - Method in class org.javagroups.Channel
Retrieve all states of the group members.
getAllStates(Vector, long) - Method in class org.javagroups.EnsChannel
 
getAllStates(Vector, long) - Method in class org.javagroups.JChannel
Retrieves the current group state.
getAllStocks() - Method in class org.javagroups.demos.QuoteServer
 
getArg() - Method in class org.javagroups.Event
 
getArg() - Method in class org.javagroups.SetStateEvent
 
getArgs() - Method in class org.javagroups.blocks.MethodCall
returns an ordered list of arguments used for the method invokation
getAruId() - Method in class org.javagroups.protocols.ring.RingToken
 
getAutoCommit() - Method in class org.javagroups.blocks.TransactionalHashtable
 
getAutoFlush() - Method in class org.javagroups.log.Tracer
Returns true if this tracer performs auto-flushing after every print.
getBacklog() - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
getBacklog() - Method in class org.javagroups.protocols.ring.RingToken
 
getBacklogDifference() - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
getBestFitDuration() - Method in class org.javagroups.service.lease.LeaseFactoryService
Get best-fit duration leases with duration LeaseFactory.DURATION_ANY.
getBottommostProtocol(Protocol) - Method in class org.javagroups.stack.Configurator
 
getBuffer() - Method in class org.javagroups.Message
Returns the payload (byte buffer).
getBytes() - Method in class org.javagroups.ensemble.Hot_Buffer
 
getBytes() - Method in class org.javagroups.ensemble.Hot_ObjectMessage
Serializes the contained object into a byte array
getCache() - Method in interface org.javagroups.blocks.NotificationBus.Consumer
Called on the coordinator to obtains its cache
getCache() - Method in class org.javagroups.blocks.NotificationBus
 
getCache() - Method in class org.javagroups.demos.NotificationBusDemo
 
getCacheFromCoordinator(long, int) - Method in class org.javagroups.blocks.NotificationBus
Determines the coordinator and asks it for its cache.
getCacheFromMember(Address, long, int) - Method in class org.javagroups.blocks.NotificationBus
Determines the coordinator and asks it for its cache.
getChannel() - Method in class org.javagroups.blocks.DistributedHashtable
 
getChannel() - Method in class org.javagroups.blocks.DistributedQueue
 
getChannel() - Method in class org.javagroups.blocks.DistributedTree
Returns the Channel the DistributedTree is connected to
getChannel() - Method in class org.javagroups.blocks.NotificationBus
Used to operate on the underlying channel directly, e.g.
getChannel() - Method in class org.javagroups.blocks.ReplicatedHashtable
 
getChannel() - Method in class org.javagroups.blocks.ReplicatedTree
Returns the Channel the DistributedTree is connected to
getChannel() - Method in class org.javagroups.demos.TotalTokenDemo
 
getChannelName() - Method in class org.javagroups.Channel
Returns the group address of the group of which the channel is a member.
getChannelName() - Method in class org.javagroups.EnsChannel
 
getChannelName() - Method in class org.javagroups.JChannel
returns the name of the channel if the channel is not connected or if it is closed it will return null
getChildrenNames(String) - Method in class org.javagroups.blocks.DistributedTree
Returns all children of a Node as strings
getChildrenNames(String) - Method in class org.javagroups.blocks.ReplicatedTree
Returns all children of a given node
getClassForMap() - Method in class org.javagroups.conf.ClassMap
Returns the Class object for this class
getClassName() - Method in class org.javagroups.conf.ClassMap
 
getClassName() - Method in class org.javagroups.conf.ProtocolData
 
getCombinedResults() - Method in class org.javagroups.protocols.DEADLOCK
Mcasts getResult() to all members (including itself).
getConsensusStr(int) - Static method in class org.javagroups.blocks.VotingAdapter
Convert consensus type into string representation.
getContents() - Method in class org.javagroups.blocks.DistributedQueue
 
getContents() - Method in class org.javagroups.util.LinkedListQueue
returns a vector with all the objects currently in the queue
getContents() - Method in class org.javagroups.util.List
 
getContents() - Method in class org.javagroups.util.Queue
returns a vector with all the objects currently in the queue
getCoordAddress() - Method in class org.javagroups.protocols.PingRsp
 
getCoordAddress() - Method in class org.javagroups.ViewId
returns the address of the member that issued this view
getCreator() - Method in class org.javagroups.blocks.Xid
 
getCreator() - Method in class org.javagroups.View
returns the creator of this view if this view was created with the empty constructur, null will be returned
getCurrentTransaction() - Static method in class org.javagroups.blocks.TransactionalHashtable
Returns the transaction associated with the current thread.
getData() - Method in class org.javagroups.blocks.ReplicationData
 
getDecree() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
getDefaultSyncReplTimeout() - Method in class org.javagroups.blocks.TransactionalHashtable
 
getDefaultTracer() - Static method in class org.javagroups.log.Trace
Returns the default Tracer to be used when no other appropriate one is found.
getDenialReason() - Method in class org.javagroups.service.lease.DenyResponseHeader
Get reason why lease was denied.
getDescription() - Method in class org.javagroups.conf.ClassMap
 
getDescription() - Method in class org.javagroups.conf.ProtocolData
 
getDest() - Method in class org.javagroups.Message
 
getDigest() - Method in class org.javagroups.protocols.pbcast.GMS
Sends down a GET_DIGEST event and waits for the GET_DIGEST_OK response, or timeout, whichever occurs first
getDigest() - Method in class org.javagroups.protocols.pbcast.MergeData
 
getDigest() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
getDownProtocol() - Method in class org.javagroups.stack.Protocol
 
getDownQueue() - Method in class org.javagroups.stack.Protocol
 
getDownVector() - Method in class org.javagroups.protocols.QUEUE
 
getDuration() - Method in interface org.javagroups.service.lease.Lease
Get lease duration.
getDuration() - Method in class org.javagroups.service.lease.LeaseRequestHeader
Get requested duration of a lease.
getDuration() - Method in class org.javagroups.service.lease.LeaseResponseHeader
Get requested duration of a lease.
getExpiration() - Method in interface org.javagroups.service.lease.Lease
Get lease expiration time.
getFactory() - Method in interface org.javagroups.service.lease.Lease
Get instance of LeaseFactory that created this lease.
getFailedNode() - Method in exception org.javagroups.protocols.ring.TokenLostException
 
getFailureMode() - Method in exception org.javagroups.protocols.ring.TokenLostException
 
getFirst() - Method in class org.javagroups.util.Queue
Returns the first element.
getFirst() - Method in class org.javagroups.util.RspList
 
getFirstQueuedSeqID() - Method in class org.javagroups.protocols.TOTAL_OLD
returns the sequence id of the "first" queued message (i.e.
getGroup() - Method in class org.javagroups.stack.GossipData
 
getGroupMembersNumber() - Method in class org.javagroups.blocks.DistributedTree
Returns the number of current members joined to the group
getGroupMembersNumber() - Method in class org.javagroups.blocks.ReplicatedTree
Returns the number of current members joined to the group
getGroupName() - Method in class org.javagroups.blocks.DistributedHashtable
 
getGroupName() - Method in class org.javagroups.blocks.DistributedTree
Returns the name of the group that the DistributedTree is connected to
getGroupName() - Method in class org.javagroups.blocks.ReplicatedTree
Returns the name of the group that the DistributedTree is connected to
getHeader(String) - Method in class org.javagroups.Message
 
getHeaders() - Method in class org.javagroups.Message
 
getHighestDelivered() - Method in class org.javagroups.stack.NakReceiverWindow
 
getHighestReceived() - Method in class org.javagroups.stack.NakReceiverWindow
Returns the highest sequence number received so far (which may be higher than the highest seqno delivered so far, e.g.
getHighestSeen() - Method in class org.javagroups.stack.NakReceiverWindow
Returns the highest deliverable seqno, e.g.
getHighestSequence() - Method in class org.javagroups.protocols.ring.RingToken
 
getHostname() - Static method in class org.javagroups.util.Util
 
getId() - Method in class org.javagroups.blocks.Xid
 
getId() - Method in class org.javagroups.ViewId
returns the lamport time of the view
getIdentifier() - Method in class org.javagroups.blocks.PullPushAdapter.PullHeader
 
getImpl() - Method in class org.javagroups.protocols.pbcast.GMS
 
getIndex(Address) - Method in class org.javagroups.protocols.pbcast.Digest
 
getInputStream(String) - Method in class org.javagroups.conf.ClassPathEntityResolver
 
getInputStream(String) - Method in class org.javagroups.conf.XmlValidator
 
getInstance() - Static method in class org.javagroups.conf.ClassConfigurator
 
getInstance(URL) - Static method in class org.javagroups.conf.XmlConfigurator
 
getInstance(InputStream) - Static method in class org.javagroups.conf.XmlConfigurator
 
getInstance(Element) - Static method in class org.javagroups.conf.XmlConfigurator
 
getInstance() - Static method in class org.javagroups.persistence.PersistenceFactory
Singular public method to get access to any of the Persistence Manager implementations.
getInterval() - Method in class org.javagroups.stack.Interval
 
getIpAddress() - Method in class org.javagroups.stack.IpAddress
 
getIpAddress(byte[]) - Static method in class org.javagroups.stack.IpAddress
 
getKey() - Method in class org.javagroups.blocks.DistributedLockManager.LockDecree
Returns the key that should be used for Map lookup.
getKey() - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
getKeys(String) - Method in class org.javagroups.blocks.ReplicatedTree
Gets the keys of the data map.
getLast() - Method in class org.javagroups.util.Queue
Returns the last element.
getLastRoundBroadcastCount() - Method in class org.javagroups.protocols.ring.RingToken
 
getLeaseInfo() - Method in class org.javagroups.service.lease.LeaseInfoReplicationHeader
Get lease info from this header.
getLeaseTarget() - Method in interface org.javagroups.service.lease.Lease
Get target of this lease.
getLeaseTarget() - Method in exception org.javagroups.service.lease.LeaseDeniedException
 
getLength() - Method in class org.javagroups.ensemble.Hot_Buffer
 
getLength() - Static method in class org.javagroups.Version
 
getLevel() - Method in class org.javagroups.log.Tracer
Returns the current trace level.
getLinks() - Method in class org.javagroups.blocks.LogicalLink
 
getLocalAddr() - Method in class org.javagroups.protocols.TOTAL_OLD
returns the Address of the local machine returns null if it is not known yet
getLocalAddress() - Method in class org.javagroups.blocks.ConnectionTable
 
getLocalAddress() - Method in class org.javagroups.blocks.ConnectionTable1_4
 
getLocalAddress() - Method in class org.javagroups.blocks.DistributedHashtable
 
getLocalAddress() - Method in class org.javagroups.blocks.DistributedQueue
 
getLocalAddress() - Method in class org.javagroups.blocks.DistributedTree
 
getLocalAddress() - Method in class org.javagroups.blocks.Link
 
getLocalAddress() - Method in class org.javagroups.blocks.NotificationBus
 
getLocalAddress() - Method in class org.javagroups.blocks.ReplicatedHashtable
 
getLocalAddress() - Method in class org.javagroups.blocks.ReplicatedTree
 
getLocalAddress() - Method in class org.javagroups.Channel
Returns the channel's own address.
getLocalAddress() - Method in class org.javagroups.EnsChannel
 
getLocalAddress() - Method in class org.javagroups.JChannel
returns the local address of the channel returns null if the channel is closed
getLocalPort() - Method in class org.javagroups.blocks.Link
 
getLockAcquisitionTimeout() - Method in class org.javagroups.blocks.ReplicationData
 
getLockAcquisitionTimeout() - Method in class org.javagroups.blocks.TransactionalHashtable
 
getLockInfo() - Method in class org.javagroups.blocks.ReplicationData
 
getLockLeaseTimeout() - Method in class org.javagroups.blocks.ReplicationData
 
getLockLeaseTimeout() - Method in class org.javagroups.blocks.TransactionalHashtable
 
getLowestSeen() - Method in class org.javagroups.stack.NakReceiverWindow
 
getMagicNumber(Class) - Method in class org.javagroups.conf.ClassConfigurator
Returns the magic number for the class.
getMagicNumber() - Method in class org.javagroups.conf.ClassMap
 
getMap() - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
getMarshaller() - Method in class org.javagroups.blocks.RpcDispatcher
 
getMaximumDuration() - Method in class org.javagroups.service.lease.LeaseFactoryService
Get best-fit duration leases with duration LeaseFactory.DURATION_FOREVER.
getMbr() - Method in class org.javagroups.stack.GossipData
 
getMbrs() - Method in class org.javagroups.stack.GossipData
 
getMember() - Method in class org.javagroups.SuspectEvent
 
getMembers() - Method in class org.javagroups.blocks.ReplicatedTree
 
getMembers() - Method in class org.javagroups.Membership
returns a copy (clone) of the members in this membership.
getMembers() - Method in class org.javagroups.protocols.VectorTime
Returns Collection containing addresses of other group members from this Vector clock
getMembers(String) - Method in class org.javagroups.stack.GossipClient
Returns all members of a given group
getMembers() - Method in class org.javagroups.View
Returns a reference to the List of members (ordered) Do NOT change this list, hence your will invalidate the view Make a copy if you have to modify it.
getMembership() - Method in class org.javagroups.blocks.NotificationBus
Returns a reference to the real membership: don't modify.
getMessage() - Method in class org.javagroups.demos.wb.SendDialog
 
getMessagesHigherThan(long) - Method in class org.javagroups.stack.NakReceiverWindow
Return messages that are higher than seqno (excluding seqno).
getMessagesInList(List) - Method in class org.javagroups.stack.NakReceiverWindow
Return a list of all messages for which there is a seqno in missing_msgs.
getMessagesInRange(long, long) - Method in class org.javagroups.stack.NakReceiverWindow
Return all messages m for which the following holds: m > lower && m <= upper (excluding lower, including upper).
getMethod() - Method in class org.javagroups.blocks.MethodCall
 
getMethodLookup() - Method in class org.javagroups.blocks.RpcDispatcher
 
getMissingMessages(long, long) - Method in class org.javagroups.stack.NakReceiverWindow
Find all messages between 'low' and 'high' (including 'low' and 'high') that have a null msg.
getMode() - Method in class org.javagroups.blocks.MethodCall
 
getMode() - Method in class org.javagroups.blocks.Xid
 
getModule() - Method in class org.javagroups.log.Tracer
Returns the module name with which this tracer is associated.
getName() - Method in class org.javagroups.blocks.MethodCall
returns the name of the method to be invoked using this method call object
getName() - Method in class org.javagroups.blocks.RpcDispatcher
 
getName() - Method in class org.javagroups.conf.ProtocolParameter
 
getName() - Method in class org.javagroups.conf.XmlConfigurator
 
getName() - Method in class org.javagroups.protocols.AUTOCONF
 
getName() - Method in class org.javagroups.protocols.BSH
 
getName() - Method in class org.javagroups.protocols.CAUSAL
Returns a name of this stack, each stackhas to have unique name
getName() - Method in class org.javagroups.protocols.DEADLOCK
 
getName() - Method in class org.javagroups.protocols.DELAY
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.DISCARD
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.DUMMY
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.ENCRYPT1_4
 
getName() - Method in class org.javagroups.protocols.EXAMPLE
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.FC
 
getName() - Method in class org.javagroups.protocols.FD
 
getName() - Method in class org.javagroups.protocols.FD_PID
 
getName() - Method in class org.javagroups.protocols.FD_PROB
 
getName() - Method in class org.javagroups.protocols.FD_SIMPLE
 
getName() - Method in class org.javagroups.protocols.FD_SOCK
 
getName() - Method in class org.javagroups.protocols.FLOW_CONTROL
 
getName() - Method in class org.javagroups.protocols.FLOWCONTROL
 
getName() - Method in class org.javagroups.protocols.FLUSH
 
getName() - Method in class org.javagroups.protocols.FRAG
 
getName() - Method in class org.javagroups.protocols.GMS
 
getName() - Method in class org.javagroups.protocols.HDRS
 
getName() - Method in class org.javagroups.protocols.JMS
Get the name of the protocol.
getName() - Method in class org.javagroups.protocols.LOOPBACK
 
getName() - Method in class org.javagroups.protocols.LOSS
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.MERGE
 
getName() - Method in class org.javagroups.protocols.MERGE2
 
getName() - Method in class org.javagroups.protocols.MERGEFAST
 
getName() - Method in class org.javagroups.protocols.MessageProtocolEXAMPLE
 
getName() - Method in class org.javagroups.protocols.NAKACK
 
getName() - Method in class org.javagroups.protocols.PARTITIONER
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.pbcast.FD
 
getName() - Method in class org.javagroups.protocols.pbcast.GMS
 
getName() - Method in class org.javagroups.protocols.pbcast.NAKACK
 
getName() - Method in class org.javagroups.protocols.pbcast.PBCAST
 
getName() - Method in class org.javagroups.protocols.pbcast.STABLE
 
getName() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.PERF
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.PIGGYBACK
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.PING
 
getName() - Method in class org.javagroups.protocols.PRINTMETHODS
 
getName() - Method in class org.javagroups.protocols.PRINTOBJS
 
getName() - Method in class org.javagroups.protocols.QUEUE
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.RpcProtocolEXAMPLE
 
getName() - Method in class org.javagroups.protocols.SHUFFLE
 
getName() - Method in class org.javagroups.protocols.SIZE
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.SMACK
 
getName() - Method in class org.javagroups.protocols.STABLE
 
getName() - Method in class org.javagroups.protocols.STATE_TRANSFER
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.TCP
 
getName() - Method in class org.javagroups.protocols.TCPGOSSIP
 
getName() - Method in class org.javagroups.protocols.TCPPING
 
getName() - Method in class org.javagroups.protocols.TOTAL
 
getName() - Method in class org.javagroups.protocols.TOTAL_OLD
returns the unique name of this protocol
getName() - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
getName() - Method in class org.javagroups.protocols.TRACE
 
getName() - Method in class org.javagroups.protocols.TUNNEL
 
getName() - Method in class org.javagroups.protocols.UDP
 
getName() - Method in class org.javagroups.protocols.UNICAST
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.VERIFY_SUSPECT
 
getName() - Method in class org.javagroups.protocols.VIEW_ENFORCER
All protocol names have to be unique !
getName() - Method in class org.javagroups.protocols.WANPING
 
getName() - Method in class org.javagroups.protocols.WANPIPE
 
getName() - Method in class org.javagroups.service.AbstractService
Get name of this service.
getName() - Method in class org.javagroups.service.lease.LeaseFactoryService
Get name of this service.
getName() - Method in class org.javagroups.stack.Protocol
 
getName() - Method in class org.javagroups.stack.ProtocolStack
 
getName() - Method in class org.javagroups.stack.RpcProtocol
 
getNegativeVotes() - Method in class org.javagroups.blocks.VotingAdapter.VoteResult
 
getNext(String) - Method in class org.javagroups.demos.CausalDemo
 
getNextSeqID() - Method in class org.javagroups.protocols.TOTAL_OLD
returns the next sequence id expected to be received in this view
getNextView(Vector, Vector, Vector) - Method in class org.javagroups.protocols.GMS
Computes the next view.
getNextView(Vector, Vector, Vector) - Method in class org.javagroups.protocols.pbcast.GMS
Computes the next view.
getNotSeenList() - Method in class org.javagroups.protocols.pbcast.Gossip
 
getNumberOfResponsesExpected(long) - Method in class org.javagroups.stack.AckMcastSenderWindow
Returns the number of members for a given entry for which acks have to be received
getNumberOfResponsesReceived(long) - Method in class org.javagroups.stack.AckMcastSenderWindow
Returns the number of members for a given entry for which acks have been received
getNumMessages() - Method in class org.javagroups.Channel
Returns the number of messages that are waiting.
getNumMessages() - Method in class org.javagroups.JChannel
 
getNumSuspects() - Method in class org.javagroups.blocks.GroupRequest
 
getObject() - Method in class org.javagroups.ensemble.Hot_ObjectMessage
Get the contained Object
getObject() - Method in class org.javagroups.Message
 
getOpt(int) - Method in class org.javagroups.Channel
Gets an option.
getOpt(int) - Method in class org.javagroups.EnsChannel
 
getOpt(int) - Method in class org.javagroups.JChannel
returns the value of an option.
getOwnerIndex() - Method in class org.javagroups.protocols.VectorTime
Returns owner index in this VectorTime clock
getParameters() - Method in class org.javagroups.conf.ProtocolData
 
getParametersAsArray() - Method in class org.javagroups.conf.ProtocolData
 
getParameterString() - Method in class org.javagroups.conf.ProtocolParameter
 
getPersistent() - Method in class org.javagroups.blocks.DistributedHashtable
 
getPort() - Method in class org.javagroups.stack.IpAddress
 
getPositiveVotes() - Method in class org.javagroups.blocks.VotingAdapter.VoteResult
 
getPreload() - Method in class org.javagroups.conf.ClassMap
 
getPreviousBacklog() - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
getProperties() - Method in class org.javagroups.JChannel
returns the protocol stack configuration in string format.
getProperties() - Method in class org.javagroups.stack.Configurator.ProtocolConfiguration
 
getProperties() - Method in class org.javagroups.stack.Protocol
 
getProtocolName() - Method in class org.javagroups.conf.ProtocolData
 
getProtocolName() - Method in class org.javagroups.stack.Configurator.ProtocolConfiguration
 
getProtocols() - Method in class org.javagroups.stack.ProtocolStack
Returns all protocols in a list, from top to bottom.
getProtocolSpec() - Method in class org.javagroups.debug.ProtocolTester
 
getProtocolStack() - Method in class org.javagroups.conf.PlainConfigurator
Throws a UnsupportedOperationException all the time.
getProtocolStack() - Method in interface org.javagroups.conf.ProtocolStackConfigurator
 
getProtocolStack() - Method in class org.javagroups.conf.XmlConfigurator
 
getProtocolStack() - Method in class org.javagroups.JChannel
Returns the protocol stack.
getProtocolStackString() - Method in class org.javagroups.conf.PlainConfigurator
returns the old style protocol string
getProtocolStackString() - Method in interface org.javagroups.conf.ProtocolStackConfigurator
 
getProtocolStackString() - Method in class org.javagroups.conf.XmlConfigurator
 
getProtocolString() - Method in class org.javagroups.conf.ProtocolData
 
getQueueingDown() - Method in class org.javagroups.protocols.QUEUE
 
getQueueingUp() - Method in class org.javagroups.protocols.QUEUE
 
getQuote(String) - Method in class org.javagroups.demos.QuoteServer
 
getRandomSequence() - Method in class org.javagroups.demos.TotalTokenDemo.TotalPayload
 
getReason() - Method in class org.javagroups.blocks.VotingAdapter.FailureVoteResult
 
getRecoveredMembers() - Method in class org.javagroups.protocols.ring.RingToken
 
getRemoteAddress() - Method in class org.javagroups.blocks.Link
 
getRemotePort() - Method in class org.javagroups.blocks.Link
 
getRequestor() - Method in class org.javagroups.GetStateEvent
 
getRequestType() - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
getResponses() - Method in class org.javagroups.blocks.GroupRequest
 
getResult() - Method in class org.javagroups.protocols.DEADLOCK
Returns a random integer value between 1 and 10
getResult(long) - Method in class org.javagroups.util.Promise
Gets result.
getResults() - Method in class org.javagroups.blocks.GroupRequest
Returns the results as a RspList
getResults() - Method in class org.javagroups.util.RspList
Returns the results from non-suspected members that are not null.
getRetransmissionRequests() - Method in class org.javagroups.protocols.ring.RingToken
 
getSeenList() - Method in class org.javagroups.protocols.pbcast.Gossip
 
getSender() - Method in class org.javagroups.protocols.pbcast.MergeData
 
getSender() - Method in class org.javagroups.util.Rsp
 
getSeq() - Method in class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
Returns sequence number of the message that owns this header
getSeqno() - Method in class org.javagroups.protocols.pbcast.PbcastHeader
 
getSequencer() - Method in class org.javagroups.protocols.TOTAL_OLD
returns the address of the current sequencer of the group returns null if the list of members is empty
getSrc() - Method in class org.javagroups.Message
 
getStableMessages() - Method in class org.javagroups.stack.AckMcastSenderWindow
 
getStackConfigurator(Object) - Static method in class org.javagroups.conf.ConfiguratorFactory
Returns a protocol stack configurator based on the properties passed in.
If the properties parameter is a plain string UDP:FRAG:MERGE:GMS etc, a PlainConfigurator is returned.
If the properties parameter is a string that represents a url for example http://www.filip.net/test.xml or the parameter is a java.net.URL object, an XmlConfigurator is returned
getStackTrace(Throwable) - Static method in class org.javagroups.log.Trace
Converts an exception stack trace into a java.lang.String
getState() - Method in class org.javagroups.blocks.DistributedHashtable
 
getState() - Method in class org.javagroups.blocks.DistributedQueue
 
getState() - Method in class org.javagroups.blocks.DistributedTree
Return a copy of the tree
getState() - Method in class org.javagroups.blocks.MessageListenerAdapter
Get state from state listener if present.
getState() - Method in class org.javagroups.blocks.NotificationBus
 
getState() - Method in class org.javagroups.blocks.ReplicatedHashtable
 
getState() - Method in class org.javagroups.blocks.ReplicatedTree
Return a copy of the current cache (tree)
getState() - Method in class org.javagroups.blocks.TransactionalHashtable
TODO: use read lock on entire hashmap while making copy
getState() - Method in class org.javagroups.blocks.VotingAdapter
Get the channel state.
getState(Address, long) - Method in class org.javagroups.Channel
Retrieve the state of the group.
getState() - Method in class org.javagroups.demos.Chat
 
getState() - Method in class org.javagroups.demos.QuoteServer
 
getState() - Method in class org.javagroups.demos.wb.GraphPanel
 
getState() - Method in class org.javagroups.demos.wb.Whiteboard
 
getState(Address, long) - Method in class org.javagroups.EnsChannel
 
getState(Address, long) - Method in class org.javagroups.JChannel
Retrieves the current group state.
getState() - Method in interface org.javagroups.MessageListener
 
GetStateEvent - Class in org.javagroups
 
GetStateEvent(Object) - Constructor for class org.javagroups.GetStateEvent
 
getStderrTracer(int) - Static method in class org.javagroups.log.Trace
 
getStdoutTracer(int) - Static method in class org.javagroups.log.Trace
 
getSubgroups() - Method in class org.javagroups.MergeView
 
getSuspectedMembers() - Method in class org.javagroups.util.RspList
 
getSuspects() - Method in class org.javagroups.blocks.GroupRequest
 
getTenant() - Method in class org.javagroups.service.lease.DenyResponseHeader
Get tenant to which this response is addressed to
getTenant() - Method in interface org.javagroups.service.lease.Lease
Get tenant that was granted this lease.
getTenant() - Method in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
Get tenant that owns this lease.
getTenant() - Method in class org.javagroups.service.lease.LeaseRequestHeader
Get identifier of an object that requests the lease.
getTenant() - Method in class org.javagroups.service.lease.LeaseResponseHeader
Get tenant, to which this request is addressed to.
getTenant() - Method in exception org.javagroups.service.lease.RecursiveLeaseRequestException
 
getThread() - Method in class org.javagroups.util.ThreadPool
 
getTokenReceiverAddress() - Method in interface org.javagroups.protocols.ring.RingNode
 
getTokenReceiverAddress() - Method in class org.javagroups.protocols.ring.TcpRingNode
 
getTokenReceiverAddress() - Method in class org.javagroups.protocols.ring.UdpRingNode
 
getTokenReceiverAddress() - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
getTokenSequence() - Method in class org.javagroups.protocols.ring.RingToken
 
getTransaction() - Method in class org.javagroups.blocks.ReplicationData
 
getTransactionMode() - Method in class org.javagroups.blocks.TransactionalHashtable
 
getTransport() - Method in class org.javagroups.blocks.PullPushAdapter
 
getTransportedVectorTime() - Method in class org.javagroups.protocols.VectorTime
Returns minimal lightweigth representation of this Vector Time suitable for network transport
getType() - Method in class org.javagroups.blocks.ReplicationData
 
getType() - Method in class org.javagroups.Event
 
getType() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
getType() - Method in class org.javagroups.protocols.ring.RingToken
 
getType() - Method in class org.javagroups.service.lease.DenyResponseHeader
Get type of lease request.
getType() - Method in class org.javagroups.service.lease.LeaseInfoReplicationHeader
Get header type.
getType() - Method in class org.javagroups.service.lease.LeaseRequestHeader
Get type of lease request.
getType() - Method in class org.javagroups.service.lease.LeaseResponseHeader
Get type of lease request.
getType() - Method in class org.javagroups.stack.GossipData
 
getUnknownLease() - Method in exception org.javagroups.service.lease.UnknownLeaseException
 
getUpProtocol() - Method in class org.javagroups.stack.Protocol
 
getUpQueue() - Method in class org.javagroups.stack.Protocol
 
getUpVector() - Method in class org.javagroups.protocols.QUEUE
 
getUserName() - Method in class org.javagroups.demos.wb.UserInfoDialog
 
getValue() - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
getValue() - Method in class org.javagroups.conf.ProtocolParameter
 
getValue() - Method in class org.javagroups.util.Rsp
 
getValues() - Method in class org.javagroups.protocols.VectorTime
Returns Vector clock values of this Vector clock
getVectorTime() - Method in class org.javagroups.protocols.CAUSAL.CausalHeader
Returns a vector timestamp carreid by this header
getVectorValues() - Method in class org.javagroups.protocols.VectorTime
Returns Vector clock values of this Vector clock
getVid() - Method in class org.javagroups.View
returns the view ID of this view if this view was created with the empty constructur, null will be returned
getView() - Method in class org.javagroups.Channel
Gets the current view.
getView() - Method in class org.javagroups.EnsChannel
 
getView() - Method in class org.javagroups.JChannel
returns the current view.
if the channel is not connected or if it is closed it will return null
getView() - Method in class org.javagroups.protocols.pbcast.MergeData
 
getWindowSize() - Method in class org.javagroups.protocols.ring.RingToken
 
getWindowThreshold() - Method in class org.javagroups.protocols.ring.RingToken
 
GMS - Class in org.javagroups.protocols
Group membership protocol.
GMS() - Constructor for class org.javagroups.protocols.GMS
 
gms - Variable in class org.javagroups.protocols.GmsImpl
 
GMS - Class in org.javagroups.protocols.pbcast
Group membership protocol.
GMS() - Constructor for class org.javagroups.protocols.pbcast.GMS
 
gms - Variable in class org.javagroups.protocols.pbcast.GmsImpl
 
GMS.GmsHeader - Class in org.javagroups.protocols.pbcast
 
GMS.GmsHeader() - Constructor for class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
GMS.GmsHeader(int) - Constructor for class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
GMS.GmsHeader(int, View) - Constructor for class org.javagroups.protocols.pbcast.GMS.GmsHeader
Used for VIEW header
GMS.GmsHeader(int, Address) - Constructor for class org.javagroups.protocols.pbcast.GMS.GmsHeader
Used for JOIN_REQ or LEAVE_REQ header
GMS.GmsHeader(int, JoinRsp) - Constructor for class org.javagroups.protocols.pbcast.GMS.GmsHeader
Used for JOIN_RSP header
GmsImpl - Class in org.javagroups.protocols
 
GmsImpl() - Constructor for class org.javagroups.protocols.GmsImpl
 
GmsImpl - Class in org.javagroups.protocols.pbcast
 
GmsImpl() - Constructor for class org.javagroups.protocols.pbcast.GmsImpl
 
go() - Method in class org.javagroups.demos.applets.DrawApplet
 
go() - Method in class org.javagroups.demos.Chat
 
go() - Method in class org.javagroups.demos.Draw
 
go() - Method in class org.javagroups.demos.Draw2Channels
 
go() - Method in class org.javagroups.demos.DrawRepl
 
go() - Method in class org.javagroups.demos.Gossip
 
Gossip - Class in org.javagroups.demos
Demos that tries to graphically illustrating the gossip (or pbcast) protocol: every sender periodically sends a DRAW command to a random subset of the group members.
Gossip(String, long) - Constructor for class org.javagroups.demos.Gossip
 
Gossip - Class in org.javagroups.protocols.pbcast
 
Gossip(Address, long) - Constructor for class org.javagroups.protocols.pbcast.Gossip
 
Gossip(Address, long, Digest, Vector) - Constructor for class org.javagroups.protocols.pbcast.Gossip
 
GOSSIP - Static variable in class org.javagroups.protocols.pbcast.PbcastHeader
 
gossip(ViewId, long, long[], boolean[], Object) - Method in class org.javagroups.protocols.STABLE
Contains the highest sequence numbers as seen by sender
GossipClient - Class in org.javagroups.stack
Local stub for clients to access one (or more) GossipServers.
GossipClient(IpAddress, long) - Constructor for class org.javagroups.stack.GossipClient
Creates the GossipClient
GossipClient(Vector, long) - Constructor for class org.javagroups.stack.GossipClient
Creates the GossipClient
GossipData - Class in org.javagroups.stack
Encapsulates data sent between GossipServer and GossipClient
GossipData() - Constructor for class org.javagroups.stack.GossipData
 
GossipData(int, String, Address, Vector) - Constructor for class org.javagroups.stack.GossipData
 
GossipServer - Class in org.javagroups.stack
Maintains a cache of member addresses for each group.
GossipServer(int) - Constructor for class org.javagroups.stack.GossipServer
 
GossipServer(int, long) - Constructor for class org.javagroups.stack.GossipServer
 
GossipServer(int, long, InetAddress) - Constructor for class org.javagroups.stack.GossipServer
 
GraphPanel - Class in org.javagroups.demos.wb
 
GraphPanel(Whiteboard) - Constructor for class org.javagroups.demos.wb.GraphPanel
 
group_addr - Variable in class org.javagroups.protocols.GMS
 
group_addr - Variable in class org.javagroups.protocols.pbcast.GMS
 
group_addr - Variable in class org.javagroups.protocols.TcpHeader
 
group_addr - Variable in class org.javagroups.protocols.UdpHeader
 
group_addr - Variable in class org.javagroups.protocols.WANPIPE.WanPipeHeader
 
group_blocked - Variable in class org.javagroups.ensemble.Hot_GroupContext
 
group_name - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
group_name - Variable in class org.javagroups.ensemble.Hot_ViewState
 
GROUP_NAME_PROPERTY - Static variable in class org.javagroups.protocols.JMS
 
groupd - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
groupd - Variable in class org.javagroups.ensemble.Hot_ViewState
 
groupname - Variable in class org.javagroups.blocks.TransactionalHashtable
 
groupname - Variable in class org.javagroups.demos.wb.Whiteboard
 
GroupRequest - Class in org.javagroups.blocks
Sends a message to all members of the group and waits for all responses (or timeout).
GroupRequest(Message, RequestCorrelator, Vector, int) - Constructor for class org.javagroups.blocks.GroupRequest
 
GroupRequest(Message, RequestCorrelator, Vector, int, long, int) - Constructor for class org.javagroups.blocks.GroupRequest
 
GroupRequest(Message, Transport, Vector, int) - Constructor for class org.javagroups.blocks.GroupRequest
 
GroupRequest(Message, Transport, Vector, int, long, int) - Constructor for class org.javagroups.blocks.GroupRequest
 

H

handle(Message) - Method in class org.javagroups.blocks.MessageDispatcher
 
handle(Message) - Method in class org.javagroups.blocks.ReplicationManager
 
handle(Message) - Method in interface org.javagroups.blocks.RequestHandler
 
handle(Message) - Method in class org.javagroups.blocks.RpcDispatcher
Message contains MethodCall.
handle(Message) - Method in class org.javagroups.protocols.FLOW_CONTROL
Called when a request for this protocol layer is received.
handle(Message) - Method in class org.javagroups.protocols.MessageProtocolEXAMPLE
Callback.
handle(Message) - Method in class org.javagroups.protocols.STATE_TRANSFER
 
handle(Message) - Method in class org.javagroups.stack.MessageProtocol
Processes a request destined for this layer.
handle(Message) - Method in class org.javagroups.stack.RpcProtocol
Message contains MethodCall.
handleClear(Xid, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
 
handleCommit(Xid) - Method in class org.javagroups.blocks.ReplicationManager
 
handleDownEvent(Event) - Method in class org.javagroups.protocols.DEADLOCK
Callback.
handleDownEvent(Event) - Method in class org.javagroups.protocols.FLOW_CONTROL
If Event.MSG type is received count is incremented by one, and message is passed to the down_prot.
handleDownEvent(Event) - Method in class org.javagroups.protocols.FLUSH
Callback.
handleDownEvent(Event) - Method in class org.javagroups.protocols.GMS
Callback.
handleDownEvent(Event) - Method in class org.javagroups.protocols.GmsImpl
 
handleDownEvent(Event) - Method in class org.javagroups.protocols.JMS
Handle down event, if it is not a Event.MSG type.
handleDownEvent(Event) - Method in class org.javagroups.protocols.MessageProtocolEXAMPLE
Callback.
handleDownEvent(Event) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleDownEvent(Event) - Method in class org.javagroups.protocols.RpcProtocolEXAMPLE
Callback.
handleDownEvent(Event) - Method in class org.javagroups.protocols.STABLE
Callback.
handleDownEvent(Event) - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
handleDownEvent(Event) - Method in class org.javagroups.stack.MessageProtocol
Handle down event.
handleDownEvent(Event) - Method in class org.javagroups.stack.RpcProtocol
Handle down event.
handleFlush(Vector, long[]) - Method in class org.javagroups.protocols.FLUSH
Called by coordinator running the FLUSH protocol.
handleIncomingMessage(Message) - Method in class org.javagroups.protocols.TUNNEL
 
handleJoin(Address) - Method in class org.javagroups.protocols.ClientGmsImpl
 
handleJoin(Address) - Method in class org.javagroups.protocols.CoordGmsImpl
 
handleJoin(Address) - Method in class org.javagroups.protocols.GMS
 
handleJoin(Address) - Method in class org.javagroups.protocols.GmsImpl
 
handleJoin(Address) - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
handleJoin(Address) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
 
handleJoin(Address) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
Computes the new view (including the newly joined member) and get the digest from PBCAST.
handleJoin(Address) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleJoin(Address) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
handleJoinResponse(JoinRsp) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
 
handleJoinResponse(JoinRsp) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
handleJoinResponse(JoinRsp) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleJoinResponse(JoinRsp) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.ClientGmsImpl
Returns false.
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.CoordGmsImpl
Exclude mbr from the membership.
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.GMS
 
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.GmsImpl
 
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
Returns false.
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
Exclude mbr from the membership.
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleLeave(Address, boolean) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
handleLeaveResponse() - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
 
handleLeaveResponse() - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
handleLeaveResponse() - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleLeaveResponse() - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
handleMerge(ViewId, Vector) - Method in class org.javagroups.protocols.ClientGmsImpl
Returns immediately.
handleMerge(ViewId, Vector) - Method in class org.javagroups.protocols.CoordGmsImpl
Invoked by another coordinator that asks to merge its view with mine.
handleMerge(ViewId, Vector) - Method in class org.javagroups.protocols.GMS
 
handleMerge(ViewId, Vector) - Method in class org.javagroups.protocols.GmsImpl
 
handleMerge(ViewId, Vector) - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
handleMergeCancelled(Object) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
handleMergeCancelled(Object) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleMergeRequest(Address, Object) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
Get the view and digest and send back both (MergeData) in the form of a MERGE_RSP to the sender.
handleMergeRequest(Address, Object) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleMergeResponse(MergeData, Object) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
handleMergeResponse(MergeData, Object) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleMergeView(MergeData, Object) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
If merge_id != this.merge_id --> discard Else cast the view/digest to all members of this group.
handleMergeView(MergeData, Object) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleMessage(Message) - Method in class org.javagroups.blocks.PullPushAdapter
Check whether the message has an identifier.
handleNotification(Serializable) - Method in interface org.javagroups.blocks.NotificationBus.Consumer
 
handleNotification(Serializable) - Method in class org.javagroups.demos.NotificationBusDemo
 
handlePut(Serializable, Serializable, Xid, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
 
handlePutAll(Map, Xid, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
 
handleRemove(Serializable, Xid, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
 
handleRollback(Xid) - Method in class org.javagroups.blocks.ReplicationManager
 
handleSend(ReplicationData) - Method in class org.javagroups.blocks.ReplicationManager
 
handleSuspect(Address) - Method in class org.javagroups.protocols.ClientGmsImpl
Returns immediately.
handleSuspect(Address) - Method in class org.javagroups.protocols.CoordGmsImpl
 
handleSuspect(Address) - Method in class org.javagroups.protocols.GMS
 
handleSuspect(Address) - Method in class org.javagroups.protocols.GmsImpl
 
handleSuspect(Address) - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
handleSuspect(Address) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
Returns immediately.
handleSuspect(Address) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
handleSuspect(Address) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleSuspect(Address) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
handleUpEvent(Event) - Method in class org.javagroups.protocols.ClientGmsImpl
 
handleUpEvent(Event) - Method in class org.javagroups.protocols.DEADLOCK
Callback.
handleUpEvent(Event) - Method in class org.javagroups.protocols.FLOW_CONTROL
If Event.MSG type is received message, number of received messages from the sender is incremented.
handleUpEvent(Event) - Method in class org.javagroups.protocols.FLUSH
Callback.
handleUpEvent(Event) - Method in class org.javagroups.protocols.GMS
Callback.
handleUpEvent(Event) - Method in class org.javagroups.protocols.GmsImpl
 
handleUpEvent(Event) - Method in class org.javagroups.protocols.MessageProtocolEXAMPLE
Callback.
handleUpEvent(Event) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
 
handleUpEvent(Event) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleUpEvent(Event) - Method in class org.javagroups.protocols.RpcProtocolEXAMPLE
Callback.
handleUpEvent(Event) - Method in class org.javagroups.protocols.STABLE
Callback.
handleUpEvent(Event) - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
handleUpEvent(Event) - Method in class org.javagroups.stack.MessageProtocol
Handle up event.
handleUpEvent(Event) - Method in class org.javagroups.stack.RpcProtocol
Handle up event.
handleViewChange(ViewId, Vector) - Method in class org.javagroups.protocols.ClientGmsImpl
Install the first view in which we are a member.
handleViewChange(ViewId, Vector) - Method in class org.javagroups.protocols.CoordGmsImpl
 
handleViewChange(ViewId, Vector) - Method in class org.javagroups.protocols.GMS
 
handleViewChange(ViewId, Vector) - Method in class org.javagroups.protocols.GmsImpl
 
handleViewChange(ViewId, Vector) - Method in class org.javagroups.protocols.ParticipantGmsImpl
If we are leaving, we have to wait for the view change (last msg in the current view) that excludes us before we can leave.
handleViewChange(View, Digest) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
Does nothing.
handleViewChange(View, Digest) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
Called by the GMS when a VIEW is received.
handleViewChange(View, Digest) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
handleViewChange(View, Digest) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
If we are leaving, we have to wait for the view change (last msg in the current view) that excludes us before we can leave.
hashCode() - Method in class org.javagroups.blocks.DistributedLockManager.LockDecree
This is hashcode from the java.lang.Long class.
hashCode() - Method in class org.javagroups.blocks.Link
 
hashCode() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseVoteWrapper
 
hashCode() - Method in class org.javagroups.blocks.Xid
 
hashCode() - Method in class org.javagroups.conf.ClassMap
 
hashCode() - Method in class org.javagroups.conf.ProtocolData
 
hashCode() - Method in class org.javagroups.conf.ProtocolParameter
 
hashCode() - Method in class org.javagroups.protocols.JMS.JMSAddress
Get the hash code of this address.
hashCode() - Method in class org.javagroups.protocols.pbcast.Gossip
 
hashCode() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
hashCode() - Method in class org.javagroups.protocols.WanPipeAddress
 
hashCode() - Method in class org.javagroups.stack.IpAddress
 
hashCode() - Method in class org.javagroups.ViewId
 
HDR_OVERHEAD - Static variable in class org.javagroups.Header
 
HDRS - Class in org.javagroups.protocols
Example of a protocol layer.
HDRS() - Constructor for class org.javagroups.protocols.HDRS
 
head - Variable in class org.javagroups.util.List
 
Header - Class in org.javagroups
Abstract base class for all headers to be added to a Message.
Header() - Constructor for class org.javagroups.Header
 
HEADER_KEY - Static variable in class org.javagroups.service.lease.DenyResponseHeader
 
HEADER_KEY - Static variable in class org.javagroups.service.lease.LeaseInfoReplicationHeader
 
HEADER_KEY - Static variable in class org.javagroups.service.lease.LeaseRequestHeader
 
HEADER_KEY - Static variable in class org.javagroups.service.lease.LeaseResponseHeader
 
headers - Variable in class org.javagroups.Message
 
HEARD_FROM - Static variable in class org.javagroups.Event
 
heartbeat(Hot_GroupContext, Object, int) - Method in class org.javagroups.EnsChannel
 
heartbeat(Hot_GroupContext, Object, int) - Method in interface org.javagroups.ensemble.Hot_Callbacks
Called to issue you a heartbeat
heartbeat_rate - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
height - Variable in class org.javagroups.demos.wb.Node
 
HELLO - Static variable in class org.javagroups.protocols.MERGE.MergeHeader
 
HELP_SWITCH - Static variable in class org.javagroups.service.ServiceRunner
 
helvetica_12 - Static variable in class org.javagroups.debug.Debugger
 
high - Variable in class org.javagroups.util.Range
 
highest_seqnos - Variable in class org.javagroups.protocols.Digest
 
highSeqnoAt(int) - Method in class org.javagroups.protocols.pbcast.Digest
 
highSeqnoAt(Address) - Method in class org.javagroups.protocols.pbcast.Digest
 
highSeqnoSeenAt(int) - Method in class org.javagroups.protocols.pbcast.Digest
 
highSeqnoSeenAt(Address) - Method in class org.javagroups.protocols.pbcast.Digest
 
Hot_Buffer - Class in org.javagroups.ensemble
 
Hot_Buffer() - Constructor for class org.javagroups.ensemble.Hot_Buffer
 
Hot_Callbacks - Interface in org.javagroups.ensemble
 
Hot_Endpoint - Class in org.javagroups.ensemble
 
Hot_Endpoint() - Constructor for class org.javagroups.ensemble.Hot_Endpoint
 
HOT_ENS_MSG_SEND_CURRENT_VIEW - Variable in class org.javagroups.ensemble.Hot_Ensemble
 
HOT_ENS_MSG_SEND_NEXT_VIEW - Variable in class org.javagroups.ensemble.Hot_Ensemble
 
HOT_ENS_MSG_SEND_UNSPECIFIED_VIEW - Variable in class org.javagroups.ensemble.Hot_Ensemble
 
Hot_Ensemble - Class in org.javagroups.ensemble
 
Hot_Ensemble() - Constructor for class org.javagroups.ensemble.Hot_Ensemble
Constructs a Hot_Ensemble object starting the Ensemble Outboard process on a random port between 5000 and 8000
Hot_Ensemble(int) - Constructor for class org.javagroups.ensemble.Hot_Ensemble
Constructs a Hot_Ensemble object starting the Ensemble Outboard process on the specified port.
Hot_Error - Class in org.javagroups.ensemble
 
Hot_Error(int, String) - Constructor for class org.javagroups.ensemble.Hot_Error
 
Hot_GroupContext - Class in org.javagroups.ensemble
 
Hot_JoinOps - Class in org.javagroups.ensemble
 
Hot_JoinOps() - Constructor for class org.javagroups.ensemble.Hot_JoinOps
 
Hot_Message - Class in org.javagroups.ensemble
 
Hot_Message() - Constructor for class org.javagroups.ensemble.Hot_Message
 
Hot_ObjectMessage - Class in org.javagroups.ensemble
This HOT Message class is a mechanism to transmit Java objects over ensemble.
Hot_ObjectMessage() - Constructor for class org.javagroups.ensemble.Hot_ObjectMessage
 
Hot_ObjectMessage(Object) - Constructor for class org.javagroups.ensemble.Hot_ObjectMessage
 
Hot_ObjectMessage(Hot_Message) - Constructor for class org.javagroups.ensemble.Hot_ObjectMessage
Takes the bytes contained within a Hot_Message object (usually gotten from a standard ReceiveCast/Send upcall) and interprets them as a serialized object.
Hot_ObjectMessage(byte[]) - Constructor for class org.javagroups.ensemble.Hot_ObjectMessage
Interprets the bytes as a serialized object
Hot_ViewID - Class in org.javagroups.ensemble
 
Hot_ViewID() - Constructor for class org.javagroups.ensemble.Hot_ViewID
 
Hot_ViewState - Class in org.javagroups.ensemble
 
Hot_ViewState() - Constructor for class org.javagroups.ensemble.Hot_ViewState
 

I

id - Variable in class org.javagroups.blocks.MessageDispatcher
 
id - Variable in class org.javagroups.blocks.RequestCorrelator.Header
The id of this request to distinguish among other requests from the same RequestCorrelator
id - Variable in class org.javagroups.blocks.Xid
 
id - Variable in class org.javagroups.ensemble.Hot_GroupContext
 
id - Variable in class org.javagroups.protocols.FRAG.FragHeader
 
identifier - Static variable in class org.javagroups.log.Trace
Used to e.g.
impl_mutex - Variable in class org.javagroups.protocols.GMS
 
impl_mutex - Variable in class org.javagroups.protocols.pbcast.GMS
 
incorrectStateReceived(Object) - Method in class org.javagroups.service.lease.LeaseFactoryService
This method is called when service queries new state but received state contains incorrect entries.
increment() - Method in class org.javagroups.protocols.VectorTime
Incerements owners current vector value by 1
incrementHighSeqno(Address) - Method in class org.javagroups.protocols.pbcast.Digest
Increment the sender's high_seqno by 1
incrementTokenSequence() - Method in class org.javagroups.protocols.ring.RingToken
 
indexOf(Address) - Method in class org.javagroups.protocols.VectorTime
Returns index of the given member represented by it's Address
INFO - Static variable in class org.javagroups.log.Trace
The trace level for all messages except DEBUG and TEST.
info(String, String) - Static method in class org.javagroups.log.Trace
Helper method.
init(long) - Method in class org.javagroups.blocks.DistributedHashtable
 
init() - Method in class org.javagroups.blocks.DistributedQueue
 
init(Method) - Method in class org.javagroups.blocks.MethodCall
 
init() - Method in class org.javagroups.demos.applets.DrawApplet
 
init() - Method in class org.javagroups.demos.wb.Whiteboard
 
init(String) - Static method in class org.javagroups.log.Trace
 
init() - Static method in class org.javagroups.log.Trace
Same as init(String fname), but looks in user's home directory then in CLASSPATH for javagroups.properties.
init(InputStream) - Method in class org.javagroups.persistence.DBPersistenceManager
used to intitiailize complete DB access.
init() - Method in class org.javagroups.protocols.AUTOCONF
 
init() - Method in class org.javagroups.protocols.BSH
 
init() - Method in class org.javagroups.protocols.ClientGmsImpl
 
init() - Method in class org.javagroups.protocols.CoordGmsImpl
 
init() - Method in class org.javagroups.protocols.ENCRYPT1_4
 
init() - Method in class org.javagroups.protocols.FD
 
init() - Method in class org.javagroups.protocols.FD_SIMPLE
 
init() - Method in class org.javagroups.protocols.FD_SOCK
 
init() - Method in class org.javagroups.protocols.GmsImpl
 
init() - Method in class org.javagroups.protocols.LOOPBACK
 
init() - Method in class org.javagroups.protocols.NAKACK
Do some initial tasks
init() - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
init() - Method in class org.javagroups.protocols.pbcast.GMS
 
init() - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
init() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER
 
init() - Method in class org.javagroups.protocols.SIZE
 
init() - Method in class org.javagroups.protocols.STATE_TRANSFER
 
init() - Method in class org.javagroups.protocols.TCPGOSSIP
 
init() - Method in class org.javagroups.protocols.UDP
 
init() - Method in class org.javagroups.stack.Protocol
Called after instance has been created (null constructor) and before protocol is started.
INIT_CONNECTION_FACTORY - Static variable in class org.javagroups.protocols.JMS
 
INIT_JNDI_CONTEXT - Static variable in class org.javagroups.protocols.JMS
 
INIT_PROVIDER_URL - Static variable in class org.javagroups.protocols.JMS
 
INIT_TOPIC_NAME - Static variable in class org.javagroups.protocols.JMS
 
initChannel(String, String, long) - Method in class org.javagroups.blocks.TransactionalHashtable
 
insertProtocol(Protocol, int, String, ProtocolStack) - Method in class org.javagroups.stack.Configurator
Inserts an already created (and initialized) protocol into the protocol list.
insertProtocol(Protocol, int, String) - Method in class org.javagroups.stack.ProtocolStack
Inserts an already created (and initialized) protocol into the protocol list.
INSTALL_MERGE_VIEW - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
installTransitionalView(Vector) - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
installView(ViewId, Vector) - Method in class org.javagroups.protocols.GMS
Assigns the new ltime.
installView(View, Digest) - Method in class org.javagroups.protocols.pbcast.GMS
Sets the new view and sends a VIEW_CHANGE event up and down the stack.
installView(View) - Method in class org.javagroups.protocols.pbcast.GMS
Sets the new view and sends a VIEW_CHANGE event up and down the stack.
Interval - Class in org.javagroups.stack
Manages retransmission timeouts.
Interval(long[]) - Constructor for class org.javagroups.stack.Interval
 
invalidate() - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
invoke(Object, MethodLookup) - Method in class org.javagroups.blocks.MethodCall
Invokes the method with the supplied arguments against the target object.
IpAddress - Class in org.javagroups.stack
Network-dependent address (Internet).
IpAddress() - Constructor for class org.javagroups.stack.IpAddress
 
IpAddress(String, int) - Constructor for class org.javagroups.stack.IpAddress
 
IpAddress(InetAddress, int) - Constructor for class org.javagroups.stack.IpAddress
 
IpAddress(int) - Constructor for class org.javagroups.stack.IpAddress
 
isAbort() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
isAbsolute() - Method in class org.javagroups.service.lease.LeaseRequestHeader
Check if duration is relative or absolute.
isAbsolute() - Method in class org.javagroups.service.lease.LeaseResponseHeader
Check if duration is relative or absolute.
isBlocked() - Method in class org.javagroups.service.AbstractService
This method returns true if inter-service communication processes should temporarily stop sending messages to service channel.
isCausallyNext(TransportedVectorTime) - Method in class org.javagroups.protocols.VectorTime
Determines if the vector clock represented by TransportedVectorTime is causally next to this VectorTime
isCommit() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
isConnected() - Method in class org.javagroups.Channel
Determines whether the channel is connected to a group.
isConnected() - Method in class org.javagroups.EnsChannel
 
isConnected() - Method in class org.javagroups.JChannel
returns true if the Connect operation has been called successfully
isCoord() - Method in class org.javagroups.protocols.PingRsp
 
isCoordinator() - Method in class org.javagroups.blocks.NotificationBus
 
isCoordinator() - Method in class org.javagroups.service.AbstractService
Check if this service is a coordinator of service group.
isDefaultSyncRepl() - Method in class org.javagroups.blocks.TransactionalHashtable
 
isDone() - Method in class org.javagroups.blocks.GroupRequest
 
isExpired() - Method in interface org.javagroups.service.lease.Lease
Check if lease has expired.
isExpired() - Method in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
Check if lease is expired.
isMulticastAddress() - Method in interface org.javagroups.Address
Checks whether this is an address that represents multiple destinations, e.g.
isMulticastAddress() - Method in class org.javagroups.ensemble.Hot_Endpoint
 
isMulticastAddress() - Method in class org.javagroups.protocols.JMS.JMSAddress
Is the address a multicast address?
isMulticastAddress() - Method in class org.javagroups.protocols.WanPipeAddress
 
isMulticastAddress() - Method in class org.javagroups.stack.IpAddress
 
isOpen() - Method in class org.javagroups.Channel
Determines whether the channel is open, ie.
isOpen() - Method in class org.javagroups.EnsChannel
 
isOpen() - Method in class org.javagroups.JChannel
returns true if the Open operation has been called successfully
isOverride() - Method in class org.javagroups.conf.ProtocolData
 
isPrepare() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
isReceived(Address) - Method in class org.javagroups.util.RspList
 
isSuspected(Address) - Method in class org.javagroups.util.RspList
 
isValid() - Method in class org.javagroups.blocks.DistributedLockManager.AcquireLockDecree
Lock aquire decree is valid for a ACQUIRE_EXPIRATION time after creation and if the lock is still valid (in the future locks will be leased for a predefined period of time).
isValid() - Method in class org.javagroups.blocks.DistributedLockManager.LockDecree
This is a place-holder for future lock expiration code.
iWouldBeCoordinator(Vector) - Method in class org.javagroups.protocols.GmsImpl
Returns potential coordinator based on lexicographic ordering of member addresses.
iWouldBeCoordinator(Vector) - Method in class org.javagroups.protocols.pbcast.GmsImpl
Returns potential coordinator based on lexicographic ordering of member addresses.

J

JAR_MISSING_ERROR - Static variable in class org.javagroups.conf.ConfiguratorFactory
 
JChannel - Class in org.javagroups
JChannel is a pure Java implementation of Channel When a JChannel object is instantiated it automatically sets up the protocol stack
JChannel(boolean) - Constructor for class org.javagroups.JChannel
initializes the JChannel with its default settings and default protocol stack
JChannel() - Constructor for class org.javagroups.JChannel
initializes the JChannel with its default settings and default protocol stack
JChannel(Object) - Constructor for class org.javagroups.JChannel
creates a new JChannel with the protocol stack as defined in the properties parameter.
JChannelFactory - Class in org.javagroups
 
JChannelFactory() - Constructor for class org.javagroups.JChannelFactory
 
JMS - Class in org.javagroups.protocols
Implementation of the transport protocol using the Java Message Service (JMS).
JMS() - Constructor for class org.javagroups.protocols.JMS
Empty constructor.
JMS.JMSAddress - Class in org.javagroups.protocols
Simple Address representing the JMS node ID or JMS topic group.
JMS.JMSAddress(String, boolean) - Constructor for class org.javagroups.protocols.JMS.JMSAddress
Create instance of this class for given address string.
JMS.JMSAddress() - Constructor for class org.javagroups.protocols.JMS.JMSAddress
Empty constructor to allow externalization work.
JMS.JMSAddress(String) - Constructor for class org.javagroups.protocols.JMS.JMSAddress
Reconstruct the address from the string representation.
join(Hot_JoinOps, Hot_GroupContext[]) - Method in class org.javagroups.ensemble.Hot_Ensemble
Join the Ensemble group specified in the Hot_JoinOps structure
join(Address) - Method in class org.javagroups.protocols.ClientGmsImpl
Will generate a CONNECT_OK event.
join(Address) - Method in class org.javagroups.protocols.CoordGmsImpl
 
join(Address) - Method in class org.javagroups.protocols.GMS
 
join(Address) - Method in class org.javagroups.protocols.GmsImpl
 
join(Address) - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
join(Address) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
Joins this process to a group.
join(Address) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
join(Address) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
join(Address) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
JOIN_ANNOUNCEMENT - Static variable in class org.javagroups.protocols.SMACK.SmackHeader
 
JOIN_REQ - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
join_retry_timeout - Variable in class org.javagroups.protocols.GMS
 
join_retry_timeout - Variable in class org.javagroups.protocols.pbcast.GMS
 
JOIN_RSP - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
join_timeout - Variable in class org.javagroups.protocols.GMS
 
join_timeout - Variable in class org.javagroups.protocols.pbcast.GMS
 
joining - Variable in class org.javagroups.ensemble.Hot_GroupContext
 
joining - Variable in class org.javagroups.protocols.pbcast.GMS
 
JoinRsp - Class in org.javagroups.protocols.pbcast
 
JoinRsp(View, Digest) - Constructor for class org.javagroups.protocols.pbcast.JoinRsp
 

K

keySet() - Method in class org.javagroups.blocks.TransactionalHashtable
 

L

lbl - Variable in class org.javagroups.demos.wb.Node
 
lclear() - Method in class org.javagroups.blocks.TransactionalHashtable
 
Lease - Interface in org.javagroups.service.lease
Lease interface represents a token granted by lease manager that allows access to some resource for a limited period of time.
LEASE_CANCELED - Static variable in class org.javagroups.service.lease.LeaseResponseHeader
 
LEASE_DENIED - Static variable in class org.javagroups.service.lease.DenyResponseHeader
 
LEASE_GRANTED - Static variable in class org.javagroups.service.lease.LeaseResponseHeader
 
LEASE_RENEWED - Static variable in class org.javagroups.service.lease.LeaseResponseHeader
 
LEASE_SERVICE_NAME - Static variable in class org.javagroups.service.lease.LeaseFactoryService
 
LeaseDeniedException - Exception in org.javagroups.service.lease
 
LeaseDeniedException(Object) - Constructor for exception org.javagroups.service.lease.LeaseDeniedException
 
LeaseDeniedException(String, Object) - Constructor for exception org.javagroups.service.lease.LeaseDeniedException
 
LeaseException - Exception in org.javagroups.service.lease
 
LeaseException() - Constructor for exception org.javagroups.service.lease.LeaseException
 
LeaseException(String) - Constructor for exception org.javagroups.service.lease.LeaseException
 
LeaseFactory - Interface in org.javagroups.service.lease
LeaseFactory is responsible for granting new leases, renewing existing leases and canceling leases when it is no longer needed.
LeaseFactoryClient - Class in org.javagroups.service.lease
LeaseFactoryClient is an implementation of LeaseFactory interface that delegates lease granting to group containing one or more LeaseFactoryService instances.
LeaseFactoryClient(Channel) - Constructor for class org.javagroups.service.lease.LeaseFactoryClient
Create instance of this class for specified client channel with default timeouts.
LeaseFactoryClient(Channel, int, int) - Constructor for class org.javagroups.service.lease.LeaseFactoryClient
Create instance of this class for the specified channel with specified timeouts.
LeaseFactoryService - Class in org.javagroups.service.lease
LeaseFactoryService is service that is able to lease resources to clients.
LeaseFactoryService(Channel, Channel) - Constructor for class org.javagroups.service.lease.LeaseFactoryService
Create instance of this class.
LeaseFactoryService.LeaseInfo - Class in org.javagroups.service.lease
This class represents granted lease that is replicated between services.
LeaseFactoryService.LeaseInfo() - Constructor for class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
Create uninitialized instance of this object.
LeaseFactoryService.LeaseInfo(Object, long) - Constructor for class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
Create instance of this class.
LeaseFactoryService.LeaseInfo(LeaseRequestHeader) - Constructor for class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
Create instance of this class using request header.
LeaseInfoReplicationHeader - Class in org.javagroups.service.lease
 
LeaseInfoReplicationHeader() - Constructor for class org.javagroups.service.lease.LeaseInfoReplicationHeader
Construct uninitialized instance of this object.
LeaseInfoReplicationHeader(int, LeaseFactoryService.LeaseInfo) - Constructor for class org.javagroups.service.lease.LeaseInfoReplicationHeader
Create instance of this object for a specified lease info object.
LeaseRequestHeader - Class in org.javagroups.service.lease
Message header that represents lease request.
LeaseRequestHeader() - Constructor for class org.javagroups.service.lease.LeaseRequestHeader
Constructs empty header.
LeaseRequestHeader(int, long, boolean, Object) - Constructor for class org.javagroups.service.lease.LeaseRequestHeader
Create lease request header of the specified type with specified duration.
LeaseResponseHeader - Class in org.javagroups.service.lease
Message header representing service response.
LeaseResponseHeader() - Constructor for class org.javagroups.service.lease.LeaseResponseHeader
Create uninitialized instance of this class.
LeaseResponseHeader(int, Object) - Constructor for class org.javagroups.service.lease.LeaseResponseHeader
Create instance of this class of type LEASE_CANCELED or LEASE_RENEWED.
LeaseResponseHeader(int, long, boolean, Object) - Constructor for class org.javagroups.service.lease.LeaseResponseHeader
Create instance of this class of type either LEASE_GRANTED or LEASE_RENEWED.
leases - Variable in class org.javagroups.service.lease.LeaseFactoryService
 
leaseTarget - Variable in exception org.javagroups.service.lease.LeaseDeniedException
 
leaseTimeout - Variable in class org.javagroups.service.lease.LeaseFactoryClient
 
leave(Hot_GroupContext) - Method in class org.javagroups.ensemble.Hot_Ensemble
Leave the Ensemble group specified in the Hot_GroupContext
leave(Address) - Method in class org.javagroups.protocols.ClientGmsImpl
 
leave(Address) - Method in class org.javagroups.protocols.CoordGmsImpl
The coordinator itself wants to leave the group
leave(Address) - Method in class org.javagroups.protocols.GMS
 
leave(Address) - Method in class org.javagroups.protocols.GmsImpl
 
leave(Address) - Method in class org.javagroups.protocols.ParticipantGmsImpl
Loop: determine coord.
leave(Address) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
 
leave(Address) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
The coordinator itself wants to leave the group
leave(Address) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
leave(Address) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
Loop: determine coord.
LEAVE_ANNOUNCEMENT - Static variable in class org.javagroups.protocols.SMACK.SmackHeader
 
LEAVE_REQ - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
LEAVE_RSP - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
leave_timeout - Variable in class org.javagroups.protocols.GMS
 
leave_timeout - Variable in class org.javagroups.protocols.pbcast.GMS
 
leaving - Variable in class org.javagroups.ensemble.Hot_GroupContext
 
level - Variable in class org.javagroups.log.Tracer
The current output trace level.
LEVEL_STRINGS - Static variable in class org.javagroups.log.Format
 
levelToString(int) - Static method in class org.javagroups.log.Format
Given a Trace level value, return a string describing the level.
Link - Class in org.javagroups.blocks
Implements a physical link between 2 parties (point-to-point connection).
Link(String, int, String, int) - Constructor for class org.javagroups.blocks.Link
 
Link(String, int, String, int, Link.Receiver) - Constructor for class org.javagroups.blocks.Link
 
Link(String, int, String, int, long, long, Link.Receiver) - Constructor for class org.javagroups.blocks.Link
 
Link.Receiver - Interface in org.javagroups.blocks
 
linkDown(InetAddress, int, InetAddress, int) - Method in interface org.javagroups.blocks.Link.Receiver
 
linkDown(InetAddress, int, InetAddress, int) - Method in class org.javagroups.blocks.LogicalLink
One of the physical links went down
linkDown(InetAddress, int, InetAddress, int) - Method in interface org.javagroups.blocks.LogicalLink.Receiver
 
linkDown(InetAddress, int, InetAddress, int) - Method in class org.javagroups.protocols.WANPIPE
 
LinkedListQueue - Class in org.javagroups.util
LinkedListQueue implementation based on java.util.Queue.
LinkedListQueue() - Constructor for class org.javagroups.util.LinkedListQueue
creates an empty queue
linkUp(InetAddress, int, InetAddress, int) - Method in interface org.javagroups.blocks.Link.Receiver
 
linkUp(InetAddress, int, InetAddress, int) - Method in class org.javagroups.blocks.LogicalLink
One of the physical links came up
linkUp(InetAddress, int, InetAddress, int) - Method in interface org.javagroups.blocks.LogicalLink.Receiver
 
linkUp(InetAddress, int, InetAddress, int) - Method in class org.javagroups.protocols.WANPIPE
 
List - Class in org.javagroups.util
Doubly-linked list.
List() - Constructor for class org.javagroups.util.List
 
listAlphabet() - Method in class org.javagroups.demos.CausalDemo
 
listener - Variable in class org.javagroups.blocks.PullPushAdapter
 
listeners - Variable in class org.javagroups.blocks.PullPushAdapter
 
LOCAL - Static variable in class org.javagroups.Channel
 
local_addr - Variable in class org.javagroups.blocks.MessageDispatcher
 
local_addr - Variable in class org.javagroups.blocks.RequestCorrelator
The address of this group member
local_addr - Variable in class org.javagroups.blocks.TransactionalHashtable
 
local_addr - Variable in class org.javagroups.protocols.GMS
 
local_addr - Variable in class org.javagroups.protocols.pbcast.GMS
 
localSeqID - Variable in class org.javagroups.protocols.TOTAL.Header
The ID used by the message source to match replies from the sequencer
localVote(Object) - Method in class org.javagroups.blocks.VotingAdapter
This method performs voting on the specific decree between all local voteListeners.
lock(Object, Object, int) - Method in class org.javagroups.blocks.DistributedLockManager
Locks an object with lockId on behalf of the specified owner.
lock(Object, Object, int) - Method in interface org.javagroups.blocks.LockManager
Obtain lock on obj for specified owner.
lock_acquisition_timeout - Variable in class org.javagroups.blocks.TransactionalHashtable
 
lock_lease_timeout - Variable in class org.javagroups.blocks.TransactionalHashtable
 
lockId - Variable in class org.javagroups.blocks.DistributedLockManager.LockDecree
 
LockingException - Exception in org.javagroups.blocks
 
LockingException(String) - Constructor for exception org.javagroups.blocks.LockingException
 
LockingException(Map) - Constructor for exception org.javagroups.blocks.LockingException
 
LockManager - Interface in org.javagroups.blocks
LockManager represents generic lock manager that allows obtaining and releasing locks on objects.
LockNotGrantedException - Exception in org.javagroups.blocks
This exception indicated that lock manager refused to give a lock on some resource.
LockNotGrantedException() - Constructor for exception org.javagroups.blocks.LockNotGrantedException
 
LockNotGrantedException(String) - Constructor for exception org.javagroups.blocks.LockNotGrantedException
 
LockNotReleasedException - Exception in org.javagroups.blocks
This exception indicated that lock manager refused to release a lock on some resource.
LockNotReleasedException() - Constructor for exception org.javagroups.blocks.LockNotReleasedException
 
LockNotReleasedException(String) - Constructor for exception org.javagroups.blocks.LockNotReleasedException
 
LogicalLink - Class in org.javagroups.blocks
Implements a logical point-to-point link between 2 entities consisting of a number of physical links.
LogicalLink(LogicalLink.Receiver) - Constructor for class org.javagroups.blocks.LogicalLink
 
LogicalLink() - Constructor for class org.javagroups.blocks.LogicalLink
 
LogicalLink.AllLinksDown - Exception in org.javagroups.blocks
 
LogicalLink.AllLinksDown() - Constructor for exception org.javagroups.blocks.LogicalLink.AllLinksDown
 
LogicalLink.NoLinksAvailable - Exception in org.javagroups.blocks
 
LogicalLink.NoLinksAvailable() - Constructor for exception org.javagroups.blocks.LogicalLink.NoLinksAvailable
 
LogicalLink.Receiver - Interface in org.javagroups.blocks
 
logString(String, int, String) - Method in class org.javagroups.log.Tracer
Creates a formatted string suitable for output.
logString(String, int, String, String) - Method in class org.javagroups.log.Tracer
 
lookup(int) - Static method in class org.javagroups.ensemble.Hot_GroupContext
 
lookup(String) - Static method in class org.javagroups.log.Trace
Returns the Tracer that matches the specified module name.
LOOPBACK - Class in org.javagroups.protocols
Makes copies of outgoing messages, swaps sender and receiver and sends the message back up the stack.
LOOPBACK() - Constructor for class org.javagroups.protocols.LOOPBACK
 
LOSS - Class in org.javagroups.protocols
Example of a protocol layer.
LOSS() - Constructor for class org.javagroups.protocols.LOSS
 
low - Variable in class org.javagroups.util.Range
 
lowSeqnoAt(int) - Method in class org.javagroups.protocols.pbcast.Digest
 
lput(Object, Object) - Method in class org.javagroups.blocks.TransactionalHashtable
 
lputAll(Map) - Method in class org.javagroups.blocks.TransactionalHashtable
 
lremove(Object, Object) - Method in class org.javagroups.blocks.TransactionalHashtable
 
ltime - Variable in class org.javagroups.ensemble.Hot_ViewID
 
ltime - Variable in class org.javagroups.protocols.GMS
 
ltime - Variable in class org.javagroups.protocols.pbcast.GMS
 

M

MAGIC_NUMBER_FILE - Static variable in class org.javagroups.conf.MagicNumberReader
 
MagicNumberReader - Class in org.javagroups.conf
 
MagicNumberReader() - Constructor for class org.javagroups.conf.MagicNumberReader
 
main(String[]) - Static method in class org.javagroups.blocks.DistributedHashtable
 
main(String[]) - Static method in class org.javagroups.blocks.DistributedQueue
 
main(String[]) - Static method in class org.javagroups.blocks.Link
 
main(String[]) - Static method in class org.javagroups.blocks.LogicalLink
 
main(String[]) - Static method in class org.javagroups.blocks.MethodCall
 
main(String[]) - Static method in class org.javagroups.blocks.ReplicatedTree
 
main(String[]) - Static method in class org.javagroups.blocks.TransactionalHashtable
 
main(String[]) - Static method in class org.javagroups.conf.ClassConfigurator
 
main(String[]) - Static method in class org.javagroups.conf.XmlConfigurator
 
main(String[]) - Static method in class org.javagroups.conf.XmlValidator
 
main(String[]) - Static method in class org.javagroups.debug.Debugger
 
main(String[]) - Static method in class org.javagroups.debug.Profiler
 
main(String[]) - Static method in class org.javagroups.debug.ProtocolTester
 
main(String[]) - Static method in class org.javagroups.demos.CausalDemo
 
main(String[]) - Static method in class org.javagroups.demos.Chat
 
main(String[]) - Static method in class org.javagroups.demos.DistributedHashtableDemo
 
main(String[]) - Static method in class org.javagroups.demos.DistributedQueueDemo
 
main(String[]) - Static method in class org.javagroups.demos.DistributedTreeDemo
 
main(String[]) - Static method in class org.javagroups.demos.Draw
 
main(String[]) - Static method in class org.javagroups.demos.Draw2Channels
 
main(String[]) - Static method in class org.javagroups.demos.DrawRepl
 
main(String[]) - Static method in class org.javagroups.demos.Gossip
 
main(String[]) - Static method in class org.javagroups.demos.NotificationBusDemo
 
main(String[]) - Static method in class org.javagroups.demos.QuoteClient
 
main(String[]) - Static method in class org.javagroups.demos.QuoteServer
 
main(String[]) - Static method in class org.javagroups.demos.ReplicatedTreeDemo
 
main(String[]) - Static method in class org.javagroups.demos.Topology
 
main(String[]) - Static method in class org.javagroups.demos.TotalOrder
 
main(String[]) - Static method in class org.javagroups.demos.TotalTokenDemo
 
main(String[]) - Static method in class org.javagroups.demos.ViewDemo
 
main(String[]) - Static method in class org.javagroups.demos.wb.Whiteboard
 
main(String[]) - Static method in class org.javagroups.protocols.pbcast.Gossip
 
main(String[]) - Static method in class org.javagroups.protocols.PerfHeader
 
main(String[]) - Static method in class org.javagroups.protocols.WanPipeAddress
 
main(String[]) - Static method in class org.javagroups.service.ServiceRunner
Main entry to run this class.
main(String[]) - Static method in class org.javagroups.stack.AckMcastReceiverWindow
 
main(String[]) - Static method in class org.javagroups.stack.AckReceiverWindow
 
main(String[]) - Static method in class org.javagroups.stack.AckSenderWindow
 
main(String[]) - Static method in class org.javagroups.stack.Configurator
 
main(String[]) - Static method in class org.javagroups.stack.GossipClient
 
main(String[]) - Static method in class org.javagroups.stack.GossipServer
 
main(String[]) - Static method in class org.javagroups.stack.Retransmitter
 
main(String[]) - Static method in class org.javagroups.stack.Router
 
main(String[]) - Static method in class org.javagroups.stack.RouterStub
 
main(String[]) - Static method in class org.javagroups.util.List
 
main(String[]) - Static method in class org.javagroups.util.Proxy1_4
 
main(String[]) - Static method in class org.javagroups.util.TimedWriter
 
main(String[]) - Static method in class org.javagroups.util.Util
 
main(String[]) - Static method in class org.javagroups.Version
 
mainLoop() - Method in class org.javagroups.demos.Draw
 
makeOutputFileName(String, int) - Static method in class org.javagroups.log.Trace
Returns a file name created from a module name and trace level.
makeReply() - Method in class org.javagroups.Message
 
makeView(Vector) - Method in class org.javagroups.protocols.GMS
 
makeView(Vector, ViewId) - Method in class org.javagroups.protocols.GMS
 
makeView(Vector) - Method in class org.javagroups.protocols.pbcast.GMS
 
makeView(Vector, ViewId) - Method in class org.javagroups.protocols.pbcast.GMS
 
managerId - Variable in class org.javagroups.blocks.DistributedLockManager.LockDecree
 
marshaller - Variable in class org.javagroups.blocks.RpcDispatcher
 
Marshaller - Class in org.javagroups.util
Title: JavaGroups Communications Description: Contact me at mail@filip.net Copyright: Copyright (c) 2002 Company: www.filip.net
Marshaller() - Constructor for class org.javagroups.util.Marshaller
 
max(TransportedVectorTime) - Method in class org.javagroups.protocols.VectorTime
Updates this VectorTime as follows:
MAX_PORT - Static variable in class org.javagroups.util.Util
 
MAXIMUM_DURATION - Static variable in class org.javagroups.service.lease.LeaseFactoryService
 
MCAST - Static variable in class org.javagroups.protocols.SMACK.SmackHeader
 
MCAST_MSG - Static variable in class org.javagroups.protocols.pbcast.PbcastHeader
 
mDefaultJavaGroupsDTD - Variable in class org.javagroups.conf.ClassPathEntityResolver
 
memberJoined(Address) - Method in interface org.javagroups.blocks.NotificationBus.Consumer
 
memberJoined(Address) - Method in class org.javagroups.demos.NotificationBusDemo
 
memberLeft(Address) - Method in interface org.javagroups.blocks.NotificationBus.Consumer
 
memberLeft(Address) - Method in class org.javagroups.demos.NotificationBusDemo
 
members - Variable in class org.javagroups.blocks.MessageDispatcher
 
members - Variable in class org.javagroups.ensemble.Hot_ViewState
 
members - Variable in class org.javagroups.protocols.GMS
 
members - Variable in class org.javagroups.protocols.pbcast.GMS
 
members - Variable in class org.javagroups.service.AbstractService
 
members - Variable in class org.javagroups.stack.MessageProtocol
 
members - Variable in class org.javagroups.View
A list containing all the members of the view This list is always ordered, with the coordinator being the first member.
Membership - Class in org.javagroups
Class to keep track of Addresses.
Membership() - Constructor for class org.javagroups.Membership
Public constructor Creates a member ship object with zero members
Membership(Vector) - Constructor for class org.javagroups.Membership
Creates a member ship object with the initial members.
membership_listener - Variable in class org.javagroups.blocks.MessageDispatcher
 
membership_listeners - Variable in class org.javagroups.blocks.PullPushAdapter
 
MembershipListener - Interface in org.javagroups
 
MembershipListenerAdapter - Class in org.javagroups.blocks
This class provides multiplexing possibilities for MembershipListener instances.
MembershipListenerAdapter() - Constructor for class org.javagroups.blocks.MembershipListenerAdapter
 
membershipListeners - Variable in class org.javagroups.blocks.MembershipListenerAdapter
 
membershipListenersCache - Variable in class org.javagroups.blocks.MembershipListenerAdapter
 
MERGE - Static variable in class org.javagroups.Event
 
merge(Vector, Vector) - Method in class org.javagroups.Membership
merges membership with the new members and removes suspects The Merge method will remove all the suspects and add in the new members.
merge(Vector) - Method in class org.javagroups.protocols.ClientGmsImpl
 
merge(Vector) - Method in class org.javagroups.protocols.CoordGmsImpl
Invoked upon receiving a MERGE event from the MERGE layer.
merge(Vector) - Method in class org.javagroups.protocols.GMS
 
merge(Vector) - Method in class org.javagroups.protocols.GmsImpl
 
MERGE - Class in org.javagroups.protocols
Simple and stupid MERGE protocol (does not take into account state transfer).
MERGE() - Constructor for class org.javagroups.protocols.MERGE
 
merge(Vector) - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
merge(Vector) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
Invoked upon receiving a MERGE event from the MERGE layer.
merge(Digest) - Method in class org.javagroups.protocols.pbcast.Digest
Adds a digest to this digest.
merge(Address, long, long, long) - Method in class org.javagroups.protocols.pbcast.Digest
Similar to add(), but if the sender already exists, its seqnos will be modified (no new entry) as follows: this.low_seqno=min(this.low_seqno, low_seqno) this.high_seqno=max(this.high_seqno, high_seqno) this.high_seqno_seen=max(this.high_seqno_seen, high_seqno_seen) If the sender doesn not exist, a new entry will be added (provided there is enough space)
merge(Vector) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
merge(Vector) - Method in class org.javagroups.protocols.VectorTime
Merges this VectorTime with new members of the group VectorTime can possibly either grow or shrink
MERGE.MergeHeader - Class in org.javagroups.protocols
 
MERGE.MergeHeader() - Constructor for class org.javagroups.protocols.MERGE.MergeHeader
 
MERGE.MergeHeader(int) - Constructor for class org.javagroups.protocols.MERGE.MergeHeader
 
MERGE2 - Class in org.javagroups.protocols
Protocol to discover subgroups, e.g.
MERGE2() - Constructor for class org.javagroups.protocols.MERGE2
 
MERGE_DENIED - Static variable in class org.javagroups.Event
 
MERGE_DIGEST - Static variable in class org.javagroups.Event
 
MERGE_REQ - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
MERGE_RSP - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
merge_timeout - Variable in class org.javagroups.protocols.pbcast.GMS
 
MergeData - Class in org.javagroups.protocols.pbcast
Encapsulates data sent with a MERGE_RSP (handleMergeResponse()) and INSTALL_MERGE_VIEW (handleMergeView()).
MergeData() - Constructor for class org.javagroups.protocols.pbcast.MergeData
Empty constructor needed for externalization
MergeData(Address, View, Digest) - Constructor for class org.javagroups.protocols.pbcast.MergeData
 
mergeDigest(Digest) - Method in class org.javagroups.protocols.pbcast.GMS
Send down a MERGE_DIGEST event
MERGEFAST - Class in org.javagroups.protocols
The coordinator attaches a small header to each (or every nth) message.
MERGEFAST() - Constructor for class org.javagroups.protocols.MERGEFAST
 
MERGEFAST.MergefastHeader - Class in org.javagroups.protocols
 
MERGEFAST.MergefastHeader() - Constructor for class org.javagroups.protocols.MERGEFAST.MergefastHeader
 
MERGEFAST.MergefastHeader(Address) - Constructor for class org.javagroups.protocols.MERGEFAST.MergefastHeader
 
MergeView - Class in org.javagroups
A view that is sent as result of a merge.
MergeView() - Constructor for class org.javagroups.MergeView
Used by externalization
MergeView(ViewId, Vector, Vector) - Constructor for class org.javagroups.MergeView
Creates a new view
MergeView(Address, long, Vector, Vector) - Constructor for class org.javagroups.MergeView
Creates a new view
Message - Class in org.javagroups
A Message encapsulates data sent to members of a group.
Message(Address, Address, byte[]) - Constructor for class org.javagroups.Message
Public constructor
Message(Address, Address, Serializable) - Constructor for class org.javagroups.Message
Public constructor
Message() - Constructor for class org.javagroups.Message
Only used for Externalization (creating an initial object)
MessageDialog - Class in org.javagroups.demos.wb
 
MessageDialog(Frame, String, String) - Constructor for class org.javagroups.demos.wb.MessageDialog
 
MessageDispatcher - Class in org.javagroups.blocks
Used on top of channel to implement group requests.
MessageDispatcher(Channel, MessageListener, MembershipListener) - Constructor for class org.javagroups.blocks.MessageDispatcher
 
MessageDispatcher(Channel, MessageListener, MembershipListener, boolean) - Constructor for class org.javagroups.blocks.MessageDispatcher
 
MessageDispatcher(Channel, MessageListener, MembershipListener, RequestHandler) - Constructor for class org.javagroups.blocks.MessageDispatcher
 
MessageDispatcher(Channel, MessageListener, MembershipListener, RequestHandler, boolean) - Constructor for class org.javagroups.blocks.MessageDispatcher
 
MessageDispatcher(PullPushAdapter, Serializable, MessageListener, MembershipListener) - Constructor for class org.javagroups.blocks.MessageDispatcher
 
MessageDispatcher(PullPushAdapter, Serializable, MessageListener, MembershipListener, RequestHandler) - Constructor for class org.javagroups.blocks.MessageDispatcher
 
MessageListener - Interface in org.javagroups
 
MessageListenerAdapter - Class in org.javagroups.blocks
This class provides multiplexing possibilities for MessageListener instances.
MessageListenerAdapter() - Constructor for class org.javagroups.blocks.MessageListenerAdapter
Create default instance of this class.
MessageListenerAdapter(MessageListener) - Constructor for class org.javagroups.blocks.MessageListenerAdapter
Create instance of this class.
messageListeners - Variable in class org.javagroups.blocks.MessageListenerAdapter
 
messageListenersCache - Variable in class org.javagroups.blocks.MessageListenerAdapter
 
MessageProtocol - Class in org.javagroups.stack
Based on Protocol, but incorporates RequestCorrelator and GroupRequest: the latter can be used to mcast messages to all members and receive their reponses.
MessageProtocol() - Constructor for class org.javagroups.stack.MessageProtocol
 
MessageProtocolEXAMPLE - Class in org.javagroups.protocols
 
MessageProtocolEXAMPLE() - Constructor for class org.javagroups.protocols.MessageProtocolEXAMPLE
 
method - Variable in class org.javagroups.blocks.MethodCall
the Method of the call
METHOD - Static variable in class org.javagroups.blocks.MethodCall
explicitly ship the method, caller has to determine method himself
method_name - Variable in class org.javagroups.blocks.MethodCall
the name of the method, case sensitive
MethodCall - Class in org.javagroups.blocks
A method call is the JavaGroup representation of a remote method.
MethodCall() - Constructor for class org.javagroups.blocks.MethodCall
creates an empty method call, this is always invalid, until SetName has been called
MethodCall(Method) - Constructor for class org.javagroups.blocks.MethodCall
 
MethodCall(Method, Object[]) - Constructor for class org.javagroups.blocks.MethodCall
 
MethodCall(String) - Constructor for class org.javagroups.blocks.MethodCall
Deprecated. use the complete constructor with a java.lang.reflect.Method argument since null arguments can not be correctly handled using null arguments
MethodCall(String, Object[]) - Constructor for class org.javagroups.blocks.MethodCall
Deprecated. use the complete constructor with a java.lang.reflect.Method argument since null arguments can not be correctly handled using null arguments
MethodCall(String, Object) - Constructor for class org.javagroups.blocks.MethodCall
Deprecated. use the complete constructor with a java.lang.reflect.Method argument since null arguments can not be correctly handled using null arguments
MethodCall(String, Object, Object) - Constructor for class org.javagroups.blocks.MethodCall
Deprecated. use the complete constructor with a java.lang.reflect.Method argument since null arguments can not be correctly handled using null arguments
MethodCall(String, Object, Object, Object) - Constructor for class org.javagroups.blocks.MethodCall
Deprecated. use the complete constructor with a java.lang.reflect.Method argument since null arguments can not be correctly handled using null arguments
MethodCall(String, Object, Object, Object, Object) - Constructor for class org.javagroups.blocks.MethodCall
Deprecated. use the complete constructor with a java.lang.reflect.Method argument since null arguments can not be correctly handled using null arguments
MethodCall(String, Object, Object, Object, Object, Object) - Constructor for class org.javagroups.blocks.MethodCall
Deprecated. use the complete constructor with a java.lang.reflect.Method argument since null arguments can not be correctly handled using null arguments
MethodCall(String, Object[], Class[]) - Constructor for class org.javagroups.blocks.MethodCall
 
MethodCall(String, Object[], String[]) - Constructor for class org.javagroups.blocks.MethodCall
 
MethodLookup - Interface in org.javagroups.blocks
 
MethodLookupClos - Class in org.javagroups.blocks
 
MethodLookupClos() - Constructor for class org.javagroups.blocks.MethodLookupClos
 
MethodLookupJava - Class in org.javagroups.blocks
 
MethodLookupJava() - Constructor for class org.javagroups.blocks.MethodLookupJava
 
missedHeartbeat(InetAddress, int, InetAddress, int, int) - Method in interface org.javagroups.blocks.Link.Receiver
 
missedHeartbeat(InetAddress, int, InetAddress, int, int) - Method in class org.javagroups.blocks.LogicalLink
Missed one or more heartbeats.
missedHeartbeat(InetAddress, int, InetAddress, int, int) - Method in interface org.javagroups.blocks.LogicalLink.Receiver
 
missedHeartbeat(InetAddress, int, InetAddress, int, int) - Method in class org.javagroups.protocols.WANPIPE
 
mMagicNumberFile - Variable in class org.javagroups.conf.MagicNumberReader
 
mode - Variable in class org.javagroups.blocks.MethodCall
which mode to use
mode - Variable in class org.javagroups.blocks.Xid
 
mode - Variable in exception org.javagroups.protocols.ring.TokenLostException
 
modeToString(int) - Static method in class org.javagroups.blocks.Xid
 
module - Variable in class org.javagroups.log.Tracer
The module name with which this tracer is associated.
moduleLookupName(String) - Static method in class org.javagroups.log.Trace
Returns the string to be used to store and look up the specified module.
mouseClicked(MouseEvent) - Method in class org.javagroups.demos.Chat
 
mouseClicked(MouseEvent) - Method in class org.javagroups.demos.wb.GraphPanel
 
mouseDragged(MouseEvent) - Method in class org.javagroups.demos.applets.DrawApplet
 
mouseDragged(MouseEvent) - Method in class org.javagroups.demos.DrawRepl
 
mouseDragged(MouseEvent) - Method in class org.javagroups.demos.wb.GraphPanel
 
mouseEntered(MouseEvent) - Method in class org.javagroups.demos.Chat
 
mouseEntered(MouseEvent) - Method in class org.javagroups.demos.wb.GraphPanel
 
mouseExited(MouseEvent) - Method in class org.javagroups.demos.Chat
 
mouseExited(MouseEvent) - Method in class org.javagroups.demos.wb.GraphPanel
 
mouseMoved(MouseEvent) - Method in class org.javagroups.demos.applets.DrawApplet
 
mouseMoved(MouseEvent) - Method in class org.javagroups.demos.DrawRepl
 
mouseMoved(MouseEvent) - Method in class org.javagroups.demos.Gossip
 
mouseMoved(MouseEvent) - Method in class org.javagroups.demos.wb.GraphPanel
 
mousePressed(MouseEvent) - Method in class org.javagroups.demos.Chat
 
mousePressed(MouseEvent) - Method in class org.javagroups.demos.wb.GraphPanel
 
mouseReleased(MouseEvent) - Method in class org.javagroups.demos.Chat
 
mouseReleased(MouseEvent) - Method in class org.javagroups.demos.wb.GraphPanel
 
moveNode(Node) - Method in class org.javagroups.demos.wb.GraphPanel
 
moveNode(Node) - Method in class org.javagroups.demos.wb.Whiteboard
 
MSG - Static variable in class org.javagroups.Event
 
MSG - Static variable in class org.javagroups.protocols.pbcast.NakAckHeader
 
msg_listener - Variable in class org.javagroups.blocks.MessageDispatcher
 
msgs - Variable in class org.javagroups.protocols.Digest
 
mutex - Variable in class org.javagroups.util.List
 
my_addr - Variable in class org.javagroups.demos.wb.GraphPanel
 

N

NAK_ACK_MSG - Static variable in class org.javagroups.protocols.NakAckHeader
 
NAK_ACK_RSP - Static variable in class org.javagroups.protocols.NakAckHeader
 
NAK_MSG - Static variable in class org.javagroups.protocols.NakAckHeader
 
NAKACK - Class in org.javagroups.protocols
Negative AcKnowledgement layer (NAKs), paired with positive ACKs.
NAKACK() - Constructor for class org.javagroups.protocols.NAKACK
 
NAKACK - Class in org.javagroups.protocols.pbcast
Negative AcKnowledgement layer (NAKs).
NAKACK() - Constructor for class org.javagroups.protocols.pbcast.NAKACK
 
NakAckHeader - Class in org.javagroups.protocols
 
NakAckHeader() - Constructor for class org.javagroups.protocols.NakAckHeader
 
NakAckHeader(int, long, ViewId) - Constructor for class org.javagroups.protocols.NakAckHeader
 
NakAckHeader - Class in org.javagroups.protocols.pbcast
 
NakAckHeader() - Constructor for class org.javagroups.protocols.pbcast.NakAckHeader
 
NakAckHeader(int, long) - Constructor for class org.javagroups.protocols.pbcast.NakAckHeader
Constructor for regular messages
NakAckHeader(int, long, long) - Constructor for class org.javagroups.protocols.pbcast.NakAckHeader
Constructor for retransmit requests/responses (low and high define the range of msgs)
NakReceiverWindow - Class in org.javagroups.stack
Keeps track of messages according to their sequence numbers.
NakReceiverWindow(Address, Retransmitter.RetransmitCommand, long, TimeScheduler) - Constructor for class org.javagroups.stack.NakReceiverWindow
Creates a new instance with the given retransmit command
NakReceiverWindow(Address, Retransmitter.RetransmitCommand, long) - Constructor for class org.javagroups.stack.NakReceiverWindow
Creates a new instance with the given retransmit command
NakReceiverWindow(Address, long) - Constructor for class org.javagroups.stack.NakReceiverWindow
Creates a new instance without a retransmission thread
name - Variable in class org.javagroups.blocks.RequestCorrelator.Header
The unique name of the associated RequestCorrelator
name - Variable in class org.javagroups.blocks.RequestCorrelator
makes the instance unique (together with IDs)
name - Variable in class org.javagroups.ensemble.Hot_Endpoint
 
NetworkTracer - Class in org.javagroups.log
Provides output to a socket.
NEW_LEASE_REQUEST - Static variable in class org.javagroups.service.lease.LeaseRequestHeader
 
NEW_LEASE_TYPE - Static variable in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
 
NEW_LEASE_TYPE - Static variable in class org.javagroups.service.lease.LeaseInfoReplicationHeader
 
newLease(Object, Object, long, boolean) - Method in interface org.javagroups.service.lease.LeaseFactory
Obtain new lease.
newLease(Object, Object, long, boolean) - Method in class org.javagroups.service.lease.LeaseFactoryClient
Get new lease.
NEWLINE - Static variable in class org.javagroups.log.Trace
The newline string used in println.
next - Variable in class org.javagroups.ensemble.Hot_GroupContext
 
next() - Method in class org.javagroups.stack.Interval
 
next_id - Static variable in class org.javagroups.blocks.Xid
 
nextInterval() - Method in interface org.javagroups.util.TimeScheduler.Task
 
nmembers - Variable in class org.javagroups.ensemble.Hot_ViewState
 
Node - Class in org.javagroups.demos.wb
 
Node() - Constructor for class org.javagroups.demos.wb.Node
 
nodeAdded(String, Serializable) - Method in interface org.javagroups.blocks.DistributedTree.DistributedTreeListener
 
nodeAdded(String) - Method in interface org.javagroups.blocks.ReplicatedTree.ReplicatedTreeListener
 
nodeAdded(String, Serializable) - Method in class org.javagroups.demos.DistributedTreeDemo
 
nodeModified(String, Serializable, Serializable) - Method in interface org.javagroups.blocks.DistributedTree.DistributedTreeListener
 
nodeModified(String) - Method in interface org.javagroups.blocks.ReplicatedTree.ReplicatedTreeListener
 
nodeModified(String, Serializable, Serializable) - Method in class org.javagroups.demos.DistributedTreeDemo
 
nodeRemoved(String) - Method in interface org.javagroups.blocks.DistributedTree.DistributedTreeListener
 
nodeRemoved(String) - Method in interface org.javagroups.blocks.ReplicatedTree.ReplicatedTreeListener
 
nodeRemoved(String) - Method in class org.javagroups.demos.DistributedTreeDemo
 
NONE - Static variable in class org.javagroups.service.lease.DenyResponseHeader
 
NONE - Static variable in class org.javagroups.service.lease.LeaseInfoReplicationHeader
 
NONE - Static variable in class org.javagroups.service.lease.LeaseResponseHeader
 
normalize(String) - Static method in class org.javagroups.util.PrintXMLTree
 
NOT_MEMBER - Static variable in class org.javagroups.protocols.pbcast.PbcastHeader
 
NotificationBus - Class in org.javagroups.blocks
Class for dissemination of notifications.
NotificationBus() - Constructor for class org.javagroups.blocks.NotificationBus
 
NotificationBus(String) - Constructor for class org.javagroups.blocks.NotificationBus
 
NotificationBus(String, String) - Constructor for class org.javagroups.blocks.NotificationBus
 
NotificationBus.Consumer - Interface in org.javagroups.blocks
 
NotificationBusDemo - Class in org.javagroups.demos
Demoes the NotificationBus (without caching).
NotificationBusDemo() - Constructor for class org.javagroups.demos.NotificationBusDemo
 
notifs - Variable in class org.javagroups.blocks.TransactionalHashtable
 
notifyBlock() - Method in class org.javagroups.blocks.PullPushAdapter
 
notifyConsumer(Serializable) - Method in class org.javagroups.blocks.NotificationBus
Don't multicast this to all members, just apply it to local consumers.
notifySuspect(Address) - Method in class org.javagroups.blocks.PullPushAdapter
 
notifyViewChange(View) - Method in class org.javagroups.blocks.PullPushAdapter
 
NULL_TYPE - Static variable in class org.javagroups.protocols.TOTAL.Header
Null value for the tag
num_frags - Variable in class org.javagroups.protocols.FRAG.FragHeader
 
numberOfEstablishedLinks() - Method in class org.javagroups.blocks.LogicalLink
 
numberOfLinks() - Method in class org.javagroups.blocks.LogicalLink
 
numSuspectedMembers() - Method in class org.javagroups.util.RspList
 

O

objectFromByteBuffer(byte[]) - Method in interface org.javagroups.blocks.RpcDispatcher.Marshaller
 
objectFromByteBuffer(byte[]) - Static method in class org.javagroups.util.Util
Creates an object from a byte buffer
objectToByteBuffer(Object) - Method in interface org.javagroups.blocks.RpcDispatcher.Marshaller
 
objectToByteBuffer(Object) - Static method in class org.javagroups.util.Util
Serializes an object into a byte buffer.
observer - Variable in class org.javagroups.stack.Protocol
 
OLD - Static variable in class org.javagroups.blocks.MethodCall
infer the method from the arguments
onMessage(javax.jms.Message) - Method in class org.javagroups.protocols.JMS
Implementation of the javax.jms.MessageListener interface.
open() - Method in class org.javagroups.Channel
Re-opens a closed channel.
open() - Method in class org.javagroups.JChannel
Opens the channel.
this does the following actions
1.
OPERATIONAL - Static variable in class org.javagroups.protocols.ring.RingToken
 
option2String(int) - Static method in class org.javagroups.Channel
 
org.javagroups - package org.javagroups
 
org.javagroups.blocks - package org.javagroups.blocks
 
org.javagroups.conf - package org.javagroups.conf
 
org.javagroups.debug - package org.javagroups.debug
 
org.javagroups.demos - package org.javagroups.demos
 
org.javagroups.demos.applets - package org.javagroups.demos.applets
 
org.javagroups.demos.wb - package org.javagroups.demos.wb
 
org.javagroups.ensemble - package org.javagroups.ensemble
 
org.javagroups.log - package org.javagroups.log
 
org.javagroups.persistence - package org.javagroups.persistence
 
org.javagroups.protocols - package org.javagroups.protocols
 
org.javagroups.protocols.pbcast - package org.javagroups.protocols.pbcast
 
org.javagroups.protocols.ring - package org.javagroups.protocols.ring
 
org.javagroups.service - package org.javagroups.service
 
org.javagroups.service.lease - package org.javagroups.service.lease
 
org.javagroups.stack - package org.javagroups.stack
 
org.javagroups.util - package org.javagroups.util
 
out - Variable in class org.javagroups.log.NetworkTracer
 
out - Variable in class org.javagroups.log.PrintStreamTracer
 
out - Variable in class org.javagroups.log.WriterTracer
 
OUT_OF_BAND_MSG - Static variable in class org.javagroups.protocols.NakAckHeader
 
OUT_OF_BAND_RSP - Static variable in class org.javagroups.protocols.NakAckHeader
 
outboard - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
override(ProtocolParameter[]) - Method in class org.javagroups.conf.ProtocolData
 
override(ProtocolData) - Method in class org.javagroups.conf.XmlConfigurator
 
own_addr - Variable in class org.javagroups.protocols.PingRsp
 

P

paint(Graphics) - Method in class org.javagroups.demos.applets.DrawApplet
 
paint(Graphics) - Method in class org.javagroups.demos.Topology
 
paintNode(Graphics, Node, FontMetrics) - Method in class org.javagroups.demos.wb.GraphPanel
 
panic(String) - Static method in class org.javagroups.ensemble.Hot_Ensemble
Halts the application with the error specified by the String
params - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
params - Variable in class org.javagroups.ensemble.Hot_ViewState
 
parse(InputStream) - Static method in class org.javagroups.conf.MagicNumberReader
 
parse(InputStream) - Static method in class org.javagroups.conf.XmlConfigurator
 
parse(Element) - Static method in class org.javagroups.conf.XmlConfigurator
 
parse(String, String) - Static method in class org.javagroups.log.Trace
 
parseClassData(Node) - Static method in class org.javagroups.conf.MagicNumberReader
 
parseCommaDelimitedLongs(String) - Static method in class org.javagroups.util.Util
E.g.
parseComponentStrings(String, String) - Method in class org.javagroups.stack.Configurator
Get a string of the form "P1(config_str1):P2:P3(config_str3)" and return ProtocolConfigurations for it.
parseConfigurations(String) - Method in class org.javagroups.stack.Configurator
Return a number of ProtocolConfigurations in a vector
parseDefaultOutput(String) - Static method in class org.javagroups.log.Trace
 
parseProtocolData(Node) - Static method in class org.javagroups.conf.XmlConfigurator
 
parseProtocolParameters(Element) - Static method in class org.javagroups.conf.XmlConfigurator
 
parseTimestampFormat(String) - Static method in class org.javagroups.log.Trace
 
parseTrace(String) - Static method in class org.javagroups.log.Trace
Format is .
ParticipantGmsImpl - Class in org.javagroups.protocols
 
ParticipantGmsImpl(GMS) - Constructor for class org.javagroups.protocols.ParticipantGmsImpl
 
ParticipantGmsImpl - Class in org.javagroups.protocols.pbcast
 
ParticipantGmsImpl(GMS) - Constructor for class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
PARTITIONER - Class in org.javagroups.protocols
This layer can be put on top of the bottommost layer and is useful to simulate partitions.
PARTITIONER() - Constructor for class org.javagroups.protocols.PARTITIONER
 
PARTITIONER.PartitionerHeader - Class in org.javagroups.protocols
The Partitioner header normally (type = NORMAL) contains just the partition number that is checked to discard messages received from other partitions.
PARTITIONER.PartitionerHeader() - Constructor for class org.javagroups.protocols.PARTITIONER.PartitionerHeader
 
PARTITIONER.PartitionerHeader(int) - Constructor for class org.javagroups.protocols.PARTITIONER.PartitionerHeader
 
PARTITIONER.PartitionerHeader(int, int) - Constructor for class org.javagroups.protocols.PARTITIONER.PartitionerHeader
 
passDown(Event) - Method in class org.javagroups.debug.ProtocolView
 
passDown(Event) - Method in class org.javagroups.stack.Protocol
Causes the event to be forwarded to the next layer down in the hierarchy.Typically called by the implementation of Down (when done).
passDown(Event) - Method in interface org.javagroups.stack.ProtocolObserver
Called when an event is about to be passed down to the next lower protocol.
passToken(Object) - Method in interface org.javagroups.protocols.ring.RingNode
 
passToken(Object) - Method in class org.javagroups.protocols.ring.TcpRingNode
 
passToken(Object) - Method in class org.javagroups.protocols.ring.UdpRingNode
 
passUp(Event) - Method in class org.javagroups.debug.ProtocolView
 
passUp(Event) - Method in class org.javagroups.stack.Protocol
Causes the event to be forwarded to the next layer up in the hierarchy.
passUp(Event) - Method in interface org.javagroups.stack.ProtocolObserver
Called when an event is about to be passed up to the next higher protocol.
PBCAST - Class in org.javagroups.protocols.pbcast
Implementation of probabilistic broadcast.
PBCAST() - Constructor for class org.javagroups.protocols.pbcast.PBCAST
 
PbcastHeader - Class in org.javagroups.protocols.pbcast
 
PbcastHeader() - Constructor for class org.javagroups.protocols.pbcast.PbcastHeader
 
PbcastHeader(int) - Constructor for class org.javagroups.protocols.pbcast.PbcastHeader
 
PbcastHeader(int, long) - Constructor for class org.javagroups.protocols.pbcast.PbcastHeader
 
PbcastHeader(Gossip, int) - Constructor for class org.javagroups.protocols.pbcast.PbcastHeader
 
PbcastHeader(Gossip, int, long) - Constructor for class org.javagroups.protocols.pbcast.PbcastHeader
 
peek() - Method in class org.javagroups.blocks.DistributedQueue
returns the first object on the queue, without removing it.
peek(long) - Method in class org.javagroups.Channel
Returns the next message, view, block, suspect or other event without removing it from the queue.
peek(long) - Method in class org.javagroups.EnsChannel
 
peek(long) - Method in class org.javagroups.JChannel
Just peeks at the next message, view or block.
peek() - Method in class org.javagroups.util.LinkedListQueue
returns the first object on the queue, without removing it.
peek(long) - Method in class org.javagroups.util.LinkedListQueue
returns the first object on the queue, without removing it.
peek() - Method in class org.javagroups.util.List
Returns element at the tail (if present), but does not remove it from list.
peek() - Method in class org.javagroups.util.Queue
returns the first object on the queue, without removing it.
peek(long) - Method in class org.javagroups.util.Queue
returns the first object on the queue, without removing it.
peek() - Method in class org.javagroups.util.Stack
 
peekAtHead() - Method in class org.javagroups.util.List
Returns element at the head (if present), but does not remove it from list.
pendingCancels - Variable in class org.javagroups.service.lease.LeaseFactoryClient
 
pendingLeases - Variable in class org.javagroups.service.lease.LeaseFactoryClient
 
pendingRenewals - Variable in class org.javagroups.service.lease.LeaseFactoryClient
 
PERF - Static variable in class org.javagroups.Event
 
PERF - Class in org.javagroups.protocols
Measures time taken by each protocol to process a message.
PERF() - Constructor for class org.javagroups.protocols.PERF
 
PerfHeader - Class in org.javagroups.protocols
Inserted by PERF into each message.
PerfHeader() - Constructor for class org.javagroups.protocols.PerfHeader
 
PerfHeader(Object, Object) - Constructor for class org.javagroups.protocols.PerfHeader
 
PersistenceFactory - Class in org.javagroups.persistence
 
PersistenceManager - Interface in org.javagroups.persistence
 
pickSubset(Vector, double) - Static method in class org.javagroups.util.Util
Selects a random subset of members according to subset_percentage and returns them.
PIGGYBACK - Class in org.javagroups.protocols
Combines multiple messages into a single large one.
PIGGYBACK() - Constructor for class org.javagroups.protocols.PIGGYBACK
 
PIGGYBACK.PiggybackHeader - Class in org.javagroups.protocols
 
PIGGYBACK.PiggybackHeader() - Constructor for class org.javagroups.protocols.PIGGYBACK.PiggybackHeader
 
PING - Class in org.javagroups.protocols
The PING protocol layer retrieves the initial membership (used by the GMS when started by sending event FIND_INITIAL_MBRS down the stack).
PING() - Constructor for class org.javagroups.protocols.PING
 
PingHeader - Class in org.javagroups.protocols
 
PingHeader() - Constructor for class org.javagroups.protocols.PingHeader
 
PingHeader(int, Object) - Constructor for class org.javagroups.protocols.PingHeader
 
PingRsp - Class in org.javagroups.protocols
 
PingRsp(Address, Address) - Constructor for class org.javagroups.protocols.PingRsp
 
PlainConfigurator - Class in org.javagroups.conf
A ProtocolStackConfigurator for the old style properties.
PlainConfigurator(String) - Constructor for class org.javagroups.conf.PlainConfigurator
Instantiates a PlainConfigurator with old style properties
pop() - Method in class org.javagroups.util.Stack
 
prepare(Object) - Method in class org.javagroups.blocks.DistributedLockManager
Prepare phase for the lock acquisition or release.
prepare(Object) - Method in interface org.javagroups.blocks.TwoPhaseVotingListener
This is voting if the decree is acceptable to the party.
primary - Variable in class org.javagroups.ensemble.Hot_ViewState
 
print() - Method in class org.javagroups.blocks.DistributedTree
 
print(String) - Method in class org.javagroups.blocks.ReplicatedTree
Prints a representation of the node defined by fqn.
print(String, int, String) - Static method in class org.javagroups.log.Trace
Finds the appropriate output for the specified module and sends message to it.
print(String, int, String, String) - Static method in class org.javagroups.log.Trace
Prints the identifier (e.g.
print(String, int, String) - Method in class org.javagroups.log.Tracer
Sends a formatted string to the output file, stream, writer, or socket.
print(String, int, String, String) - Method in class org.javagroups.log.Tracer
 
print(PrintWriter, Element) - Static method in class org.javagroups.util.PrintXMLTree
 
print(String, PrintWriter, Element) - Static method in class org.javagroups.util.PrintXMLTree
 
print(String, PrintWriter, Element, NamedNodeMap) - Static method in class org.javagroups.util.PrintXMLTree
Prints the specified element.
print(Throwable) - Static method in class org.javagroups.util.Util
 
printAllStocks() - Method in class org.javagroups.demos.QuoteServer
 
printClassMap() - Method in class org.javagroups.conf.ClassConfigurator
 
printContents(boolean) - Method in class org.javagroups.protocols.PerfHeader
 
printContents(boolean, Vector) - Method in class org.javagroups.protocols.PerfHeader
 
printDetails() - Method in class org.javagroups.protocols.FD_PROB.FdHeader
 
printDetails(long) - Method in class org.javagroups.stack.AckMcastSenderWindow
Prints all members plus whether an ack has been received from those members for a given seqno
printDetails() - Method in class org.javagroups.View
debug only
printEvent(Event) - Static method in class org.javagroups.util.Util
 
printFragments(byte[][]) - Static method in class org.javagroups.util.Util
 
printHighSeqnos() - Method in class org.javagroups.protocols.pbcast.Digest
 
printHighSeqnosSeen() - Method in class org.javagroups.protocols.pbcast.Digest
 
println(String, int, String) - Static method in class org.javagroups.log.Trace
Appends a line separator to message and calls print.
printMagicMap() - Method in class org.javagroups.conf.ClassConfigurator
 
printMembers(Vector) - Static method in class org.javagroups.util.Util
 
printMessage(Message) - Static method in class org.javagroups.util.Util
Tries to read an object from the message's buffer and prints it
printMethodCall(Message) - Static method in class org.javagroups.util.Util
Tries to read a MethodCall object from the message's buffer and prints it.
PRINTMETHODS - Class in org.javagroups.protocols
 
PRINTMETHODS() - Constructor for class org.javagroups.protocols.PRINTMETHODS
 
printObjectHeaders() - Method in class org.javagroups.Message
 
PRINTOBJS - Class in org.javagroups.protocols
 
PRINTOBJS() - Constructor for class org.javagroups.protocols.PRINTOBJS
 
printProtocolSpec(boolean) - Method in class org.javagroups.JChannel
Returns a pretty-printed form of all the protocols.
printProtocolSpec(boolean) - Method in class org.javagroups.stack.ProtocolStack
Prints the names of the protocols, from the bottom to top.
printStackTrace(Throwable) - Static method in class org.javagroups.util.Util
Use with caution: lots of overhead
printStackTrace() - Static method in class org.javagroups.util.Util
Use with caution: lots of overhead
PrintStreamTracer - Class in org.javagroups.log
Provides output to a PrintStream.
printThreads() - Static method in class org.javagroups.util.Util
 
printVersionId(byte[], int) - Static method in class org.javagroups.Version
 
printVersionId(byte[]) - Static method in class org.javagroups.Version
 
PrintXMLTree - Class in org.javagroups.util
 
PrintXMLTree() - Constructor for class org.javagroups.util.PrintXMLTree
 
processCancelLeaseRequest(LeaseRequestHeader, Object, Address) - Method in class org.javagroups.service.lease.LeaseFactoryService
Process request to cancel lease.
processEvent(String, AWTEvent) - Method in class org.javagroups.demos.DrawRepl
 
processNewLeaseRequest(LeaseRequestHeader, Object, Address) - Method in class org.javagroups.service.lease.LeaseFactoryService
Process new lease request.
processRenewLeaseRequest(LeaseRequestHeader, Object, Address) - Method in class org.javagroups.service.lease.LeaseFactoryService
Process request to renew a lease.
Profiler - Class in org.javagroups.debug
Allows to time execution of 'named' statements, counts number of times called and total execution time.
Profiler() - Constructor for class org.javagroups.debug.Profiler
 
Profiler.Entry - Class in org.javagroups.debug
 
Profiler.Entry() - Constructor for class org.javagroups.debug.Profiler.Entry
 
Promise - Class in org.javagroups.util
Allows a thread to submit an asynchronous request and to wait for the result.
Promise() - Constructor for class org.javagroups.util.Promise
 
propagateStateChange(int, LeaseFactoryService.LeaseInfo, Object) - Method in class org.javagroups.service.lease.LeaseFactoryService
Propagate state change to other members.
properties - Variable in class org.javagroups.blocks.TransactionalHashtable
 
properties - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
props - Variable in class org.javagroups.protocols.GMS
 
props - Variable in class org.javagroups.protocols.pbcast.GMS
 
props - Variable in class org.javagroups.stack.Protocol
 
prot_adapter - Variable in class org.javagroups.blocks.MessageDispatcher
 
prot_name - Static variable in class org.javagroups.protocols.TOTAL_TOKEN
 
protocol - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
protocol - Variable in class org.javagroups.ensemble.Hot_ViewState
 
Protocol - Class in org.javagroups.stack
The Protocol class provides a set of common services for protocol layers.
Protocol() - Constructor for class org.javagroups.stack.Protocol
 
ProtocolData - Class in org.javagroups.conf
 
ProtocolData(String, String, String, ProtocolParameter[]) - Constructor for class org.javagroups.conf.ProtocolData
 
ProtocolData(String, ProtocolParameter[]) - Constructor for class org.javagroups.conf.ProtocolData
 
ProtocolObserver - Interface in org.javagroups.stack
Interface for the Debugger to receive notifications about a protocol layer.
ProtocolParameter - Class in org.javagroups.conf
Data holder for protocol data
ProtocolParameter(String, Object) - Constructor for class org.javagroups.conf.ProtocolParameter
 
ProtocolSpecificView - Class in org.javagroups.debug
Abstract class for all protocol-specific views, e.g.
ProtocolSpecificView() - Constructor for class org.javagroups.debug.ProtocolSpecificView
 
ProtocolStack - Class in org.javagroups.stack
A ProtocolStack manages a number of protocols layered above each other.
ProtocolStack(JChannel, String) - Constructor for class org.javagroups.stack.ProtocolStack
 
ProtocolStackConfigurator - Interface in org.javagroups.conf
 
ProtocolTester - Class in org.javagroups.debug
Generic class to test one or more protocol layers directly.
ProtocolTester(String, Protocol, boolean) - Constructor for class org.javagroups.debug.ProtocolTester
 
ProtocolView - Class in org.javagroups.debug
Graphical view of a protocol instance
ProtocolView(Protocol, DefaultTableModel, int) - Constructor for class org.javagroups.debug.ProtocolView
 
ProtocolView(Protocol, DefaultTableModel, int, boolean) - Constructor for class org.javagroups.debug.ProtocolView
 
providedDownServices() - Method in class org.javagroups.protocols.NAKACK
 
providedDownServices() - Method in class org.javagroups.protocols.pbcast.NAKACK
 
providedDownServices() - Method in class org.javagroups.protocols.QUEUE
 
providedDownServices() - Method in class org.javagroups.stack.Protocol
List of events that are provided to layers below (they will be handled when sent down from below).
providedUpServices() - Method in class org.javagroups.protocols.FLUSH
 
providedUpServices() - Method in class org.javagroups.protocols.NAKACK
 
providedUpServices() - Method in class org.javagroups.protocols.pbcast.NAKACK
 
providedUpServices() - Method in class org.javagroups.protocols.pbcast.PBCAST
 
providedUpServices() - Method in class org.javagroups.protocols.PING
 
providedUpServices() - Method in class org.javagroups.protocols.QUEUE
 
providedUpServices() - Method in class org.javagroups.protocols.TCPGOSSIP
 
providedUpServices() - Method in class org.javagroups.protocols.TCPPING
 
providedUpServices() - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
providedUpServices() - Method in class org.javagroups.protocols.WANPING
 
providedUpServices() - Method in class org.javagroups.stack.Protocol
List of events that are provided to layers above (they will be handled when sent down from above).
Proxy1_4 - Class in org.javagroups.util
Redirects incoming TCP connections to other hosts/ports.
Proxy1_4(InetAddress, int, InetAddress, int, boolean, boolean) - Constructor for class org.javagroups.util.Proxy1_4
 
Proxy1_4(InetAddress, int, InetAddress, int, boolean, boolean, String) - Constructor for class org.javagroups.util.Proxy1_4
 
PullPushAdapter - Class in org.javagroups.blocks
Allows a client of Channel to be notified when messages have been received instead of having to actively poll the channel for new messages.
PullPushAdapter(Transport) - Constructor for class org.javagroups.blocks.PullPushAdapter
 
PullPushAdapter(Transport, MessageListener) - Constructor for class org.javagroups.blocks.PullPushAdapter
 
PullPushAdapter(Transport, MembershipListener) - Constructor for class org.javagroups.blocks.PullPushAdapter
 
PullPushAdapter(Transport, MessageListener, MembershipListener) - Constructor for class org.javagroups.blocks.PullPushAdapter
 
PullPushAdapter.PullHeader - Class in org.javagroups.blocks
 
PullPushAdapter.PullHeader() - Constructor for class org.javagroups.blocks.PullPushAdapter.PullHeader
 
PullPushAdapter.PullHeader(Serializable) - Constructor for class org.javagroups.blocks.PullPushAdapter.PullHeader
 
push(Object) - Method in class org.javagroups.util.Stack
 
put(Object, Object) - Method in class org.javagroups.blocks.DistributedHashtable
Maps the specified key to the specified value in the hashtable.
put(Object, Object) - Method in class org.javagroups.blocks.ReplicatedHashtable
Maps the specified key to the specified value in the hashtable.
put(String, HashMap) - Method in class org.javagroups.blocks.ReplicatedTree
Adds a new node to the tree and sets its data.
put(String, String, Object) - Method in class org.javagroups.blocks.ReplicatedTree
Adds a key and value to a given node.
PUT - Static variable in class org.javagroups.blocks.TransactionalHashtable.Data
 
put(Object, Object) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
put(Object, Object, boolean, long) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
put(Object, Object, long, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members, and use locks at each member to ensure serializability.
PUT_ALL - Static variable in class org.javagroups.blocks.TransactionalHashtable.Data
 
putAll(Map) - Method in class org.javagroups.blocks.DistributedHashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class org.javagroups.blocks.ReplicatedHashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
putAll(Map, boolean, long) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
putAll(Map, long, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicated the update to all members, and use locks at each member to ensure serializability.
putHeader(String, Header) - Method in class org.javagroups.Message
Puts a header given a key into the hashmap.

Q

QUEUE - Class in org.javagroups.protocols
Queuing layer.
QUEUE() - Constructor for class org.javagroups.protocols.QUEUE
 
Queue - Class in org.javagroups.util
Elements are added at the tail and removed from the head.
Queue() - Constructor for class org.javagroups.util.Queue
creates an empty queue
QUEUE.Observer - Interface in org.javagroups.protocols
 
QueueClosedException - Exception in org.javagroups.util
 
QueueClosedException() - Constructor for exception org.javagroups.util.QueueClosedException
 
QueueClosedException(String) - Constructor for exception org.javagroups.util.QueueClosedException
 
QUEUEView - Class in org.javagroups.debug
Shows the internals of the QUEUE protocol.
QUEUEView() - Constructor for class org.javagroups.debug.QUEUEView
 
QuoteClient - Class in org.javagroups.demos
Used in conjunction with QuoteServer: a client is member of a group of quote servers which replicate stock quotes among themselves.
QuoteClient() - Constructor for class org.javagroups.demos.QuoteClient
 
QuoteServer - Class in org.javagroups.demos
Example of a replicated quote server.
QuoteServer() - Constructor for class org.javagroups.demos.QuoteServer
 

R

random(long) - Static method in class org.javagroups.util.Util
Returns a random value in the range [1 - range]
Range - Class in org.javagroups.util
 
Range() - Constructor for class org.javagroups.util.Range
For externalization
Range(long, long) - Constructor for class org.javagroups.util.Range
 
rank - Variable in class org.javagroups.ensemble.Hot_ViewState
 
read(ObjectInput) - Static method in class org.javagroups.util.Marshaller
reads the magic number, instantiates the class (from the configurator) and invokes the readExternal method on the object.
READ_COMMITTED - Static variable in class org.javagroups.blocks.Xid
Reads are dirty until another transaction actually commits; at that points the modified data will be reflected here.
readExternal(ObjectInput) - Method in class org.javagroups.blocks.MethodCall
 
readExternal(ObjectInput) - Method in class org.javagroups.blocks.PullPushAdapter.PullHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.blocks.ReplicationData
 
readExternal(ObjectInput) - Method in class org.javagroups.blocks.RequestCorrelator.Header
Read the header from the given stream
readExternal(ObjectInput) - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
readExternal(ObjectInput) - Method in class org.javagroups.blocks.Xid
 
readExternal(ObjectInput) - Method in class org.javagroups.ensemble.Hot_Endpoint
 
readExternal(ObjectInput) - Method in class org.javagroups.MergeView
 
readExternal(ObjectInput) - Method in class org.javagroups.Message
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.BSH.BshHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.CAUSAL.CausalHeader
Manual deserialization
readExternal(ObjectInput) - Method in class org.javagroups.protocols.ENCRYPT1_4.EncryptHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.FC.FcHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.FD.FdHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.FD_PID.FdHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.FD_PROB.FdHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.FD_SIMPLE.FdHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.FD_SOCK.FdHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.FRAG.FragHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.JMS.JMSAddress
Read object from external input.
readExternal(ObjectInput) - Method in class org.javagroups.protocols.MERGE.MergeHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.MERGEFAST.MergefastHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.NakAckHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.PARTITIONER.PartitionerHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.pbcast.Digest
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.pbcast.MergeData
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.pbcast.NakAckHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.pbcast.PbcastHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.pbcast.STABLE.StableHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.PerfHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.PIGGYBACK.PiggybackHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.PingHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.ring.RingToken
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.SMACK.SmackHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.TcpHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.TOTAL.Header
Manual deserialization
readExternal(ObjectInput) - Method in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.TOTAL_TOKEN.RingTokenHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
Manual deserialization
readExternal(ObjectInput) - Method in class org.javagroups.protocols.TunnelHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.UdpHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.UNICAST.UnicastHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.VERIFY_SUSPECT.VerifyHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.WANPIPE.WanPipeHeader
 
readExternal(ObjectInput) - Method in class org.javagroups.protocols.WanPipeAddress
 
readExternal(ObjectInput) - Method in class org.javagroups.service.lease.DenyResponseHeader
Read state of this object from object input.
readExternal(ObjectInput) - Method in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
 
readExternal(ObjectInput) - Method in class org.javagroups.service.lease.LeaseInfoReplicationHeader
Read state of this object from ObjectInput
readExternal(ObjectInput) - Method in class org.javagroups.service.lease.LeaseRequestHeader
Read state of this object from object input stream.
readExternal(ObjectInput) - Method in class org.javagroups.service.lease.LeaseResponseHeader
Read state of this object from object input.
readExternal(ObjectInput) - Method in class org.javagroups.stack.GossipData
 
readExternal(ObjectInput) - Method in class org.javagroups.stack.IpAddress
 
readExternal(ObjectInput) - Method in class org.javagroups.util.List
 
readExternal(ObjectInput) - Method in class org.javagroups.util.Range
 
readExternal(ObjectInput) - Method in class org.javagroups.util.Stack
 
readExternal(ObjectInput) - Method in class org.javagroups.View
 
readExternal(ObjectInput) - Method in class org.javagroups.ViewId
 
readLock() - Method in class org.javagroups.util.RWLock
Obtain a read lock
readLockNoBlock() - Method in class org.javagroups.util.RWLock
Obtain the read lock immediatelly or throw an exception if an attempt to get the read lock would block this call
readMagicNumberMapping() - Method in class org.javagroups.conf.MagicNumberReader
 
readUnlock() - Method in class org.javagroups.util.RWLock
Revoke the read lock
reason - Variable in exception org.javagroups.persistence.CannotConnectException
 
reason - Variable in exception org.javagroups.persistence.CannotRemoveException
 
REBROADCAST_MSGS - Static variable in class org.javagroups.Event
 
REBROADCAST_MSGS_OK - Static variable in class org.javagroups.Event
 
receive(Message) - Method in class org.javagroups.blocks.ConnectionTable
Calls the receiver callback.
receive(Message) - Method in interface org.javagroups.blocks.ConnectionTable.Receiver
 
receive(Message) - Method in class org.javagroups.blocks.ConnectionTable1_4
Calls the receiver callback.
receive(Message) - Method in interface org.javagroups.blocks.ConnectionTable1_4.Receiver
 
receive(Message) - Method in class org.javagroups.blocks.DistributedHashtable
 
receive(Message) - Method in class org.javagroups.blocks.DistributedQueue
 
receive(Message) - Method in class org.javagroups.blocks.DistributedTree
 
receive(byte[]) - Method in interface org.javagroups.blocks.Link.Receiver
 
receive(byte[]) - Method in class org.javagroups.blocks.LogicalLink
Receive a message from any of the physical links.
receive(byte[]) - Method in interface org.javagroups.blocks.LogicalLink.Receiver
 
receive(Message) - Method in class org.javagroups.blocks.MessageListenerAdapter
Receive message from group.
receive(Message) - Method in class org.javagroups.blocks.NotificationBus
 
receive(Message) - Method in class org.javagroups.blocks.ReplicatedHashtable
 
receive(Message) - Method in class org.javagroups.blocks.ReplicatedTree
Callback.
receive(Xid, byte[], byte[], long, long, boolean) - Method in interface org.javagroups.blocks.ReplicationReceiver
Receives data sent by a sender to all group members and applies update to locally replicated data.
receive(Event) - Method in class org.javagroups.blocks.RequestCorrelator
Callback.
receive(Xid, byte[], byte[], long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
Receives an update.
receive(Message) - Method in class org.javagroups.blocks.TransactionalHashtable
 
receive(Message) - Method in class org.javagroups.blocks.VotingAdapter
Receive the message.
receive(long) - Method in class org.javagroups.Channel
Receives a message, a view change or a block event.
receive(Message) - Method in class org.javagroups.demos.Chat
 
receive(Message) - Method in class org.javagroups.demos.QuoteServer
 
receive(Message) - Method in class org.javagroups.demos.wb.Whiteboard
 
receive(long) - Method in class org.javagroups.EnsChannel
 
receive(long) - Method in class org.javagroups.JChannel
Blocking receive method.
receive(Message) - Method in interface org.javagroups.MessageListener
 
receive(Message) - Method in class org.javagroups.protocols.TCP
ConnectionTable.Receiver interface
receive(byte[]) - Method in class org.javagroups.protocols.WANPIPE
 
receive(long) - Method in class org.javagroups.stack.ProtocolStack
 
receive() - Method in class org.javagroups.stack.RouterStub
Receives a message from the router (blocking mode).
receive(long) - Method in interface org.javagroups.Transport
 
receiveCast(Hot_GroupContext, Object, Hot_Endpoint, Hot_Message) - Method in class org.javagroups.EnsChannel
 
receiveCast(Hot_GroupContext, Object, Hot_Endpoint, Hot_Message) - Method in interface org.javagroups.ensemble.Hot_Callbacks
Called when Ensemble receives a Cast from your group
receivedHeartbeatAgain(InetAddress, int, InetAddress, int) - Method in interface org.javagroups.blocks.Link.Receiver
 
receivedHeartbeatAgain(InetAddress, int, InetAddress, int) - Method in class org.javagroups.blocks.LogicalLink
Heartbeat came back again (before link was taken down) after missing some heartbeats
receivedHeartbeatAgain(InetAddress, int, InetAddress, int) - Method in interface org.javagroups.blocks.LogicalLink.Receiver
 
receivedHeartbeatAgain(InetAddress, int, InetAddress, int) - Method in class org.javagroups.protocols.WANPIPE
 
receiveDownEvent(Event) - Method in class org.javagroups.protocols.FLUSH
The default handling adds the event to the down-queue where events are handled in order of addition by a thread.
receiveDownEvent(Event) - Method in class org.javagroups.protocols.GMS
 
receiveDownEvent(Event) - Method in class org.javagroups.stack.Protocol
Internal method, should not be called by clients.
receiveMessage(Message) - Method in class org.javagroups.blocks.RequestCorrelator
Handles a message coming from a layer below
receiver_thread - Variable in class org.javagroups.blocks.PullPushAdapter
 
receiveResponse(Message) - Method in class org.javagroups.blocks.GroupRequest
Callback (called by RequestCorrelator or Transport).
receiveResponse(Message) - Method in interface org.javagroups.blocks.RspCollector
 
receiveSend(Hot_GroupContext, Object, Hot_Endpoint, Hot_Message) - Method in class org.javagroups.EnsChannel
 
receiveSend(Hot_GroupContext, Object, Hot_Endpoint, Hot_Message) - Method in interface org.javagroups.ensemble.Hot_Callbacks
Called when Ensemble receives a point-to-point message for you
receiveSuspect(Address) - Method in class org.javagroups.blocks.RequestCorrelator
Event.SUSPECT event received from a layer below
receiveToken(int) - Method in interface org.javagroups.protocols.ring.RingNode
 
receiveToken() - Method in interface org.javagroups.protocols.ring.RingNode
 
receiveToken(int) - Method in class org.javagroups.protocols.ring.TcpRingNode
 
receiveToken() - Method in class org.javagroups.protocols.ring.TcpRingNode
 
receiveToken(int) - Method in class org.javagroups.protocols.ring.UdpRingNode
 
receiveToken() - Method in class org.javagroups.protocols.ring.UdpRingNode
 
receiveUpEvent(Event) - Method in class org.javagroups.protocols.pbcast.GMS
This method is overridden to avoid hanging on getDigest(): when a JOIN is received, the coordinator needs to retrieve the digest from the PBCAST layer.
receiveUpEvent(Event) - Method in class org.javagroups.protocols.pbcast.STABLE
We need to receive this event out-of-band, otherwise we would block.
receiveUpEvent(Event) - Method in class org.javagroups.stack.Protocol
Internal method, should not be called by clients.
receiveUpEvent(Event) - Method in class org.javagroups.stack.ProtocolStack
 
receiveView(View) - Method in class org.javagroups.blocks.RequestCorrelator
Event.VIEW_CHANGE event received from a layer below
reconfigure(Vector) - Method in interface org.javagroups.protocols.ring.RingNode
 
reconfigure(Vector) - Method in class org.javagroups.protocols.ring.TcpRingNode
 
reconfigure(Vector) - Method in class org.javagroups.protocols.ring.UdpRingNode
 
reconfigureAll(Vector) - Method in class org.javagroups.protocols.ring.TcpRingNode
 
reconnect() - Method in class org.javagroups.stack.RouterStub
Tries to establish connection to router.
RECOVERY - Static variable in class org.javagroups.protocols.ring.RingToken
 
RecursiveLeaseRequestException - Exception in org.javagroups.service.lease
This exception indicates that lease factory has undecided lease request for the specified lease target and from specified tenant.
RecursiveLeaseRequestException(Object, Object) - Constructor for exception org.javagroups.service.lease.RecursiveLeaseRequestException
 
RecursiveLeaseRequestException(String, Object, Object) - Constructor for exception org.javagroups.service.lease.RecursiveLeaseRequestException
 
register(String, Address) - Method in class org.javagroups.stack.GossipClient
Adds the member to the given group.
REGISTER - Static variable in class org.javagroups.stack.Router
 
register(String) - Method in class org.javagroups.stack.RouterStub
Register this process with the router under groupname.
REGISTER_REQ - Static variable in class org.javagroups.stack.GossipData
 
registerListener(Serializable, MessageListener) - Method in class org.javagroups.blocks.PullPushAdapter
 
release(Hot_GroupContext) - Static method in class org.javagroups.ensemble.Hot_GroupContext
 
remove(Address) - Method in class org.javagroups.blocks.ConnectionTable
Remove addrfrom connection table.
remove(Address) - Method in class org.javagroups.blocks.ConnectionTable1_4
Remove addrfrom connection table.
remove(Object) - Method in class org.javagroups.blocks.DistributedHashtable
Removes the key (and its corresponding value) from the Hashtable.
remove() - Method in class org.javagroups.blocks.DistributedQueue
 
remove(long) - Method in class org.javagroups.blocks.DistributedQueue
 
remove(String) - Method in class org.javagroups.blocks.DistributedTree
 
remove(Object) - Method in class org.javagroups.blocks.ReplicatedHashtable
Removes the key (and its corresponding value) from the Hashtable.
remove(String) - Method in class org.javagroups.blocks.ReplicatedTree
Removes the node from the tree.
remove(String, String) - Method in class org.javagroups.blocks.ReplicatedTree
Removes key from the node's hashmap
REMOVE - Static variable in class org.javagroups.blocks.TransactionalHashtable.Data
 
remove(Object) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
remove(Object, boolean, long) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicates the update to all members.
remove(Object, long, long, long, boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
Replicated the update to all members, and use locks at each member to ensure serializability.
remove(Address) - Method in class org.javagroups.Membership
removes an member from the membership.
remove(Vector) - Method in class org.javagroups.Membership
removes all the members contained in v from this membership
remove(Serializable) - Method in class org.javagroups.persistence.DBPersistenceManager
Used to remove existing entry
remove(Serializable) - Method in class org.javagroups.persistence.FilePersistenceManager
Remove existing NV from being persisted
remove(Serializable) - Method in interface org.javagroups.persistence.PersistenceManager
Remove existing NV from being persisted
remove(Object, Vector) - Method in class org.javagroups.stack.AckMcastReceiverWindow
 
remove(Address) - Method in class org.javagroups.stack.AckMcastSenderWindow
Remove obj from all receiver sets and wake up retransmission thread.
remove() - Method in class org.javagroups.stack.AckReceiverWindow
Removes a message whose seqno is equal to next_to_remove, increments the latter.
remove() - Method in class org.javagroups.stack.NakReceiverWindow
Find the entry with seqno head.
remove(long) - Method in class org.javagroups.stack.Retransmitter
Remove the given sequence number from the list of seqnos eligible for retransmission.
remove() - Method in class org.javagroups.util.LinkedListQueue
Removes 1 element from head or blocks until next element has been added
remove(long) - Method in class org.javagroups.util.LinkedListQueue
Removes 1 element from the head.
remove() - Method in class org.javagroups.util.List
Removes an object from the tail of the list.
remove() - Method in class org.javagroups.util.Queue
Removes 1 element from head or blocks until next element has been added or until queue has been closed
remove(long) - Method in class org.javagroups.util.Queue
Removes 1 element from the head.
removeAll() - Method in class org.javagroups.stack.AckMcastReceiverWindow
 
removeAll() - Method in class org.javagroups.util.List
 
removeAllLinks() - Method in class org.javagroups.blocks.LogicalLink
 
removeConnectionListener(ConnectionTable.ConnectionListener) - Method in class org.javagroups.blocks.ConnectionTable
 
removeConnectionListener(ConnectionTable1_4.ConnectionListener) - Method in class org.javagroups.blocks.ConnectionTable1_4
 
removeDistributedTreeListener(DistributedTree.DistributedTreeListener) - Method in class org.javagroups.blocks.DistributedTree
 
removeElement(Object) - Method in class org.javagroups.util.LinkedListQueue
removes a specific object from the queue.
removeElement(Object) - Method in class org.javagroups.util.List
Removes element obj from the list, checking for equality using the equals operator.
removeElement(Object) - Method in class org.javagroups.util.Queue
removes a specific object from the queue.
removeFile(String) - Static method in class org.javagroups.util.Util
 
removeFromHead() - Method in class org.javagroups.util.List
Removes an object from the head of the list.
removeFromNotSeenList(Address) - Method in class org.javagroups.protocols.pbcast.Gossip
Removes obj from not_seen list
removeHeader(String) - Method in class org.javagroups.Message
 
removeHeaders() - Method in class org.javagroups.Message
 
removeListener(TwoPhaseVotingListener) - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter
Removes the listener from the voteChannel
removeMembershipListener(MembershipListener) - Method in class org.javagroups.blocks.MembershipListenerAdapter
Remove membership listener from this adapter.
removeMessageListener(MessageListener) - Method in class org.javagroups.blocks.MessageListenerAdapter
Remove message listener from this adapter.
removeNode(Object) - Method in class org.javagroups.demos.Topology
 
removeNode(Object) - Method in class org.javagroups.demos.wb.GraphPanel
 
removeNode(Object) - Method in class org.javagroups.demos.wb.Whiteboard
 
removeNotifier(DistributedHashtable.Notification) - Method in class org.javagroups.blocks.DistributedHashtable
 
removeProtocol(String) - Method in class org.javagroups.stack.Configurator
Removes a protocol from the stack.
removeProtocol(String) - Method in class org.javagroups.stack.ProtocolStack
Removes a protocol from the stack.
removeReplicatedTreeListener(ReplicatedTree.ReplicatedTreeListener) - Method in class org.javagroups.blocks.ReplicatedTree
 
removeStateTransferListener(ReplicatedHashtable.StateTransferListener) - Method in class org.javagroups.blocks.ReplicatedHashtable
 
removeTracer(String) - Static method in class org.javagroups.log.Trace
Removes the Tracer for the specified module.
removeViewListener(DistributedTree.ViewListener) - Method in class org.javagroups.blocks.DistributedTree
 
removeVoteListener(VotingListener) - Method in class org.javagroups.blocks.VotingAdapter
Removes voting listener.
RENEW_DENIED - Static variable in class org.javagroups.service.lease.DenyResponseHeader
 
RENEW_LEASE_REQUEST - Static variable in class org.javagroups.service.lease.LeaseRequestHeader
 
RENEW_LEASE_TYPE - Static variable in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
 
RENEW_LEASE_TYPE - Static variable in class org.javagroups.service.lease.LeaseInfoReplicationHeader
 
renewLease(Lease, long, boolean) - Method in interface org.javagroups.service.lease.LeaseFactory
Renew existing lease.
renewLease(Lease, long, boolean) - Method in class org.javagroups.service.lease.LeaseFactoryClient
Renew existing lease.
REP - Static variable in class org.javagroups.protocols.TOTAL.Header
Reply to broadcast request.
repaint() - Method in class org.javagroups.demos.wb.Whiteboard
 
REPEATABLE_READ - Static variable in class org.javagroups.blocks.Xid
Each read causes the data read to be copied to the private workspace, so subsequent reads always read the private data.
repl_mgr - Variable in class org.javagroups.blocks.TransactionalHashtable
 
replace(String, String, String) - Static method in class org.javagroups.conf.XmlConfigurator
 
ReplicatedHashtable - Class in org.javagroups.blocks
Provides the abstraction of a java.util.Hashtable that is replicated at several locations.
ReplicatedHashtable(String, ChannelFactory, ReplicatedHashtable.StateTransferListener, String, long) - Constructor for class org.javagroups.blocks.ReplicatedHashtable
Creates a ReplicatedHashtable
ReplicatedHashtable(String, ChannelFactory, String, long) - Constructor for class org.javagroups.blocks.ReplicatedHashtable
 
ReplicatedHashtable(JChannel, long) - Constructor for class org.javagroups.blocks.ReplicatedHashtable
 
ReplicatedHashtable(JChannel, ReplicatedHashtable.StateTransferListener, long) - Constructor for class org.javagroups.blocks.ReplicatedHashtable
 
ReplicatedHashtable.Notification - Interface in org.javagroups.blocks
 
ReplicatedHashtable.StateTransferListener - Interface in org.javagroups.blocks
 
ReplicatedTree - Class in org.javagroups.blocks
A tree-like structure that is replicated across several members.
ReplicatedTree(String, String, long) - Constructor for class org.javagroups.blocks.ReplicatedTree
Creates a channel with the given properties.
ReplicatedTree() - Constructor for class org.javagroups.blocks.ReplicatedTree
 
ReplicatedTree(JChannel) - Constructor for class org.javagroups.blocks.ReplicatedTree
Expects an already connected channel.
ReplicatedTree.Node - Class in org.javagroups.blocks
 
ReplicatedTree.ReplicatedTreeListener - Interface in org.javagroups.blocks
 
ReplicatedTreeDemo - Class in org.javagroups.demos
Graphical view of a ReplicatedTree
ReplicatedTreeDemo() - Constructor for class org.javagroups.demos.ReplicatedTreeDemo
 
ReplicationData - Class in org.javagroups.blocks
Class used for data exchange by ReplicationManager and ReplicationReceiver.
ReplicationData() - Constructor for class org.javagroups.blocks.ReplicationData
 
ReplicationData(int, byte[], Xid, byte[], long, long, boolean) - Constructor for class org.javagroups.blocks.ReplicationData
 
ReplicationManager - Class in org.javagroups.blocks
Class to propagate updates to a number of nodes in various ways: Asynchronous Synchronous Synchronous with locking
Note: This class is experimental as of Oct 2002
ReplicationManager(Channel, MessageListener, MembershipListener, ReplicationReceiver) - Constructor for class org.javagroups.blocks.ReplicationManager
Creates an instance of ReplicationManager on top of a Channel
ReplicationManager(PullPushAdapter, Serializable, MessageListener, MembershipListener, ReplicationReceiver) - Constructor for class org.javagroups.blocks.ReplicationManager
Creates an instance of ReplicationManager on top of a PullPushAdapter
ReplicationReceiver - Interface in org.javagroups.blocks
Implementation of this interface needs to register with ReplicationManager and will receive updates to be applied to its locally replicated data.
REQ - Static variable in class org.javagroups.blocks.RequestCorrelator.Header
 
REQ - Static variable in class org.javagroups.protocols.BSH.BshHeader
 
REQ - Static variable in class org.javagroups.protocols.TOTAL.Header
Request to broadcast by the source
req_handler - Variable in class org.javagroups.blocks.MessageDispatcher
 
req_id - Variable in class org.javagroups.blocks.GroupRequest
 
request_handler - Variable in class org.javagroups.blocks.RequestCorrelator
The handler for the incoming requests.
request_msg - Variable in class org.javagroups.blocks.GroupRequest
 
RequestCorrelator - Class in org.javagroups.blocks
Framework to send requests and receive matching responses (matching on request ID).
RequestCorrelator(String, Object, RequestHandler) - Constructor for class org.javagroups.blocks.RequestCorrelator
Constructor.
RequestCorrelator(String, Object, RequestHandler, Address) - Constructor for class org.javagroups.blocks.RequestCorrelator
 
RequestCorrelator(String, Object, RequestHandler, boolean) - Constructor for class org.javagroups.blocks.RequestCorrelator
Constructor.
RequestCorrelator(String, Object, RequestHandler, boolean, Address) - Constructor for class org.javagroups.blocks.RequestCorrelator
 
RequestCorrelator.Header - Class in org.javagroups.blocks
The header for RequestCorrelator messages
RequestCorrelator.Header() - Constructor for class org.javagroups.blocks.RequestCorrelator.Header
Used for externalization
RequestCorrelator.Header(int, long, boolean, String) - Constructor for class org.javagroups.blocks.RequestCorrelator.Header
 
requester - Variable in class org.javagroups.blocks.DistributedLockManager.LockDecree
 
requester - Variable in class org.javagroups.stack.StateTransferInfo
 
RequestHandler - Interface in org.javagroups.blocks
 
requestNewView(Hot_GroupContext) - Method in class org.javagroups.ensemble.Hot_Ensemble
Request a new view in the group specified by the Hot_GroupContext
requests - Variable in class org.javagroups.blocks.RequestCorrelator
The table of pending requests (keys=Long (request IDs), values=RequestEntry)
requestToString(int) - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
requiredDownServices() - Method in class org.javagroups.protocols.FLUSH
 
requiredDownServices() - Method in class org.javagroups.protocols.GMS
 
requiredDownServices() - Method in class org.javagroups.protocols.MERGE2
 
requiredDownServices() - Method in class org.javagroups.protocols.pbcast.GMS
 
requiredDownServices() - Method in class org.javagroups.protocols.pbcast.STABLE
 
requiredDownServices() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER
 
requiredDownServices() - Method in class org.javagroups.protocols.TOTAL
 
requiredDownServices() - Method in class org.javagroups.stack.Protocol
List of events that are required to be answered by some layer below.
requiredUpServices() - Method in class org.javagroups.protocols.STABLE
The events expected to be handled from some layer above: GET_MSGS_RECEIVED: NAKACK layer
requiredUpServices() - Method in class org.javagroups.protocols.STATE_TRANSFER
 
requiredUpServices() - Method in class org.javagroups.protocols.TOTAL
 
requiredUpServices() - Method in class org.javagroups.stack.Protocol
List of events that are required to be answered by some layer above.
reset() - Method in class org.javagroups.blocks.DistributedQueue
 
reset(Message, int, long) - Method in class org.javagroups.blocks.GroupRequest
Resets the group request, so it can be reused for another execution.
reset(Message, Vector, int, long, int) - Method in class org.javagroups.blocks.GroupRequest
 
reset(Vector) - Method in class org.javagroups.blocks.GroupRequest
This method sets the membership variable to the value of members.
reset() - Method in class org.javagroups.Message
Nulls all fields of this message so that the message can be reused.
reset() - Method in class org.javagroups.protocols.DUMMY
Just remove if you don't need to reset any state
reset() - Method in class org.javagroups.protocols.ENCRYPT1_4
Just remove if you don't need to reset any state
reset() - Method in class org.javagroups.protocols.EXAMPLE
Just remove if you don't need to reset any state
reset() - Method in class org.javagroups.protocols.FRAG
Just remove if you don't need to reset any state
reset() - Method in class org.javagroups.protocols.LOSS
Just remove if you don't need to reset any state
reset() - Method in class org.javagroups.protocols.PARTITIONER
Just remove if you don't need to reset any state
reset(int) - Method in class org.javagroups.protocols.pbcast.Digest
 
reset() - Method in class org.javagroups.protocols.PRINTOBJS
 
reset() - Method in class org.javagroups.protocols.TOTAL_OLD
Just remove if you don't need to reset any state
reset() - Method in class org.javagroups.protocols.VectorTime
Resets all the values in this vector clock to 0
reset() - Method in class org.javagroups.stack.AckMcastReceiverWindow
 
reset() - Method in class org.javagroups.stack.AckMcastSenderWindow
Remove all pending msgs from the hashtable.
reset() - Method in class org.javagroups.stack.AckReceiverWindow
 
reset() - Method in class org.javagroups.stack.AckSenderWindow
 
reset() - Method in class org.javagroups.stack.Interval
 
reset() - Method in class org.javagroups.stack.NakReceiverWindow
Reset the retransmitter and the nak window
reset() - Method in class org.javagroups.stack.Retransmitter
Reset the retransmitter: clear all msgs and cancel all the respective tasks
reset() - Method in class org.javagroups.util.LinkedListQueue
resets the queue.
reset() - Method in class org.javagroups.util.Promise
Causes all waiting threads to return
reset() - Method in class org.javagroups.util.Queue
resets the queue.
reset() - Method in class org.javagroups.util.RspList
 
resetAt(int) - Method in class org.javagroups.protocols.pbcast.Digest
Resets the seqnos for the sender at 'index' to 0.
resolveEntity(String, String) - Method in class org.javagroups.conf.ClassPathEntityResolver
 
RESOURCE_SWITCH - Static variable in class org.javagroups.service.ServiceRunner
 
restoreDefaultOutput() - Static method in class org.javagroups.log.Trace
Sets the default output back to its original value, STDOUT.
result - Variable in class org.javagroups.protocols.FlushRsp
 
resume() - Method in class org.javagroups.util.ReusableThread
Resumes the thread.
resumed(Runnable) - Method in interface org.javagroups.util.SchedulerListener
 
retransmit(long, long, Address) - Method in class org.javagroups.protocols.pbcast.NAKACK
Implementation of Retransmitter.RetransmitCommand.
retransmit(long, Message, Address) - Method in class org.javagroups.protocols.SMACK
 
retransmit(long, Message) - Method in class org.javagroups.protocols.UNICAST
Called by AckSenderWindow to resend messages for which no ACK has been received yet
retransmit(long, Message, Address) - Method in interface org.javagroups.stack.AckMcastSenderWindow.RetransmitCommand
Retranmit the given msg
retransmit(long, long, Address) - Method in class org.javagroups.stack.AckSenderWindow
 
retransmit(long, Message) - Method in interface org.javagroups.stack.AckSenderWindow.RetransmitCommand
 
retransmit(long, long, Address) - Method in interface org.javagroups.stack.Retransmitter.RetransmitCommand
Get the missing messages between sequence numbers first_seqno and last_seqno.
RETRANSMIT_MSG - Static variable in class org.javagroups.protocols.NakAckHeader
 
Retransmitter - Class in org.javagroups.stack
Maintains a pool of sequence numbers of messages that need to be retransmitted.
Retransmitter(Address, Retransmitter.RetransmitCommand, TimeScheduler) - Constructor for class org.javagroups.stack.Retransmitter
Create a new Retransmitter associated with the given sender address
Retransmitter(Address, Retransmitter.RetransmitCommand) - Constructor for class org.javagroups.stack.Retransmitter
Create a new Retransmitter associated with the given sender address
Retransmitter.RetransmitCommand - Interface in org.javagroups.stack
Retransmit command (see Gamma et al.) used to retrieve missing messages
retrieveAll() - Method in class org.javagroups.persistence.DBPersistenceManager
Used to retrieve the persisted map back to its last known state
retrieveAll() - Method in class org.javagroups.persistence.FilePersistenceManager
Gives back the Map in last known state
retrieveAll() - Method in interface org.javagroups.persistence.PersistenceManager
Gives back the Map in last known state
returnState(byte[]) - Method in class org.javagroups.Channel
Called by the application is response to receiving a getState() object when calling receive().
returnState(byte[]) - Method in class org.javagroups.EnsChannel
 
returnState(byte[]) - Method in class org.javagroups.JChannel
Called by the application is response to receiving a getState() object when calling receive().
When the application receives a getState() message on the receive() method, it should call returnState() to reply with the state of the application
ReusableThread - Class in org.javagroups.util
Reusable thread class.
ReusableThread() - Constructor for class org.javagroups.util.ReusableThread
 
ReusableThread(String) - Constructor for class org.javagroups.util.ReusableThread
 
RingNode - Interface in org.javagroups.protocols.ring
 
RingNodeFlowControl - Class in org.javagroups.protocols.ring
 
RingNodeFlowControl(int, float, int, float) - Constructor for class org.javagroups.protocols.ring.RingNodeFlowControl
 
RingNodeFlowControl() - Constructor for class org.javagroups.protocols.ring.RingNodeFlowControl
 
RingToken - Class in org.javagroups.protocols.ring
 
RingToken() - Constructor for class org.javagroups.protocols.ring.RingToken
 
RingToken(int) - Constructor for class org.javagroups.protocols.ring.RingToken
 
ROLLBACK - Static variable in class org.javagroups.blocks.ReplicationData
 
rollback(Xid) - Method in class org.javagroups.blocks.ReplicationManager
Discards all modifications sent to the receivers via send and releases all locks associated with this transaction.
rollback(Xid) - Method in interface org.javagroups.blocks.ReplicationReceiver
Discard all modifications and release all locks.
rollback(Xid) - Method in class org.javagroups.blocks.TransactionalHashtable
 
rollback() - Method in class org.javagroups.blocks.TransactionalHashtable
Discards all changes done within the current transaction.
Router - Class in org.javagroups.stack
Router for TCP based group comunication (using layer TCP instead of UDP).
Router(int) - Constructor for class org.javagroups.stack.Router
 
Router(int, InetAddress) - Constructor for class org.javagroups.stack.Router
 
RouterStub - Class in org.javagroups.stack
 
RouterStub(String, int) - Constructor for class org.javagroups.stack.RouterStub
Creates a stub for a remote Router object.
row_locks - Variable in class org.javagroups.blocks.TransactionalHashtable
 
RpcDispatcher - Class in org.javagroups.blocks
Dispatches and receives remote group method calls.
RpcDispatcher(Channel, MessageListener, MembershipListener, Object) - Constructor for class org.javagroups.blocks.RpcDispatcher
 
RpcDispatcher(Channel, MessageListener, MembershipListener, Object, boolean) - Constructor for class org.javagroups.blocks.RpcDispatcher
 
RpcDispatcher(PullPushAdapter, Serializable, MessageListener, MembershipListener, Object) - Constructor for class org.javagroups.blocks.RpcDispatcher
 
RpcDispatcher.Marshaller - Interface in org.javagroups.blocks
 
RpcProtocol - Class in org.javagroups.stack
Base class for group RMC peer protocols.
RpcProtocol() - Constructor for class org.javagroups.stack.RpcProtocol
 
RpcProtocolEXAMPLE - Class in org.javagroups.protocols
 
RpcProtocolEXAMPLE() - Constructor for class org.javagroups.protocols.RpcProtocolEXAMPLE
 
rrror(String) - Method in class org.javagroups.demos.TotalOrder
 
RSP - Static variable in class org.javagroups.blocks.RequestCorrelator.Header
 
RSP - Static variable in class org.javagroups.protocols.BSH.BshHeader
 
Rsp - Class in org.javagroups.util
class that represents a response from a communication
rsp_expected - Variable in class org.javagroups.blocks.RequestCorrelator.Header
msg is synchronous if true
rsp_mode - Variable in class org.javagroups.blocks.GroupRequest
 
rsp_mutex - Variable in class org.javagroups.blocks.GroupRequest
 
RspCollector - Interface in org.javagroups.blocks
 
RspList - Class in org.javagroups.util
Contains responses from all members.
RspList() - Constructor for class org.javagroups.util.RspList
 
run() - Method in class org.javagroups.blocks.ConnectionTable
Acceptor thread.
run() - Method in class org.javagroups.blocks.ConnectionTable1_4
Acceptor thread.
run() - Method in class org.javagroups.blocks.Link
Receiver thread main loop.
run() - Method in class org.javagroups.blocks.PullPushAdapter
Reentrant run(): message reception is serialized, then the listener is notified of the message reception
run() - Method in class org.javagroups.blocks.ReplicatedTree
Request handler thread
run() - Method in class org.javagroups.demos.applets.DrawApplet
 
run() - Method in class org.javagroups.demos.CausalDemo
 
run() - Method in class org.javagroups.demos.DrawRepl
 
run() - Method in class org.javagroups.demos.Gossip
 
run() - Method in class org.javagroups.demos.TotalTokenDemo
 
run() - Method in class org.javagroups.ensemble.Hot_Ensemble
Mainloop of the process
run() - Method in class org.javagroups.protocols.FD_PROB
Loop while more than 1 member available.
run() - Method in class org.javagroups.protocols.FD_SOCK
Runs as long as there are 2 members and more.
run() - Method in class org.javagroups.protocols.FLOW_CONTROL
FCInfo request must be submitted in a different thread.
run() - Method in class org.javagroups.protocols.GMS
 
run() - Method in class org.javagroups.protocols.MERGE
If IP multicast: periodically mcast a HELLO message If gossiping: periodically retrieve the membership.
run() - Method in class org.javagroups.protocols.pbcast.FD
 
run() - Method in class org.javagroups.protocols.pbcast.PBCAST
Gossip thread.
run() - Method in class org.javagroups.protocols.SHUFFLE
Removes a random chosen message from the messages List<\code> if there are less than 10 messages in the List it waits some time to ensure to chose from a set of messages > 1.
run() - Method in class org.javagroups.protocols.TUNNEL
 
run() - Method in class org.javagroups.protocols.UDP
 
run() - Method in class org.javagroups.protocols.UDP.UcastReceiver
 
run() - Method in class org.javagroups.protocols.VERIFY_SUSPECT
Will be started when a suspect is added to the suspects hashtable.
run() - Method in class org.javagroups.stack.GossipServer
 
run() - Method in class org.javagroups.util.ReusableThread
Delicate piece of code (means very important :-)).
run() - Method in class org.javagroups.util.Scheduler
 
run() - Method in interface org.javagroups.util.TimeScheduler.Task
Execute the task
runThread - Variable in class org.javagroups.service.AbstractService
 
RWLock - Class in org.javagroups.util
Lock allowing multiple reads or a single write.
RWLock() - Constructor for class org.javagroups.util.RWLock
 
RWLock.BlockException - Exception in org.javagroups.util
Exception thrown when a lock request would block the caller
RWLock.BlockException() - Constructor for exception org.javagroups.util.RWLock.BlockException
 
RWLock.BlockException(String) - Constructor for exception org.javagroups.util.RWLock.BlockException
 
RWLock.IntException - Exception in org.javagroups.util
Interrupted exception wrapped in a RuntimeException
RWLock.IntException() - Constructor for exception org.javagroups.util.RWLock.IntException
 
RWLock.IntException(String) - Constructor for exception org.javagroups.util.RWLock.IntException
 

S

sAddrCache - Static variable in class org.javagroups.stack.IpAddress
 
sameHost(Address, Address) - Static method in class org.javagroups.util.Util
Checks whether 2 Addresses are on the same host
sanityCheck(Vector) - Method in class org.javagroups.stack.Configurator
Throws an exception if sanity check fails.
save(Serializable, Serializable) - Method in class org.javagroups.persistence.DBPersistenceManager
Save new NV pair as serializable objects or if already exist; store new state
save(Serializable, Serializable) - Method in class org.javagroups.persistence.FilePersistenceManager
Save new NV pair as serializable objects or if already exist; store new state
save(Serializable, Serializable) - Method in interface org.javagroups.persistence.PersistenceManager
Save new NV pair as serializable objects or if already exist; store new state
saveAll(Map) - Method in class org.javagroups.persistence.DBPersistenceManager
Used to save all row entries for the map in to DB
saveAll(Map) - Method in class org.javagroups.persistence.FilePersistenceManager
Use to store a complete map into persistent state
saveAll(Map) - Method in interface org.javagroups.persistence.PersistenceManager
Use to store a complete map into persistent state
saveState() - Method in class org.javagroups.demos.wb.GraphPanel
 
scheduler - Variable in class org.javagroups.blocks.RequestCorrelator
The dispatching thread pool
Scheduler - Class in org.javagroups.util
Implementation of a priority scheduler.
Scheduler() - Constructor for class org.javagroups.util.Scheduler
 
Scheduler(int) - Constructor for class org.javagroups.util.Scheduler
 
Scheduler(int, boolean) - Constructor for class org.javagroups.util.Scheduler
 
Scheduler.Task - Class in org.javagroups.util
 
SchedulerListener - Interface in org.javagroups.util
 
send(Message) - Method in class org.javagroups.blocks.ConnectionTable
Sends a message to a unicast destination.
send(Message) - Method in class org.javagroups.blocks.ConnectionTable1_4
Sends a message to a unicast destination.
send(byte[]) - Method in class org.javagroups.blocks.Link
Tries to send buffer across out socket.
send(byte[]) - Method in class org.javagroups.blocks.LogicalLink
Send a message to the other side
send(Message) - Method in class org.javagroups.blocks.MessageDispatcher
 
send(Serializable, Message) - Method in class org.javagroups.blocks.PullPushAdapter
 
send(Message) - Method in class org.javagroups.blocks.PullPushAdapter
 
SEND - Static variable in class org.javagroups.blocks.ReplicationData
 
send(Address, byte[], boolean, long, Xid, byte[], long, long, boolean) - Method in class org.javagroups.blocks.ReplicationManager
Sends a request to all members of the group.
send(Message) - Method in class org.javagroups.Channel
Sends a message to a (unicast) destination.
send(Address, Address, Serializable) - Method in class org.javagroups.Channel
Helper method.
send(Message) - Method in class org.javagroups.EnsChannel
 
send(Address, Address, Serializable) - Method in class org.javagroups.EnsChannel
 
send(Hot_GroupContext, Hot_Endpoint, Hot_Message, int[]) - Method in class org.javagroups.ensemble.Hot_Ensemble
Send a Hot_Message to member specified by the Hot_Endpoint in the group specified by the Hot_GroupContext
send(Message) - Method in class org.javagroups.JChannel
implementation of the Transport interface.
Sends a message through the protocol stack
send(Address, Address, Serializable) - Method in class org.javagroups.JChannel
creates a new message with the destination address, and the source address and the object as the message value
send(Message) - Method in class org.javagroups.stack.ProtocolStack
 
send(Message, String) - Method in class org.javagroups.stack.RouterStub
Sends a message to the router.
send(Message) - Method in interface org.javagroups.Transport
 
sendClearPanelMsg() - Method in class org.javagroups.demos.applets.DrawApplet
 
sendClearPanelMsg() - Method in class org.javagroups.demos.Draw
 
sendClearPanelMsg() - Method in class org.javagroups.demos.Draw2Channels
 
sendClearPanelMsg() - Method in class org.javagroups.demos.Gossip
 
SendDialog - Class in org.javagroups.demos.wb
 
SendDialog(Frame, Node, String, RpcDispatcher, String) - Constructor for class org.javagroups.demos.wb.SendDialog
 
senderAt(int) - Method in class org.javagroups.protocols.pbcast.Digest
 
sendMessage(Message, int, long) - Method in class org.javagroups.blocks.MessageDispatcher
Sends a message to a single member (destination = msg.dest) and returns the response.
sendMessage(Message, int, long) - Method in class org.javagroups.blocks.RpcDispatcher
 
sendMessage(Message) - Method in class org.javagroups.protocols.JMS
Publish message in the JMS topic.
sendMessage(Message, int, long) - Method in class org.javagroups.stack.MessageProtocol
Sends a message to a single member (destination = msg.dest) and returns the response.
sendNotification(Serializable) - Method in class org.javagroups.blocks.NotificationBus
Pack the argument in a Info, serialize that one into the message buffer and send the message
sendRequest(long, Message, RspCollector) - Method in class org.javagroups.blocks.RequestCorrelator
Helper method for RequestCorrelator.sendRequest(long,List,Message,RspCollector).
sendRequest(long, List, Message, RspCollector) - Method in class org.javagroups.blocks.RequestCorrelator
Send a request to a group.
sendRequest(Address) - Method in class org.javagroups.protocols.DEADLOCK
 
SEPARATOR - Static variable in class org.javagroups.blocks.ReplicatedTree
 
seq_id - Variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
seq_id for TOTAL_BCAST messages, seq_id is used to determine the order of messages in the view.
seqID - Variable in class org.javagroups.protocols.TOTAL.Header
The ID imposing the total order of messages
SERIALIZABLE - Static variable in class org.javagroups.blocks.Xid
Reads and writes require locks.
server_obj - Variable in class org.javagroups.blocks.RpcDispatcher
 
SERVICE_CHANNEL_STACK - Static variable in class org.javagroups.service.ServiceRunner
 
SERVICE_CLASS - Static variable in class org.javagroups.service.ServiceRunner
 
SERVICE_GROUP_NAME - Static variable in class org.javagroups.service.ServiceRunner
 
serviceAdapter - Variable in class org.javagroups.service.AbstractService
 
serviceChannel - Variable in class org.javagroups.service.AbstractService
 
ServiceRunner - Class in org.javagroups.service
ServiceRunner is utility class that runs services in standalone mode.
ServiceRunner() - Constructor for class org.javagroups.service.ServiceRunner
 
set(String, Serializable) - Method in class org.javagroups.blocks.DistributedTree
 
set(Vector) - Method in class org.javagroups.Membership
Clear the membership and adds all members of v This method will clear out all the old members of this membership by invoking the Clear method.
set(Membership) - Method in class org.javagroups.Membership
Clear the membership and adds all members of v This method will clear out all the old members of this membership by invoking the Clear method.
SET_DIGEST - Static variable in class org.javagroups.Event
 
SET_LOCAL_ADDRESS - Static variable in class org.javagroups.Event
 
SET_PARTITIONS - Static variable in class org.javagroups.Event
 
SET_PID - Static variable in class org.javagroups.Event
 
setAdditionalData(byte[]) - Method in class org.javagroups.stack.IpAddress
Sets the additional_data.
setAddress(String) - Method in class org.javagroups.protocols.JMS.JMSAddress
Set the node address.
setAllReceivedUpto(long) - Method in class org.javagroups.protocols.ring.RingToken
 
setArg(int, Object) - Method in class org.javagroups.blocks.MethodCall
Sets the argument at index to arg.
setArg(Object) - Method in class org.javagroups.Event
 
setAruId(Address) - Method in class org.javagroups.protocols.ring.RingToken
 
setAutoCommit(boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
 
setAutoFlush(String, boolean) - Static method in class org.javagroups.log.Trace
Sets the auto-flush flag for the specified module's output.
setAutoFlush(boolean) - Method in class org.javagroups.log.Tracer
Sets the auto-flush flag.
setAutoFlushAll(boolean) - Static method in class org.javagroups.log.Trace
Sets the auto-flush flag for all outputs.
setAutoFlushDefault(boolean) - Static method in class org.javagroups.log.Trace
Sets the auto-flush flag for the current default output.
setAutoFlushForAllStderrs(boolean) - Static method in class org.javagroups.log.Trace
 
setAutoFlushForAllStdouts(boolean) - Static method in class org.javagroups.log.Trace
 
setBacklog(int) - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
setBuffer(byte[]) - Method in class org.javagroups.Message
 
setBytes(byte[]) - Method in class org.javagroups.ensemble.Hot_Buffer
 
setBytes(byte[]) - Method in class org.javagroups.ensemble.Hot_ObjectMessage
Interprets the bytes as a serialized object and sets the contained reference to the unserialized version of the serialized object
setChannel(JChannel) - Method in class org.javagroups.debug.Debugger
 
setChannelListener(ChannelListener) - Method in class org.javagroups.Channel
Allows to be notified when a channel event such as connect, disconnect or close occurs.
setConsumer(NotificationBus.Consumer) - Method in class org.javagroups.blocks.NotificationBus
 
setDeadlockDetection(boolean) - Method in class org.javagroups.blocks.MessageDispatcher
 
setDeadlockDetection(boolean) - Method in class org.javagroups.blocks.RequestCorrelator
Switch the deadlock detection mechanism on/off
setDebug(boolean) - Method in class org.javagroups.ensemble.Hot_Ensemble
Set whether or not to display lots of debug information.
setDecree(Object) - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
setDefaultOutput(int, String) - Static method in class org.javagroups.log.Trace
Sets the default output to the specified file and trace level.
setDefaultOutput(String) - Static method in class org.javagroups.log.Trace
Sets the default output to the specified file.
setDefaultOutput(int, PrintStream) - Static method in class org.javagroups.log.Trace
Sets the default output to the specified PrintStream and trace level.
setDefaultOutput(PrintStream) - Static method in class org.javagroups.log.Trace
Sets the default output to the specified PrintStream.
setDefaultOutput(int, PrintWriter) - Static method in class org.javagroups.log.Trace
Sets the default output to the specified PrintWriter and trace level.
setDefaultOutput(PrintWriter) - Static method in class org.javagroups.log.Trace
Sets the default output to the specified PrintWriter.
setDefaultOutput(int, String, int) - Static method in class org.javagroups.log.Trace
Sets the default output to the socket at host on port with the given trace level.
setDefaultOutput(String, int) - Static method in class org.javagroups.log.Trace
Sets the default output to the socket at host on port.
setDefaultOutput(int, InetAddress, int) - Static method in class org.javagroups.log.Trace
Sets the default output to the socket at addr on port at the specified trace level.
setDefaultOutput(InetAddress, int) - Static method in class org.javagroups.log.Trace
Sets the default output to the socket at addr on port.
setDefaultSyncRepl(boolean) - Method in class org.javagroups.blocks.TransactionalHashtable
Sets the default replication mode.
setDefaultSyncReplTimeout(long) - Method in class org.javagroups.blocks.TransactionalHashtable
 
setDest(Address) - Method in class org.javagroups.Message
 
setDigest(Digest) - Method in class org.javagroups.protocols.pbcast.GMS
Send down a SET_DIGEST event
setDigest(Digest) - Method in class org.javagroups.protocols.pbcast.MergeData
 
setDone(String, int) - Method in class org.javagroups.protocols.PerfHeader
 
setDownProtocol(Protocol) - Method in class org.javagroups.stack.Protocol
 
setEndTime() - Method in class org.javagroups.protocols.PerfHeader
 
setFilename(String) - Method in class org.javagroups.conf.MagicNumberReader
 
setFilename(String) - Static method in class org.javagroups.debug.Profiler
 
setHighestSequence(long) - Method in class org.javagroups.protocols.ring.RingToken
 
setHighSeqnoAt(int, long) - Method in class org.javagroups.protocols.pbcast.Digest
 
setHighSeqnoAt(Address, long) - Method in class org.javagroups.protocols.pbcast.Digest
 
setHighSeqnoSeenAt(int, long) - Method in class org.javagroups.protocols.pbcast.Digest
 
setHighSeqnoSeenAt(Address, long) - Method in class org.javagroups.protocols.pbcast.Digest
 
setIdentifier(String) - Static method in class org.javagroups.log.Trace
 
setImpl(GmsImpl) - Method in class org.javagroups.protocols.GMS
 
setImpl(GmsImpl) - Method in class org.javagroups.protocols.pbcast.GMS
 
setLevel(int) - Method in class org.javagroups.log.Tracer
Sets the trace level.
setListener(MessageListener) - Method in class org.javagroups.blocks.PullPushAdapter
 
setListener(SchedulerListener) - Method in class org.javagroups.util.Scheduler
 
setLocalAddress(Address) - Method in class org.javagroups.blocks.RequestCorrelator
 
setLockAcquisitionTimeout(long) - Method in class org.javagroups.blocks.TransactionalHashtable
 
setLockLeaseTimeout(long) - Method in class org.javagroups.blocks.TransactionalHashtable
 
setLowSeqnoAt(int, long) - Method in class org.javagroups.protocols.pbcast.Digest
 
setMarshaller(RpcDispatcher.Marshaller) - Method in class org.javagroups.blocks.RpcDispatcher
 
setMembershipListener(MembershipListener) - Method in class org.javagroups.blocks.MessageDispatcher
 
setMembershipListener(MembershipListener) - Method in class org.javagroups.blocks.PullPushAdapter
Deprecated. Use PullPushAdapter.addMembershipListener(org.javagroups.MembershipListener)
setMembershipListener(MembershipListener) - Method in class org.javagroups.blocks.ReplicationManager
 
setMembershipListener(MembershipListener) - Method in class org.javagroups.blocks.TransactionalHashtable
 
setMessageListener(MessageListener) - Method in class org.javagroups.blocks.MessageDispatcher
 
setMessageListener(MessageListener) - Method in class org.javagroups.service.AbstractService
Set message listener for service message channel.
setMethodLookup(MethodLookup) - Method in class org.javagroups.blocks.RpcDispatcher
 
setName(String) - Method in class org.javagroups.blocks.MethodCall
sets the name for this MethodCall and allowing you to reuse the same object for a different method invokation of a different method
setNetworkReceived() - Method in class org.javagroups.protocols.PerfHeader
 
setNetworkSent() - Method in class org.javagroups.protocols.PerfHeader
 
setNumArgs(int) - Method in class org.javagroups.blocks.MethodCall
Allocates an array for a given number of arguments.
setObject(Object) - Method in class org.javagroups.ensemble.Hot_ObjectMessage
Set the contained Object
setObject(Serializable) - Method in class org.javagroups.Message
 
setObserver(QUEUE.Observer) - Method in class org.javagroups.protocols.QUEUE
Only 1 observer is allowed.
setObserver(ProtocolObserver) - Method in class org.javagroups.stack.Protocol
 
setOpt(int, Object) - Method in class org.javagroups.Channel
Sets an option.
setOpt(int, Object) - Method in class org.javagroups.EnsChannel
 
setOpt(int, Object) - Method in class org.javagroups.JChannel
sets a channel option the options can be either
setOutboardPort(int) - Method in class org.javagroups.EnsChannelFactory
 
setOutput(String, int) - Static method in class org.javagroups.log.Trace
Changes the trace level for module.
setOutput(String, int, String) - Static method in class org.javagroups.log.Trace
Sends a module's output to the specified file.
setOutput(String, int, PrintStream) - Static method in class org.javagroups.log.Trace
Sends a module's output to the specified PrintStream.
setOutput(String, int, PrintWriter) - Static method in class org.javagroups.log.Trace
Sends a module's output to the specified PrintWriter.
setOutput(String, int, String, int) - Static method in class org.javagroups.log.Trace
Sends a module's output to the socket at host on port.
setOutput(String, int, InetAddress, int) - Static method in class org.javagroups.log.Trace
Sends a module's output to the socket at addr on port.
setPersistent(boolean) - Method in class org.javagroups.blocks.DistributedHashtable
 
setPreviousBacklog() - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
setProperties(Properties) - Method in class org.javagroups.protocols.AUTOCONF
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.BSH
 
setProperties(Properties) - Method in class org.javagroups.protocols.DELAY
 
setProperties(Properties) - Method in class org.javagroups.protocols.DISCARD
 
setProperties(Properties) - Method in class org.javagroups.protocols.ENCRYPT1_4
 
setProperties(Properties) - Method in class org.javagroups.protocols.FC
 
setProperties(Properties) - Method in class org.javagroups.protocols.FD
 
setProperties(Properties) - Method in class org.javagroups.protocols.FD_PID
 
setProperties(Properties) - Method in class org.javagroups.protocols.FD_PROB
 
setProperties(Properties) - Method in class org.javagroups.protocols.FD_SIMPLE
 
setProperties(Properties) - Method in class org.javagroups.protocols.FD_SOCK
 
setProperties(Properties) - Method in class org.javagroups.protocols.FLOW_CONTROL
Following parameters can be optionally supplied: window size cap - int Limits the window size to a reasonable value.
setProperties(Properties) - Method in class org.javagroups.protocols.FLUSH
 
setProperties(Properties) - Method in class org.javagroups.protocols.FRAG
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.GMS
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.JMS
Set protocol properties.
setProperties(Properties) - Method in class org.javagroups.protocols.LOOPBACK
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.MERGE
 
setProperties(Properties) - Method in class org.javagroups.protocols.MERGE2
 
setProperties(Properties) - Method in class org.javagroups.protocols.MERGEFAST
 
setProperties(Properties) - Method in class org.javagroups.protocols.NAKACK
 
setProperties(Properties) - Method in class org.javagroups.protocols.PARTITIONER
 
setProperties(Properties) - Method in class org.javagroups.protocols.pbcast.FD
 
setProperties(Properties) - Method in class org.javagroups.protocols.pbcast.GMS
Setup the Protocol instance according to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.pbcast.NAKACK
 
setProperties(Properties) - Method in class org.javagroups.protocols.pbcast.PBCAST
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.pbcast.STABLE
 
setProperties(Properties) - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER
 
setProperties(Properties) - Method in class org.javagroups.protocols.PERF
 
setProperties(Properties) - Method in class org.javagroups.protocols.PIGGYBACK
 
setProperties(Properties) - Method in class org.javagroups.protocols.PING
sets the properties of the PING protocol.
setProperties(Properties) - Method in class org.javagroups.protocols.QUEUE
 
setProperties(Properties) - Method in class org.javagroups.protocols.SHUFFLE
 
setProperties(Properties) - Method in class org.javagroups.protocols.SIZE
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.SMACK
 
setProperties(Properties) - Method in class org.javagroups.protocols.STABLE
Set the parameters for this layer.
setProperties(Properties) - Method in class org.javagroups.protocols.STATE_TRANSFER
 
setProperties(Properties) - Method in class org.javagroups.protocols.TCP
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.TCPGOSSIP
 
setProperties(Properties) - Method in class org.javagroups.protocols.TCPPING
 
setProperties(Properties) - Method in class org.javagroups.protocols.TOTAL
 
setProperties(Properties) - Method in class org.javagroups.protocols.TOTAL_OLD
 
setProperties(Properties) - Method in class org.javagroups.protocols.TOTAL_TOKEN
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.TUNNEL
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.protocols.UDP
Setup the Protocol instance acording to the configuration string The following properties are being read by the UDP protocol param mcast_addr - the multicast address to use default is 224.0.0.200 param mcast_port - (int) the port that the multicast is sent on default is 7500 param ip_mcast - (boolean) flag whether to use IP multicast - default is true param ip_ttl - Set the default time-to-live for multicast packets sent out on this socket.
setProperties(Properties) - Method in class org.javagroups.protocols.UNICAST
 
setProperties(Properties) - Method in class org.javagroups.protocols.VERIFY_SUSPECT
 
setProperties(Properties) - Method in class org.javagroups.protocols.VIEW_ENFORCER
 
setProperties(Properties) - Method in class org.javagroups.protocols.WANPING
 
setProperties(Properties) - Method in class org.javagroups.protocols.WANPIPE
Setup the Protocol instance acording to the configuration string
setProperties(Properties) - Method in class org.javagroups.stack.Protocol
Configures the protocol initially.
setPropertiesInternal(Properties) - Method in class org.javagroups.stack.Protocol
Called by Configurator.
setProtocol(Protocol) - Method in class org.javagroups.debug.ProtocolView
 
setProtocol(Protocol) - Method in interface org.javagroups.stack.ProtocolObserver
Called when a ProtocolObserver is attached to a protcol.
setProtocolStack(ProtocolStack) - Method in class org.javagroups.stack.Protocol
 
setQuote(String, Float) - Method in class org.javagroups.demos.QuoteServer
 
setReceived(String, int) - Method in class org.javagroups.protocols.PerfHeader
 
setReceiver(ConnectionTable.Receiver) - Method in class org.javagroups.blocks.ConnectionTable
 
setReceiver(ConnectionTable1_4.Receiver) - Method in class org.javagroups.blocks.ConnectionTable1_4
 
setReceiver(Link.Receiver) - Method in class org.javagroups.blocks.Link
 
setReceiver(LogicalLink.Receiver) - Method in class org.javagroups.blocks.LogicalLink
 
setRemoteCalls(boolean) - Method in class org.javagroups.blocks.ReplicatedTree
 
setReplicationReceiver(ReplicationReceiver) - Method in class org.javagroups.blocks.ReplicationManager
 
setRequestHandler(RequestHandler) - Method in class org.javagroups.blocks.MessageDispatcher
 
setRequestHandler(RequestHandler) - Method in class org.javagroups.blocks.RequestCorrelator
???
setResult(Object) - Method in class org.javagroups.util.Promise
Sets the result and notifies any threads waiting for it
setRetransmitTimeouts(long[]) - Method in class org.javagroups.stack.NakReceiverWindow
 
setRetransmitTimeouts(long[]) - Method in class org.javagroups.stack.Retransmitter
 
setRootNode(ReplicatedTree.Node) - Method in class org.javagroups.blocks.ReplicatedTree
 
setSrc(Address) - Method in class org.javagroups.Message
 
setState(byte[]) - Method in class org.javagroups.blocks.DistributedHashtable
 
setState(byte[]) - Method in class org.javagroups.blocks.DistributedQueue
 
setState(byte[]) - Method in class org.javagroups.blocks.DistributedTree
 
setState(byte[]) - Method in class org.javagroups.blocks.MessageListenerAdapter
Set state of ths group.
setState(byte[]) - Method in class org.javagroups.blocks.NotificationBus
 
setState(byte[]) - Method in class org.javagroups.blocks.ReplicatedHashtable
 
setState(byte[]) - Method in class org.javagroups.blocks.ReplicatedTree
Set the cache (tree) to this value
setState(byte[]) - Method in class org.javagroups.blocks.TransactionalHashtable
TODO: use write lock on entire hashmap to set state
setState(byte[]) - Method in class org.javagroups.blocks.VotingAdapter
Set the channel state.
setState(byte[]) - Method in class org.javagroups.demos.Chat
 
setState(byte[]) - Method in class org.javagroups.demos.QuoteServer
 
setState(Vector) - Method in class org.javagroups.demos.Topology
 
setState(byte[]) - Method in class org.javagroups.demos.wb.GraphPanel
 
setState(byte[]) - Method in class org.javagroups.demos.wb.Whiteboard
 
setState(byte[]) - Method in interface org.javagroups.MessageListener
 
SetStateEvent - Class in org.javagroups
Encapsulates a state returned by Channel.receive(), as requested by Channel.getState(s) previously.
SetStateEvent(byte[]) - Constructor for class org.javagroups.SetStateEvent
 
setStateListener(MessageListener) - Method in class org.javagroups.blocks.MessageListenerAdapter
Register listener for state notification events.
setTimestampFormat(String) - Static method in class org.javagroups.log.Trace
Set the timestamp format.
setTimestampFormat(String) - Static method in class org.javagroups.log.Tracer
Set the timestamp format.
setTrace(boolean) - Method in class org.javagroups.blocks.Link
 
setTrace(boolean) - Static method in class org.javagroups.log.Trace
 
setTransactionMode(int) - Method in class org.javagroups.blocks.TransactionalHashtable
 
setTransport(String) - Method in class org.javagroups.EnsChannelFactory
 
setType(int) - Method in class org.javagroups.Event
 
setType(int) - Method in class org.javagroups.protocols.ring.RingToken
 
setup() - Method in class org.javagroups.stack.ProtocolStack
 
setUpHandler(UpHandler) - Method in class org.javagroups.Channel
When up_handler is set, all events will be passed to it directly.
setUpProtocol(Protocol) - Method in class org.javagroups.stack.Protocol
 
setupProtocolStack(String, ProtocolStack) - Method in class org.javagroups.stack.Configurator
The configuration string has a number of entries, separated by a ':' (colon).
setVersion(byte[]) - Static method in class org.javagroups.Version
Don't use this method; used by unit testing only.
setView(View) - Method in class org.javagroups.protocols.pbcast.MergeData
 
setVisible(boolean) - Method in class org.javagroups.demos.DistributedTreeDemo
 
setWindowSize(int) - Method in class org.javagroups.protocols.ring.RingToken
 
setWindowSize(int, int) - Method in class org.javagroups.stack.AckSenderWindow
 
setWindowThreshold(int) - Method in class org.javagroups.protocols.ring.RingToken
 
shortForm() - Method in class org.javagroups.protocols.pbcast.Gossip
 
shortName(String) - Static method in class org.javagroups.util.Util
 
SHUFFLE - Class in org.javagroups.protocols
This layer shuffles upcoming messages, put it just above your bottom layer.
SHUFFLE() - Constructor for class org.javagroups.protocols.SHUFFLE
 
shutDown() - Method in class org.javagroups.persistence.DBPersistenceManager
Shutting down the database cleanly
shutDown() - Method in class org.javagroups.persistence.FilePersistenceManager
Used to handle shutdown call the PersistenceManager implementation.
shutDown() - Method in interface org.javagroups.persistence.PersistenceManager
Used to handle shutdown call the PersistenceManager implementation.
signature - Variable in class org.javagroups.blocks.MethodCall
the signature, e.g.
SIGNATURE - Static variable in class org.javagroups.blocks.MethodCall
provide a signature, similar to JMX
size() - Method in class org.javagroups.blocks.DistributedQueue
 
size() - Method in class org.javagroups.blocks.PullPushAdapter.PullHeader
 
size() - Method in class org.javagroups.Header
To be implemented by subclasses.
size() - Method in class org.javagroups.Membership
Returns the number of addresses in this membership
size() - Method in class org.javagroups.Message
Returns size of buffer, plus some constant overhead for src and dest, plus number of headers time some estimated size/header.
size() - Method in class org.javagroups.protocols.BSH.BshHeader
 
size() - Method in class org.javagroups.protocols.CAUSAL.CausalHeader
Size of this vector timestamp estimation, used in fragmetation
size() - Method in class org.javagroups.protocols.FC.FcHeader
 
size() - Method in class org.javagroups.protocols.NakAckHeader
 
size() - Method in class org.javagroups.protocols.pbcast.Digest
 
size() - Method in class org.javagroups.protocols.pbcast.NakAckHeader
 
size() - Method in class org.javagroups.protocols.pbcast.PbcastHeader
 
size() - Method in class org.javagroups.protocols.PerfHeader
 
size() - Method in class org.javagroups.protocols.PingHeader
 
SIZE - Class in org.javagroups.protocols
Protocol which prints out the real size of a message.
SIZE() - Constructor for class org.javagroups.protocols.SIZE
 
size() - Method in class org.javagroups.protocols.TOTAL_TOKEN.RingTokenHeader
 
size() - Method in class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
Returns size of the header
Size() - Method in class org.javagroups.protocols.TunnelHeader
 
size() - Method in class org.javagroups.protocols.UdpHeader
 
size() - Method in class org.javagroups.protocols.WANPIPE.WanPipeHeader
 
size() - Method in class org.javagroups.stack.AckMcastReceiverWindow
 
size() - Method in class org.javagroups.stack.AckMcastSenderWindow
 
size() - Method in class org.javagroups.stack.NakReceiverWindow
 
size() - Method in class org.javagroups.util.LinkedListQueue
returns the number of objects that are currently in the queue
size - Variable in class org.javagroups.util.List
 
size() - Method in class org.javagroups.util.List
 
size() - Method in class org.javagroups.util.Queue
returns the number of objects that are currently in the queue
size() - Method in class org.javagroups.util.RspList
 
size() - Method in class org.javagroups.View
returns the number of members in this view
sizeOf(String) - Static method in class org.javagroups.util.Util
 
sizeOf(Object) - Static method in class org.javagroups.util.Util
 
sizeOfNotSeenList() - Method in class org.javagroups.protocols.pbcast.Gossip
 
sleep(long) - Static method in class org.javagroups.util.Util
Sleep for timeout msecs.
sleep(long, boolean) - Static method in class org.javagroups.util.Util
On most UNIX systems, the minimum sleep time is 10-20ms.
sleepRandom(long) - Static method in class org.javagroups.util.Util
Sleeps between 1 and timeout milliseconds, chosen randomly.
SMACK - Class in org.javagroups.protocols
Simple Multicast ACK protocol.
SMACK() - Constructor for class org.javagroups.protocols.SMACK
 
SMACK.SmackHeader - Class in org.javagroups.protocols
 
SMACK.SmackHeader() - Constructor for class org.javagroups.protocols.SMACK.SmackHeader
 
SMACK.SmackHeader(int, long) - Constructor for class org.javagroups.protocols.SMACK.SmackHeader
 
sort() - Method in class org.javagroups.Membership
 
src_addr - Variable in class org.javagroups.Message
 
SRC_PROPERTY - Static variable in class org.javagroups.protocols.JMS
 
stability(ViewId, long, long[], Object) - Method in class org.javagroups.protocols.STABLE
Contains the highest message sequence numbers (for each member) that can safely be deleted (because they have been seen by all members).
STABLE - Static variable in class org.javagroups.Event
 
STABLE - Class in org.javagroups.protocols.pbcast
Computes the broadcast messages that are stable, i.e.
STABLE() - Constructor for class org.javagroups.protocols.pbcast.STABLE
 
STABLE - Class in org.javagroups.protocols
Computes the broadcast messages that are stable, i.e.
STABLE() - Constructor for class org.javagroups.protocols.STABLE
 
stable(long) - Method in class org.javagroups.stack.NakReceiverWindow
Delete all messages <= seqno (they are stable, that is, have been received at all members).
STABLE.StableHeader - Class in org.javagroups.protocols.pbcast
 
STABLE.StableHeader() - Constructor for class org.javagroups.protocols.pbcast.STABLE.StableHeader
 
stack - Variable in class org.javagroups.stack.Protocol
 
Stack - Class in org.javagroups.util
LIFO stack, with better performance than java.util.Stack (based on List).
Stack() - Constructor for class org.javagroups.util.Stack
 
start() - Method in class org.javagroups.blocks.ConnectionTable
 
start() - Method in class org.javagroups.blocks.ConnectionTable1_4
 
start(long) - Method in class org.javagroups.blocks.DistributedHashtable
 
start(long) - Method in class org.javagroups.blocks.DistributedQueue
 
start() - Method in class org.javagroups.blocks.DistributedTree
 
start(long) - Method in class org.javagroups.blocks.DistributedTree
 
start() - Method in class org.javagroups.blocks.Link
 
start() - Method in class org.javagroups.blocks.LogicalLink
Start all links
start() - Method in class org.javagroups.blocks.MessageDispatcher
 
start() - Method in class org.javagroups.blocks.NotificationBus
 
start() - Method in class org.javagroups.blocks.PullPushAdapter
 
start() - Method in class org.javagroups.blocks.ReplicatedTree
 
start() - Method in class org.javagroups.blocks.RequestCorrelator
 
start() - Method in class org.javagroups.debug.Debugger
 
start(String) - Static method in class org.javagroups.debug.Profiler
 
start() - Method in class org.javagroups.demos.applets.DrawApplet
 
start(ChannelFactory, String, boolean) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
start(String, ChannelFactory, String) - Method in class org.javagroups.demos.DistributedQueueDemo
 
start(String, String) - Method in class org.javagroups.demos.NotificationBusDemo
 
start() - Method in class org.javagroups.demos.QuoteClient
 
start() - Method in class org.javagroups.demos.QuoteServer
 
start() - Method in class org.javagroups.demos.Topology
 
start(String) - Method in class org.javagroups.demos.ViewDemo
 
start(String) - Method in class org.javagroups.demos.wb.GraphPanel
 
start() - Method in class org.javagroups.protocols.AUTOCONF
 
start() - Method in class org.javagroups.protocols.BSH
 
start() - Method in class org.javagroups.protocols.DEADLOCK
 
start() - Method in class org.javagroups.protocols.FD_PID
 
start() - Method in class org.javagroups.protocols.FD_PROB
 
start() - Method in class org.javagroups.protocols.FLUSH
 
start() - Method in class org.javagroups.protocols.GMS
 
start() - Method in class org.javagroups.protocols.JMS
Start the JMS protocol.
start() - Method in class org.javagroups.protocols.LOOPBACK
 
start() - Method in class org.javagroups.protocols.MERGE
 
start() - Method in class org.javagroups.protocols.pbcast.GMS
 
start() - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
start() - Method in class org.javagroups.protocols.pbcast.NAKACK
 
start() - Method in class org.javagroups.protocols.pbcast.STABLE
 
start() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER
 
start() - Method in class org.javagroups.protocols.PERF
 
start() - Method in class org.javagroups.protocols.PIGGYBACK
 
start() - Method in class org.javagroups.protocols.SHUFFLE
Starts the messagesHandler<\code>
start() - Method in class org.javagroups.protocols.STABLE
Start the layer: i.
start() - Method in class org.javagroups.protocols.STATE_TRANSFER
 
start() - Method in class org.javagroups.protocols.TCP
 
start() - Method in class org.javagroups.protocols.TOTAL
Prepare this layer to receive messages from above
start() - Method in class org.javagroups.protocols.TOTAL_OLD
 
start() - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
start() - Method in class org.javagroups.protocols.TUNNEL
 
start() - Method in class org.javagroups.protocols.UDP
Creates the unicast and multicast sockets and starts the unicast and multicast receiver threads
start() - Method in class org.javagroups.protocols.UDP.UcastReceiver
 
start() - Method in class org.javagroups.protocols.UNICAST
 
start() - Method in class org.javagroups.protocols.WANPIPE
 
start() - Method in class org.javagroups.service.AbstractService
Start standalone thread that will run until explicitly stopped.
start() - Method in class org.javagroups.stack.AckMcastSenderWindow
Start the retransmitter.
start() - Method in class org.javagroups.stack.MessageProtocol
 
start() - Method in class org.javagroups.stack.Protocol
This method is called on a Channel.connect(String).
start() - Method in class org.javagroups.stack.ProtocolStack
Start all layers.
start() - Method in class org.javagroups.stack.Router
 
start() - Method in class org.javagroups.util.Proxy1_4
 
start() - Method in class org.javagroups.util.ReusableThread
 
start() - Method in class org.javagroups.util.Scheduler
 
start() - Method in class org.javagroups.util.TimeScheduler
Start the scheduler, if it's suspended or stopped
START_QUEUEING - Static variable in class org.javagroups.Event
 
startDownHandler() - Method in class org.javagroups.protocols.AUTOCONF
Leave empty: no down_thread will be created, but the down_thread of the neighbor above us will be used
startDownHandler() - Method in class org.javagroups.protocols.BSH
We have no down handler thread
startDownHandler() - Method in class org.javagroups.protocols.MERGE2
DON'T REMOVE ! This prevents the down-handler thread to be created, which is not needed in the protocol.
startDownHandler() - Method in class org.javagroups.stack.Protocol
Used internally.
startDownHandler() - Method in class org.javagroups.stack.ProtocolStack
 
started(Runnable) - Method in interface org.javagroups.util.SchedulerListener
 
startProtocolStack(Protocol) - Method in class org.javagroups.stack.Configurator
 
startService(ResourceBundle) - Static method in class org.javagroups.service.ServiceRunner
Method to start service.
startUpHandler() - Method in class org.javagroups.protocols.AUTOCONF
Leave empty: no up_thread will be created, but the up_thread of the neighbor below us will be used
startUpHandler() - Method in class org.javagroups.protocols.BSH
We have no up handler thread
startUpHandler() - Method in class org.javagroups.protocols.MERGE2
DON'T REMOVE ! This prevents the up-handler thread to be created, which is not needed in the protocol.
startUpHandler() - Method in class org.javagroups.protocols.TCP
DON'T REMOVE ! This prevents the up-handler thread to be created, which essentially is superfluous: messages are received from the network rather than from a layer below.
startUpHandler() - Method in class org.javagroups.protocols.UDP
DON'T REMOVE ! This prevents the up-handler thread to be created, which essentially is superfluous: messages are received from the network rather than from a layer below.
startUpHandler() - Method in class org.javagroups.stack.Protocol
Used internally.
startUpHandler() - Method in class org.javagroups.stack.ProtocolStack
 
startWork() - Method in class org.javagroups.stack.ProtocolStack
Override with null functionality: we don't need any threads to be started !
STATE_RECEIVED - Static variable in class org.javagroups.Event
 
state_timeout - Variable in class org.javagroups.blocks.TransactionalHashtable
 
STATE_TRANSFER - Class in org.javagroups.protocols.pbcast
New STATE_TRANSFER protocol based on PBCAST.
STATE_TRANSFER() - Constructor for class org.javagroups.protocols.pbcast.STATE_TRANSFER
 
STATE_TRANSFER - Class in org.javagroups.protocols
State transfer layer.
STATE_TRANSFER() - Constructor for class org.javagroups.protocols.STATE_TRANSFER
 
STATE_TRANSFER.StateHeader - Class in org.javagroups.protocols.pbcast
Wraps data for a state request/response.
STATE_TRANSFER.StateHeader() - Constructor for class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
STATE_TRANSFER.StateHeader(int, Address, long, Digest) - Constructor for class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
stateListener - Variable in class org.javagroups.blocks.MessageListenerAdapter
 
stateTransferCompleted(boolean) - Method in interface org.javagroups.blocks.ReplicatedHashtable.StateTransferListener
 
StateTransferInfo - Class in org.javagroups.stack
Contains parameters for state transfer.
StateTransferInfo(Address, int, Address) - Constructor for class org.javagroups.stack.StateTransferInfo
 
StateTransferInfo(int, Address) - Constructor for class org.javagroups.stack.StateTransferInfo
 
StateTransferInfo(int, Vector) - Constructor for class org.javagroups.stack.StateTransferInfo
 
stateTransferRunning() - Method in class org.javagroups.blocks.ReplicatedHashtable
 
stateTransferStarted() - Method in interface org.javagroups.blocks.ReplicatedHashtable.StateTransferListener
 
STDERR_STMT - Static variable in class org.javagroups.log.Trace
 
STDERRS - Static variable in class org.javagroups.log.Trace
We initially create Tracers for each STDERR level
STDOUT_STMT - Static variable in class org.javagroups.log.Trace
 
STDOUTS - Static variable in class org.javagroups.log.Trace
We initially create Tracers for each STDOUT level
stop() - Method in class org.javagroups.blocks.ConnectionTable
Closes all open sockets, the server socket and all threads waiting for incoming messages
stop() - Method in class org.javagroups.blocks.ConnectionTable1_4
Closes all open sockets, the server socket and all threads waiting for incoming messages
stop() - Method in class org.javagroups.blocks.DistributedHashtable
 
stop() - Method in class org.javagroups.blocks.DistributedQueue
 
stop() - Method in class org.javagroups.blocks.DistributedTree
 
stop() - Method in class org.javagroups.blocks.Link
 
stop() - Method in class org.javagroups.blocks.LogicalLink
Stop all links
stop() - Method in class org.javagroups.blocks.MessageDispatcher
 
stop() - Method in class org.javagroups.blocks.NotificationBus
 
stop() - Method in class org.javagroups.blocks.PullPushAdapter
 
stop() - Method in class org.javagroups.blocks.ReplicatedTree
 
stop() - Method in class org.javagroups.blocks.ReplicationManager
 
stop() - Method in class org.javagroups.blocks.RequestCorrelator
 
stop() - Method in class org.javagroups.blocks.TransactionalHashtable
Leaves the group.
stop(String) - Static method in class org.javagroups.debug.Profiler
 
stop() - Method in class org.javagroups.debug.ProtocolTester
 
stop() - Method in class org.javagroups.demos.wb.GraphPanel
 
stop() - Method in class org.javagroups.protocols.BSH
 
stop() - Method in class org.javagroups.protocols.DEADLOCK
 
stop() - Method in class org.javagroups.protocols.FD
 
stop() - Method in class org.javagroups.protocols.FD_PID
 
stop() - Method in class org.javagroups.protocols.FD_PROB
 
stop() - Method in class org.javagroups.protocols.FD_SIMPLE
 
stop() - Method in class org.javagroups.protocols.FD_SOCK
 
stop() - Method in class org.javagroups.protocols.JMS
Stops the work of the JMS protocol.
stop() - Method in class org.javagroups.protocols.MERGE
 
stop() - Method in class org.javagroups.protocols.MERGE2
 
stop() - Method in class org.javagroups.protocols.NAKACK
 
stop() - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
stop() - Method in class org.javagroups.protocols.pbcast.FD
 
stop() - Method in class org.javagroups.protocols.pbcast.GMS
 
stop() - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
stop() - Method in class org.javagroups.protocols.pbcast.NAKACK
 
stop() - Method in class org.javagroups.protocols.pbcast.PBCAST
 
stop() - Method in class org.javagroups.protocols.pbcast.STABLE
 
stop() - Method in class org.javagroups.protocols.PIGGYBACK
 
stop() - Method in class org.javagroups.protocols.PING
 
stop() - Method in class org.javagroups.protocols.SHUFFLE
Stops the messagesHandler
stop() - Method in class org.javagroups.protocols.SMACK
 
stop() - Method in class org.javagroups.protocols.STABLE
Stop scheduling the gossip task
stop() - Method in class org.javagroups.protocols.STATE_TRANSFER
 
stop() - Method in class org.javagroups.protocols.TCP
 
stop() - Method in class org.javagroups.protocols.TOTAL
Handle the stop() method travelling down the stack.
stop() - Method in class org.javagroups.protocols.TOTAL_OLD
 
stop() - Method in class org.javagroups.protocols.TOTAL_TOKEN
Overrides @org.javagroups.stack.MessageProtocol#stop().
stop() - Method in class org.javagroups.protocols.TUNNEL
 
stop() - Method in class org.javagroups.protocols.UDP
 
stop() - Method in class org.javagroups.protocols.UDP.UcastReceiver
 
stop() - Method in class org.javagroups.protocols.UNICAST
 
stop() - Method in class org.javagroups.protocols.VERIFY_SUSPECT
 
stop() - Method in class org.javagroups.protocols.WANPIPE
 
stop() - Method in class org.javagroups.service.AbstractService
Stop standalone thread started with AbstractService.start() method.
stop() - Method in class org.javagroups.stack.AckMcastSenderWindow
Stop the rentransmition and clear all pending msgs.
stop() - Method in class org.javagroups.stack.GossipClient
 
stop() - Method in class org.javagroups.stack.MessageProtocol
 
stop() - Method in class org.javagroups.stack.Protocol
This method is called on a Channel.disconnect().
stop() - Method in class org.javagroups.stack.ProtocolStack
Iterates through all the protocols from top to bottom and does the following: Waits until all messages in the down queue have been flushed (ie., size is 0) Calls stop() on the protocol
stop() - Method in class org.javagroups.stack.Retransmitter
Stop the rentransmition and clear all pending msgs.
stop() - Method in class org.javagroups.stack.Router
 
stop() - Method in class org.javagroups.util.ReusableThread
Stops the thread by setting thread=null and interrupting it.
stop() - Method in class org.javagroups.util.Scheduler
Stop the scheduler thread.
stop() - Method in class org.javagroups.util.TimeScheduler
Stop the scheduler if it's running.
STOP_QUEUEING - Static variable in class org.javagroups.Event
 
stopEnsThread() - Method in class org.javagroups.ensemble.Hot_Ensemble
 
stopInternal() - Method in class org.javagroups.stack.Protocol
Used internally.
stopInternal() - Method in class org.javagroups.stack.ProtocolStack
 
stopped(Runnable) - Method in interface org.javagroups.util.SchedulerListener
 
stopProtocolStack(Protocol) - Method in class org.javagroups.stack.Configurator
 
stopWork() - Method in class org.javagroups.stack.ProtocolStack
Override with null functionality: we don't need any threads to be started !
string2Level(String) - Static method in class org.javagroups.log.Trace
 
subgroups - Variable in class org.javagroups.MergeView
 
SUBVIEW_MERGE - Static variable in class org.javagroups.Event
 
SUBVIEWSET_MERGE - Static variable in class org.javagroups.Event
 
suspect(Address) - Method in class org.javagroups.blocks.DistributedHashtable
Called when a member is suspected
suspect(Address) - Method in class org.javagroups.blocks.DistributedQueue
Called when a member is suspected
suspect(Address) - Method in class org.javagroups.blocks.DistributedTree
Called when a member is suspected
suspect(Address) - Method in class org.javagroups.blocks.GroupRequest
Callback (called by RequestCorrelator or Transport).
suspect(Address) - Method in class org.javagroups.blocks.MembershipListenerAdapter
Notify membership listener that some node was suspected.
suspect(Address) - Method in class org.javagroups.blocks.NotificationBus
 
suspect(Address) - Method in class org.javagroups.blocks.ReplicatedHashtable
Called when a member is suspected
suspect(Address) - Method in class org.javagroups.blocks.ReplicatedTree
Called when a member is suspected
suspect(Address) - Method in interface org.javagroups.blocks.RspCollector
 
suspect(Address) - Method in class org.javagroups.blocks.VotingAdapter
Callback for notification that one node is suspected
SUSPECT - Static variable in class org.javagroups.Channel
 
suspect(Address) - Method in class org.javagroups.demos.Chat
 
suspect(Address) - Method in class org.javagroups.demos.QuoteClient
 
suspect(Address) - Method in class org.javagroups.demos.QuoteServer
 
suspect(Address) - Method in class org.javagroups.demos.Topology
 
suspect(Address) - Method in class org.javagroups.demos.ViewDemo
Called when a member is suspected
suspect(Address) - Method in class org.javagroups.demos.wb.Whiteboard
 
suspect(Hot_GroupContext, Hot_Endpoint[]) - Method in class org.javagroups.ensemble.Hot_Ensemble
NOT SUPPORTED CURRENTLY IN THE ML
SUSPECT - Static variable in class org.javagroups.Event
 
suspect(Address) - Method in interface org.javagroups.MembershipListener
Called when a member is suspected
suspect(Address) - Method in class org.javagroups.protocols.ClientGmsImpl
 
suspect(Address) - Method in class org.javagroups.protocols.CoordGmsImpl
 
suspect(Address) - Method in class org.javagroups.protocols.GMS
 
suspect(Address) - Method in class org.javagroups.protocols.GmsImpl
 
suspect(Address) - Method in class org.javagroups.protocols.ParticipantGmsImpl
 
suspect(Address) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
 
suspect(Address) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
suspect(Address) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
suspect(Address) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
 
suspect(Address) - Method in class org.javagroups.service.AbstractService
This method is called when a member of service group is suspected to be failed.
suspect(Object) - Method in class org.javagroups.stack.AckMcastReceiverWindow
 
suspect(Address) - Method in class org.javagroups.stack.AckMcastSenderWindow
Process with address suspected is suspected: remove it from all receiver sets.
SuspectedException - Exception in org.javagroups
 
SuspectedException() - Constructor for exception org.javagroups.SuspectedException
 
SuspectedException(Object) - Constructor for exception org.javagroups.SuspectedException
 
SuspectEvent - Class in org.javagroups
 
SuspectEvent(Object) - Constructor for class org.javagroups.SuspectEvent
 
suspend() - Method in class org.javagroups.util.ReusableThread
Suspends the thread.
suspended(Runnable) - Method in interface org.javagroups.util.SchedulerListener
 
SWITCH_NAK - Static variable in class org.javagroups.Event
 
SWITCH_NAK_ACK - Static variable in class org.javagroups.Event
 
SWITCH_OUT_OF_BAND - Static variable in class org.javagroups.Event
 
SystemErrTracer - Class in org.javagroups.log
Provides output to System.err.
SystemOutTracer - Class in org.javagroups.log
Provides output to System.out.
SystemTracer - Class in org.javagroups.log
Abstract superclass of SystemOutTracer and SystemErrTracer; avoids ever closing output stream.

T

t - Variable in exception org.javagroups.persistence.CannotConnectException
members are made available so that the top level user can dump appropriate members on to his stack trace
t - Variable in exception org.javagroups.persistence.CannotRemoveException
members are made available so that the top level user can dump appropriate members on to his stack trace
table_lock - Variable in class org.javagroups.blocks.TransactionalHashtable
 
tableChanged(TableModelEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
tail - Variable in class org.javagroups.util.List
 
target - Variable in class org.javagroups.stack.StateTransferInfo
 
targets - Variable in class org.javagroups.stack.StateTransferInfo
 
TCP - Class in org.javagroups.protocols
TCP based protocol.
TCP() - Constructor for class org.javagroups.protocols.TCP
 
TCPGOSSIP - Class in org.javagroups.protocols
The TCPGOSSIP protocol layer retrieves the initial membership (used by the GMS when started by sending event FIND_INITIAL_MBRS down the stack).
TCPGOSSIP() - Constructor for class org.javagroups.protocols.TCPGOSSIP
 
TcpHeader - Class in org.javagroups.protocols
 
TcpHeader() - Constructor for class org.javagroups.protocols.TcpHeader
 
TcpHeader(String) - Constructor for class org.javagroups.protocols.TcpHeader
 
TCPPING - Class in org.javagroups.protocols
The TCPPING protocol layer retrieves the initial membership (used by the GMS when started by sending event FIND_INITIAL_MBRS down the stack).
TCPPING() - Constructor for class org.javagroups.protocols.TCPPING
 
TcpRingNode - Class in org.javagroups.protocols.ring
 
TcpRingNode(RpcProtocol, Address) - Constructor for class org.javagroups.protocols.ring.TcpRingNode
 
tenant - Variable in exception org.javagroups.service.lease.RecursiveLeaseRequestException
 
TEST - Static variable in class org.javagroups.log.Trace
The trace level for all messages except DEBUG.
test(String, String) - Static method in class org.javagroups.log.Trace
Helper method.
threadMonitor - Variable in class org.javagroups.service.AbstractService
 
ThreadPool - Class in org.javagroups.util
Maintains a set of ReusableThreads.
ThreadPool(int) - Constructor for class org.javagroups.util.ThreadPool
 
TIME_TO_LIVE - Static variable in class org.javagroups.protocols.JMS
 
TimedWriter - Class in org.javagroups.util
Waits until the buffer has been written to the output stream, or until timeout msecs have elapsed, whichever comes first.
TimedWriter() - Constructor for class org.javagroups.util.TimedWriter
 
timeout - Variable in class org.javagroups.blocks.GroupRequest
 
TimeoutException - Exception in org.javagroups
 
TimeoutException() - Constructor for exception org.javagroups.TimeoutException
 
TimeoutException(String) - Constructor for exception org.javagroups.TimeoutException
 
TimeoutException(List) - Constructor for exception org.javagroups.TimeoutException
 
timer - Variable in class org.javagroups.stack.ProtocolStack
 
TimeScheduler - Class in org.javagroups.util
Fixed-delay & fixed-rate single thread scheduler
TimeScheduler(long) - Constructor for class org.javagroups.util.TimeScheduler
Create a scheduler that executes tasks in dynamically adjustable intervals
TimeScheduler() - Constructor for class org.javagroups.util.TimeScheduler
Create a scheduler that executes tasks in dynamically adjustable intervals
TimeScheduler.Task - Interface in org.javagroups.util
The interface that submitted tasks must implement
timestamp() - Method in class org.javagroups.log.Tracer
Returns a timestamp string.
TIMESTAMP_FORMAT_STMT - Static variable in class org.javagroups.log.Trace
 
timestampFormat - Static variable in class org.javagroups.log.Tracer
Set by Trace.setTimestampFormat() and used in the timestamp method.
tmp_members - Variable in class org.javagroups.protocols.pbcast.GMS
 
TMP_VIEW - Static variable in class org.javagroups.Event
 
toAsciiString(String[]) - Method in class org.javagroups.ensemble.Hot_Buffer
 
tokenArrived(Object) - Method in interface org.javagroups.protocols.ring.RingNode
 
tokenArrived(Object) - Method in class org.javagroups.protocols.ring.TcpRingNode
 
tokenArrived(Object) - Method in class org.javagroups.protocols.ring.UdpRingNode
 
TokenLostException - Exception in org.javagroups.protocols.ring
 
TokenLostException() - Constructor for exception org.javagroups.protocols.ring.TokenLostException
 
TokenLostException(String) - Constructor for exception org.javagroups.protocols.ring.TokenLostException
 
TokenLostException(String, Throwable, Address, int) - Constructor for exception org.javagroups.protocols.ring.TokenLostException
 
Topology - Class in org.javagroups.demos
Demonstrates the membership service.
Topology() - Constructor for class org.javagroups.demos.Topology
 
tossWeightedCoin(double) - Static method in class org.javagroups.util.Util
Tosses a coin weighted with probability and returns true or false.
toString() - Method in class org.javagroups.BlockEvent
 
toString() - Method in class org.javagroups.blocks.ConnectionTable
 
toString() - Method in class org.javagroups.blocks.ConnectionTable1_4
 
toString() - Method in class org.javagroups.blocks.DistributedQueue
 
toString() - Method in class org.javagroups.blocks.GroupRequest
 
toString() - Method in class org.javagroups.blocks.Link
 
toString() - Method in exception org.javagroups.blocks.LockingException
 
toString() - Method in exception org.javagroups.blocks.LogicalLink.AllLinksDown
 
toString() - Method in exception org.javagroups.blocks.LogicalLink.NoLinksAvailable
 
toString() - Method in class org.javagroups.blocks.MethodCall
 
toString() - Method in class org.javagroups.blocks.PullPushAdapter.PullHeader
 
toString() - Method in class org.javagroups.blocks.ReplicatedTree.Node
 
toString() - Method in class org.javagroups.blocks.ReplicatedTree
 
toString() - Method in class org.javagroups.blocks.ReplicationData
 
toString() - Method in class org.javagroups.blocks.RequestCorrelator.Header
 
toString() - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
toString() - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
toString() - Method in class org.javagroups.blocks.VotingAdapter.VoteResult
 
toString() - Method in class org.javagroups.blocks.Xid
 
toString() - Method in exception org.javagroups.ChannelClosedException
 
toString() - Method in exception org.javagroups.ChannelException
 
toString() - Method in exception org.javagroups.ChannelNotConnectedException
 
toString() - Method in class org.javagroups.conf.ClassConfigurator
 
toString() - Method in class org.javagroups.debug.ProtocolView
 
toString() - Method in class org.javagroups.demos.DrawCommand
 
toString() - Method in class org.javagroups.demos.wb.Node
 
toString() - Method in class org.javagroups.ensemble.Hot_Endpoint
 
toString() - Method in class org.javagroups.ensemble.Hot_Error
 
toString() - Method in class org.javagroups.ensemble.Hot_GroupContext
 
toString() - Method in class org.javagroups.ensemble.Hot_ViewID
 
toString() - Method in class org.javagroups.ensemble.Hot_ViewState
 
toString() - Method in class org.javagroups.Event
 
toString() - Method in class org.javagroups.ExitEvent
 
toString() - Method in class org.javagroups.GetStateEvent
 
toString() - Method in class org.javagroups.Header
 
toString(boolean) - Method in class org.javagroups.JChannel
 
toString() - Method in class org.javagroups.Membership
 
toString() - Method in class org.javagroups.MergeView
 
toString() - Method in class org.javagroups.Message
 
toString() - Method in exception org.javagroups.persistence.CannotConnectException
 
toString() - Method in exception org.javagroups.persistence.CannotCreateSchemaException
 
toString() - Method in exception org.javagroups.persistence.CannotPersistException
 
toString() - Method in exception org.javagroups.persistence.CannotRemoveException
 
toString() - Method in exception org.javagroups.persistence.CannotRetrieveException
 
toString() - Method in class org.javagroups.protocols.BSH.BshHeader
 
toString() - Method in class org.javagroups.protocols.CAUSAL.CausalHeader
 
toString() - Method in class org.javagroups.protocols.Digest
 
toString() - Method in class org.javagroups.protocols.ENCRYPT1_4.EncryptHeader
 
toString() - Method in class org.javagroups.protocols.FD.FdHeader
 
toString() - Method in class org.javagroups.protocols.FD_PID.FdHeader
 
toString() - Method in class org.javagroups.protocols.FD_PROB.FdHeader
 
toString() - Method in class org.javagroups.protocols.FD_SIMPLE.FdHeader
 
toString() - Method in class org.javagroups.protocols.FD_SOCK.FdHeader
 
toString() - Method in class org.javagroups.protocols.FlushRsp
 
toString() - Method in class org.javagroups.protocols.FRAG.FragHeader
 
toString() - Method in class org.javagroups.protocols.JMS.JMSAddress
Get the string representation of the address.
toString() - Method in class org.javagroups.protocols.JMS
Get the string representation of the protocol.
toString() - Method in class org.javagroups.protocols.LOOPBACK
 
toString() - Method in class org.javagroups.protocols.MERGE.MergeHeader
 
toString() - Method in class org.javagroups.protocols.NakAckHeader
 
toString() - Method in class org.javagroups.protocols.PARTITIONER.PartitionerHeader
 
toString() - Method in class org.javagroups.protocols.pbcast.Digest
 
toString() - Method in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
toString() - Method in class org.javagroups.protocols.pbcast.Gossip
 
toString() - Method in class org.javagroups.protocols.pbcast.JoinRsp
 
toString() - Method in class org.javagroups.protocols.pbcast.MergeData
 
toString() - Method in class org.javagroups.protocols.pbcast.NakAckHeader
 
toString() - Method in class org.javagroups.protocols.pbcast.PbcastHeader
 
toString() - Method in class org.javagroups.protocols.pbcast.STABLE.StableHeader
 
toString() - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
toString() - Method in class org.javagroups.protocols.PerfHeader
 
toString() - Method in class org.javagroups.protocols.PIGGYBACK.PiggybackHeader
 
toString() - Method in class org.javagroups.protocols.PingHeader
 
toString() - Method in class org.javagroups.protocols.PingRsp
 
toString() - Method in class org.javagroups.protocols.PRINTOBJS
 
toString() - Method in class org.javagroups.protocols.ring.RingToken
 
toString() - Method in exception org.javagroups.protocols.ring.TokenLostException
 
toString() - Method in class org.javagroups.protocols.SMACK.SmackHeader
 
toString() - Method in class org.javagroups.protocols.TCP
 
toString() - Method in class org.javagroups.protocols.TcpHeader
 
toString() - Method in class org.javagroups.protocols.TOTAL.Header
For debugging purposes
toString() - Method in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
toString() - Method in class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
 
toString() - Method in class org.javagroups.protocols.TRACE
 
toString() - Method in class org.javagroups.protocols.TUNNEL
 
toString() - Method in class org.javagroups.protocols.TunnelHeader
 
toString() - Method in class org.javagroups.protocols.UDP
debug only
toString() - Method in class org.javagroups.protocols.UdpHeader
 
toString() - Method in class org.javagroups.protocols.UNICAST.UnicastHeader
 
toString() - Method in class org.javagroups.protocols.VectorTime
return String representation of the VectorTime
toString() - Method in class org.javagroups.protocols.VERIFY_SUSPECT.VerifyHeader
 
toString() - Method in class org.javagroups.protocols.WANPIPE
 
toString() - Method in class org.javagroups.protocols.WANPIPE.WanPipeHeader
 
toString() - Method in class org.javagroups.protocols.WanPipeAddress
 
toString() - Method in class org.javagroups.SetStateEvent
 
toString() - Method in class org.javagroups.stack.AckMcastReceiverWindow
 
toString() - Method in class org.javagroups.stack.AckMcastSenderWindow
 
toString() - Method in class org.javagroups.stack.AckReceiverWindow
 
toString() - Method in class org.javagroups.stack.AckSenderWindow
 
toString() - Method in class org.javagroups.stack.Configurator.ProtocolConfiguration
 
toString() - Method in class org.javagroups.stack.GossipData
 
toString() - Method in class org.javagroups.stack.IpAddress
 
toString() - Method in class org.javagroups.stack.NakReceiverWindow
 
toString() - Method in class org.javagroups.stack.Retransmitter
 
toString() - Method in class org.javagroups.stack.StateTransferInfo
 
toString() - Method in exception org.javagroups.SuspectedException
 
toString() - Method in class org.javagroups.SuspectEvent
 
toString() - Method in exception org.javagroups.TimeoutException
 
toString() - Method in class org.javagroups.util.LinkedListQueue
prints the size of the queue
toString() - Method in class org.javagroups.util.List
 
toString() - Method in class org.javagroups.util.Promise
 
toString() - Method in class org.javagroups.util.Queue
prints the size of the queue
toString() - Method in exception org.javagroups.util.QueueClosedException
 
toString() - Method in class org.javagroups.util.Range
 
toString() - Method in class org.javagroups.util.ReusableThread
 
toString() - Method in class org.javagroups.util.Rsp
 
toString() - Method in class org.javagroups.util.RspList
 
toString() - Method in class org.javagroups.util.Scheduler.Task
 
toString() - Method in class org.javagroups.util.ThreadPool
 
toString() - Method in class org.javagroups.View
 
toString() - Method in class org.javagroups.ViewId
 
toStringAsObject() - Method in class org.javagroups.Message
Tries to read an object from the message's buffer and prints it
TOTAL - Class in org.javagroups.protocols
Implements the total ordering layer using a message sequencer
TOTAL() - Constructor for class org.javagroups.protocols.TOTAL
Create the TOTAL layer
TOTAL.Header - Class in org.javagroups.protocols
The header processed by the TOTAL layer and intended for TOTAL inter-stack communication
TOTAL.Header() - Constructor for class org.javagroups.protocols.TOTAL.Header
used for externalization
TOTAL.Header(int, long, long) - Constructor for class org.javagroups.protocols.TOTAL.Header
Create a header for the TOTAL layer
TOTAL_BCAST - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_CUM_SEQ_ACK - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
total_header_type - Variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_NEW_VIEW - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_NEW_VIEW_ACK - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_OLD - Class in org.javagroups.protocols
class TOTAL_OLD extends Protocol TODO: (more comments) Sequencer based total ordering protocol layer - requires the following layers "below" it in the stack (or layers with equivalent functionality): GMS, FD, PING, UDP, ...
TOTAL_OLD() - Constructor for class org.javagroups.protocols.TOTAL_OLD
 
TOTAL_OLD.TotalHeader - Class in org.javagroups.protocols
class TotalHeader The header that is prepended to every message passed down through the TOTAL_OLD layer and removed (and processed) from every message passed up through the TOTAL_OLD layer
TOTAL_OLD.TotalHeader() - Constructor for class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_OLD.TotalHeader(int, long) - Constructor for class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_REQUEST - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_RESEND - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_SEQ_ACK - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TOTAL_TOKEN - Class in org.javagroups.protocols
Total order implementation based on The Totem Single-Ring Ordering and Membership Protocol
TOTAL_TOKEN() - Constructor for class org.javagroups.protocols.TOTAL_TOKEN
 
TOTAL_TOKEN.RingTokenHeader - Class in org.javagroups.protocols
 
TOTAL_TOKEN.RingTokenHeader() - Constructor for class org.javagroups.protocols.TOTAL_TOKEN.RingTokenHeader
 
TOTAL_TOKEN.TotalTokenHeader - Class in org.javagroups.protocols
 
TOTAL_TOKEN.TotalTokenHeader() - Constructor for class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
used for externalization
TOTAL_TOKEN.TotalTokenHeader(long) - Constructor for class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
 
TOTAL_TOKEN.TotalTokenHeader(Long) - Constructor for class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
 
TOTAL_UNICAST - Static variable in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
TotalOrder - Class in org.javagroups.demos
Originally written to be a demo for TOTAL order (code to be written by a student).
TotalOrder(String, long, int, int, String) - Constructor for class org.javagroups.demos.TotalOrder
 
TotalTokenDemo - Class in org.javagroups.demos
Demonstration of TOTAL_TOKEN protocol stack implementing total order.
TotalTokenDemo(Object) - Constructor for class org.javagroups.demos.TotalTokenDemo
 
TotalTokenDemo.TotalPayload - Class in org.javagroups.demos
 
TotalTokenDemo.TotalPayload(int, byte[]) - Constructor for class org.javagroups.demos.TotalTokenDemo.TotalPayload
 
trace(String) - Static method in class org.javagroups.ensemble.Hot_Ensemble
Prints (or does not print) the specified string to standard error based upon the debug flag
Trace - Class in org.javagroups.log
Provides timestamped logging to files, streams, writers, and sockets at differing levels of verbosity.
trace - Static variable in class org.javagroups.log.Trace
Users of Trace can check this flag to determine whether to trace.
TRACE - Class in org.javagroups.protocols
 
TRACE() - Constructor for class org.javagroups.protocols.TRACE
 
TRACE_STMT - Static variable in class org.javagroups.log.Trace
 
Tracer - Class in org.javagroups.log
Provides output services for a module.
TRACERS - Static variable in class org.javagroups.log.Trace
Maps module names to Tracers.
transaction_mode - Variable in class org.javagroups.blocks.TransactionalHashtable
 
TransactionalHashtable - Class in org.javagroups.blocks
Hashtable which replicates its contents to all members of the group.
TransactionalHashtable(String, String, long) - Constructor for class org.javagroups.blocks.TransactionalHashtable
 
TransactionalHashtable(String, String, long, Map) - Constructor for class org.javagroups.blocks.TransactionalHashtable
 
TransactionalHashtable(String, String, long, int) - Constructor for class org.javagroups.blocks.TransactionalHashtable
 
TransactionalHashtable(String, String, long, int, float) - Constructor for class org.javagroups.blocks.TransactionalHashtable
 
TransactionalHashtable.Data - Class in org.javagroups.blocks
Class used to transport updates to all replicas
TransactionalHashtable.Data() - Constructor for class org.javagroups.blocks.TransactionalHashtable.Data
Used by externalization
TransactionalHashtable.Data(int) - Constructor for class org.javagroups.blocks.TransactionalHashtable.Data
 
TransactionalHashtable.Data(int, Serializable, Serializable) - Constructor for class org.javagroups.blocks.TransactionalHashtable.Data
 
TransactionalHashtable.Data(int, Serializable) - Constructor for class org.javagroups.blocks.TransactionalHashtable.Data
 
TransactionalHashtable.Data(int, Map) - Constructor for class org.javagroups.blocks.TransactionalHashtable.Data
 
TransactionalHashtable.Data(int, Serializable, Serializable, Map) - Constructor for class org.javagroups.blocks.TransactionalHashtable.Data
 
TransactionalHashtable.Notification - Interface in org.javagroups.blocks
 
transport - Variable in class org.javagroups.blocks.GroupRequest
 
transport - Variable in class org.javagroups.blocks.PullPushAdapter
 
transport - Variable in class org.javagroups.blocks.RequestCorrelator
The protocol layer to use to pass up/down messages.
Transport - Interface in org.javagroups
 
transport_adapter - Variable in class org.javagroups.blocks.MessageDispatcher
 
transports - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
trim(double) - Static method in class org.javagroups.debug.Profiler
 
TUNNEL - Class in org.javagroups.protocols
Replacement for UDP.
TUNNEL() - Constructor for class org.javagroups.protocols.TUNNEL
 
TunnelHeader - Class in org.javagroups.protocols
 
TunnelHeader() - Constructor for class org.javagroups.protocols.TunnelHeader
 
TunnelHeader(String) - Constructor for class org.javagroups.protocols.TunnelHeader
 
TwoPhaseVotingAdapter - Class in org.javagroups.blocks
This adapter introduces simple two-phase voting on a specified decree.
TwoPhaseVotingAdapter(VotingAdapter) - Constructor for class org.javagroups.blocks.TwoPhaseVotingAdapter
Creats an instance of the class.
TwoPhaseVotingAdapter.TwoPhaseVoteWrapper - Class in org.javagroups.blocks
 
TwoPhaseVotingAdapter.TwoPhaseVoteWrapper(TwoPhaseVotingListener) - Constructor for class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseVoteWrapper
 
TwoPhaseVotingAdapter.TwoPhaseWrapper - Class in org.javagroups.blocks
Wrapper of the decree to voting decree.
TwoPhaseVotingAdapter.TwoPhaseWrapper(Object) - Constructor for class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseWrapper
 
TwoPhaseVotingListener - Interface in org.javagroups.blocks
Implementations of this interface can participate in two-phase voting process.
type - Variable in class org.javagroups.blocks.RequestCorrelator.Header
Type of header: request or reply
type - Variable in class org.javagroups.protocols.MERGE.MergeHeader
 
type - Variable in class org.javagroups.protocols.PingHeader
 
type - Variable in class org.javagroups.protocols.TOTAL.Header
The header's type tag
type - Variable in class org.javagroups.stack.StateTransferInfo
 
type2Str(int) - Static method in class org.javagroups.protocols.NakAckHeader
 
type2Str(int) - Static method in class org.javagroups.protocols.pbcast.NakAckHeader
 
type2Str(int) - Method in class org.javagroups.protocols.UNICAST.UnicastHeader
 
type2String(int) - Static method in class org.javagroups.Event
 
type2String(int) - Static method in class org.javagroups.protocols.FD_PID.FdHeader
 
type2String(int) - Static method in class org.javagroups.protocols.FD_SOCK.FdHeader
 
type2String(int) - Static method in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
type2String(int) - Static method in class org.javagroups.protocols.pbcast.PbcastHeader
 
type2String(int) - Static method in class org.javagroups.stack.GossipData
 
types - Variable in class org.javagroups.blocks.MethodCall
the class types, e.g.
TYPES - Static variable in class org.javagroups.blocks.MethodCall
use class information
typeToString(int) - Static method in class org.javagroups.blocks.ReplicationData
 

U

UCAST - Static variable in class org.javagroups.protocols.TOTAL.Header
Unicast message
UDP - Class in org.javagroups.protocols
IP multicast transport based on UDP.
UDP() - Constructor for class org.javagroups.protocols.UDP
public constructor.
UDP.UcastReceiver - Class in org.javagroups.protocols
 
UDP.UcastReceiver() - Constructor for class org.javagroups.protocols.UDP.UcastReceiver
 
UdpHeader - Class in org.javagroups.protocols
 
UdpHeader() - Constructor for class org.javagroups.protocols.UdpHeader
 
UdpHeader(String) - Constructor for class org.javagroups.protocols.UdpHeader
 
UdpRingNode - Class in org.javagroups.protocols.ring
 
UdpRingNode(RpcProtocol, Address) - Constructor for class org.javagroups.protocols.ring.UdpRingNode
 
UNBLOCK_SEND - Static variable in class org.javagroups.Event
 
UNDEFINED - Static variable in exception org.javagroups.protocols.ring.TokenLostException
 
UNICAST - Class in org.javagroups.protocols
Reliable unicast layer.
UNICAST() - Constructor for class org.javagroups.protocols.UNICAST
 
UNICAST.UnicastHeader - Class in org.javagroups.protocols
 
UNICAST.UnicastHeader() - Constructor for class org.javagroups.protocols.UNICAST.UnicastHeader
 
UNICAST.UnicastHeader(int, long) - Constructor for class org.javagroups.protocols.UNICAST.UnicastHeader
 
unknownLease - Variable in exception org.javagroups.service.lease.UnknownLeaseException
 
UnknownLeaseException - Exception in org.javagroups.service.lease
 
UnknownLeaseException(Lease) - Constructor for exception org.javagroups.service.lease.UnknownLeaseException
 
UnknownLeaseException(String, Lease) - Constructor for exception org.javagroups.service.lease.UnknownLeaseException
 
unlock(Object, Object) - Method in class org.javagroups.blocks.DistributedLockManager
Unlocks an object with lockId on behalf of the specified owner.
unlock(Object, Object) - Method in interface org.javagroups.blocks.LockManager
Release lock on obj owned by specified owner.
unstable_msgs - Variable in class org.javagroups.protocols.FlushRsp
 
UNSUSPECT - Static variable in class org.javagroups.Event
 
unsuspect(Address) - Method in class org.javagroups.protocols.pbcast.ClientGmsImpl
 
unsuspect(Address) - Method in class org.javagroups.protocols.pbcast.CoordGmsImpl
 
unsuspect(Address) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 
unsuspect(Address) - Method in class org.javagroups.protocols.pbcast.ParticipantGmsImpl
Removes previously suspected member from list of currently suspected members
up(Event, int) - Method in class org.javagroups.debug.ProtocolView
 
up(Event) - Method in class org.javagroups.JChannel
Callback method
Called by the ProtocolStack when a message is received.
up(Event) - Method in class org.javagroups.protocols.BSH
 
up(Event) - Method in class org.javagroups.protocols.CAUSAL
Processes Event going up through the stack
up(Event) - Method in class org.javagroups.protocols.DELAY
 
up(Event) - Method in class org.javagroups.protocols.DISCARD
 
up(Event) - Method in class org.javagroups.protocols.DUMMY
 
up(Event) - Method in class org.javagroups.protocols.ENCRYPT1_4
 
up(Event) - Method in class org.javagroups.protocols.EXAMPLE
 
up(Event) - Method in class org.javagroups.protocols.FC
 
up(Event) - Method in class org.javagroups.protocols.FD
 
up(Event) - Method in class org.javagroups.protocols.FD_PID
 
up(Event) - Method in class org.javagroups.protocols.FD_PROB
 
up(Event) - Method in class org.javagroups.protocols.FD_SIMPLE
 
up(Event) - Method in class org.javagroups.protocols.FD_SOCK
 
up(Event) - Method in class org.javagroups.protocols.FLOWCONTROL
Checs if up messages are from myaddr and in the case sends down queued messages or decremnts sentMsgs if there are no queued messages
up(Event) - Method in class org.javagroups.protocols.FRAG
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.
up(Event) - Method in class org.javagroups.protocols.HDRS
 
up(Event) - Method in class org.javagroups.protocols.MERGE
 
up(Event) - Method in class org.javagroups.protocols.MERGE2
 
up(Event) - Method in class org.javagroups.protocols.MERGEFAST
 
up(Event) - Method in class org.javagroups.protocols.NAKACK
Callback.
up(Event) - Method in class org.javagroups.protocols.PARTITIONER
Discards Messages with the wrong partition number and sets local partition number if it receives a COMMAND Header
up(Event) - Method in class org.javagroups.protocols.pbcast.FD
 
up(Event) - Method in class org.javagroups.protocols.pbcast.GMS
 
up(Event) - Method in class org.javagroups.protocols.pbcast.NAKACK
Callback.
up(Event) - Method in class org.javagroups.protocols.pbcast.PBCAST
 
up(Event) - Method in class org.javagroups.protocols.pbcast.STABLE
 
up(Event) - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER
 
up(Event) - Method in class org.javagroups.protocols.PERF
 
up(Event) - Method in class org.javagroups.protocols.PIGGYBACK
 
up(Event) - Method in class org.javagroups.protocols.PING
An event was received from the layer below.
up(Event) - Method in class org.javagroups.protocols.PRINTMETHODS
 
up(Event) - Method in class org.javagroups.protocols.PRINTOBJS
 
up(Event) - Method in class org.javagroups.protocols.QUEUE
Queues or passes up events.
up(Event) - Method in class org.javagroups.protocols.SHUFFLE
Adds upcoming messages to the messages List<\code> where the messagesHandler<\code> retrieves them.
up(Event) - Method in class org.javagroups.protocols.SIZE
 
up(Event) - Method in class org.javagroups.protocols.SMACK
 
up(Event) - Method in class org.javagroups.protocols.STATE_TRANSFER
 
up(Event) - Method in class org.javagroups.protocols.TCPGOSSIP
 
up(Event) - Method in class org.javagroups.protocols.TCPPING
 
up(Event) - Method in class org.javagroups.protocols.TOTAL
 
up(Event) - Method in class org.javagroups.protocols.TOTAL_OLD
handles an Event coming up the Protocol Stack
up(Event) - Method in class org.javagroups.protocols.TRACE
 
up(Event) - Method in class org.javagroups.protocols.UDP
handle the UP event.
up(Event) - Method in class org.javagroups.protocols.UNICAST
 
up(Event) - Method in class org.javagroups.protocols.VERIFY_SUSPECT
 
up(Event) - Method in class org.javagroups.protocols.VIEW_ENFORCER
 
up(Event) - Method in class org.javagroups.protocols.WANPING
 
up(Event) - Method in class org.javagroups.stack.MessageProtocol
Handle an event coming from the layer above
up(Event) - Method in class org.javagroups.stack.Protocol
An event was received from the layer below.
up(Event, int) - Method in interface org.javagroups.stack.ProtocolObserver
Called when an event is about to be dispatched to the protocol (before it is dispatched).
up(Event) - Method in class org.javagroups.stack.ProtocolStack
 
up(Event) - Method in interface org.javagroups.UpHandler
 
up_handler - Variable in class org.javagroups.Channel
 
up_handler - Variable in class org.javagroups.stack.Protocol
 
up_prot - Variable in class org.javagroups.stack.Protocol
 
up_queue - Variable in class org.javagroups.stack.Protocol
 
up_thread - Variable in class org.javagroups.stack.Protocol
 
up_thread_prio - Variable in class org.javagroups.stack.Protocol
 
update(Graphics) - Method in class org.javagroups.demos.wb.GraphPanel
 
UpdateException - Exception in org.javagroups.blocks
 
UpdateException(String) - Constructor for exception org.javagroups.blocks.UpdateException
 
updateView(View) - Method in class org.javagroups.protocols.TOTAL_TOKEN
 
updateView(View) - Method in class org.javagroups.stack.MessageProtocol
 
updateWindow(RingToken) - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
UpHandler - Interface in org.javagroups
 
use_properties - Variable in class org.javagroups.ensemble.Hot_JoinOps
 
useLocks() - Method in class org.javagroups.blocks.ReplicationData
 
USER_DEFINED - Static variable in class org.javagroups.Event
 
UserInfoDialog - Class in org.javagroups.demos.wb
 
UserInfoDialog(Frame) - Constructor for class org.javagroups.demos.wb.UserInfoDialog
 
Util - Class in org.javagroups.util
Collection of various utility routines that can not be assigned to other classes.
Util() - Constructor for class org.javagroups.util.Util
 

V

validate() - Method in class org.javagroups.conf.XmlValidator
 
valueChanged(TreeSelectionEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
values() - Method in class org.javagroups.blocks.TransactionalHashtable
 
VectorTime - Class in org.javagroups.protocols
Vector timestamp used in CAUSAL order protocol stack
VectorTime(Address) - Constructor for class org.javagroups.protocols.VectorTime
Constructs VectorTime given an adress of a owning group member
VERIFY_SUSPECT - Class in org.javagroups.protocols
Catches SUSPECT events traveling up the stack.
VERIFY_SUSPECT() - Constructor for class org.javagroups.protocols.VERIFY_SUSPECT
 
VERIFY_SUSPECT.VerifyHeader - Class in org.javagroups.protocols
 
VERIFY_SUSPECT.VerifyHeader() - Constructor for class org.javagroups.protocols.VERIFY_SUSPECT.VerifyHeader
 
version - Variable in class org.javagroups.ensemble.Hot_ViewState
 
Version - Class in org.javagroups
 
Version() - Constructor for class org.javagroups.Version
 
version - Static variable in class org.javagroups.Version
 
version_id - Static variable in class org.javagroups.Version
 
vid - Variable in class org.javagroups.View
 
VIEW - Static variable in class org.javagroups.Channel
 
VIEW - Static variable in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
View - Class in org.javagroups
A view is a local representation of the current membership of a group Only one view is installed in a channel at a time Views contain the address of its creator, an ID and a list of member addresses These adresses are ordered, and the first address is always the coordinator of the view This way, each member of the group knows who the new coordinator will be if the current one crashes or leaves the group.
View() - Constructor for class org.javagroups.View
creates an empty view, should not be used
View(ViewId, Vector) - Constructor for class org.javagroups.View
Creates a new view
View(Address, long, Vector) - Constructor for class org.javagroups.View
Creates a new view
VIEW_CHANGE - Static variable in class org.javagroups.Event
 
VIEW_ENFORCER - Class in org.javagroups.protocols
Used by a client until it becomes a member: all up messages are discarded until a VIEW_CHANGE is encountered.
VIEW_ENFORCER() - Constructor for class org.javagroups.protocols.VIEW_ENFORCER
 
view_id - Variable in class org.javagroups.ensemble.Hot_ViewState
 
view_id - Variable in class org.javagroups.protocols.GMS
 
view_id - Variable in class org.javagroups.protocols.pbcast.GMS
 
view_mutex - Variable in class org.javagroups.protocols.GMS
 
viewAccepted(View) - Method in class org.javagroups.blocks.DistributedHashtable
 
viewAccepted(View) - Method in class org.javagroups.blocks.DistributedQueue
 
viewAccepted(View) - Method in class org.javagroups.blocks.DistributedTree
 
viewAccepted(View) - Method in class org.javagroups.blocks.MembershipListenerAdapter
Notify membership listener that new view was accepted.
viewAccepted(View) - Method in class org.javagroups.blocks.NotificationBus
 
viewAccepted(View) - Method in class org.javagroups.blocks.ReplicatedHashtable
 
viewAccepted(View) - Method in class org.javagroups.blocks.ReplicatedTree
 
viewAccepted(View) - Method in class org.javagroups.blocks.VotingAdapter
Callback for notification about the new view of the group.
viewAccepted(View) - Method in class org.javagroups.demos.applets.DrawApplet
 
viewAccepted(View) - Method in class org.javagroups.demos.Chat
 
viewAccepted(View) - Method in class org.javagroups.demos.QuoteClient
 
viewAccepted(View) - Method in class org.javagroups.demos.QuoteServer
 
viewAccepted(View) - Method in class org.javagroups.demos.Topology
 
viewAccepted(View) - Method in class org.javagroups.demos.ViewDemo
 
viewAccepted(View) - Method in class org.javagroups.demos.wb.Whiteboard
 
viewAccepted(View) - Method in interface org.javagroups.MembershipListener
Called by JavaGroups to notify the target object of a change of membership.
viewAccepted(View) - Method in class org.javagroups.service.AbstractService
This method is called when new view is installed.
viewChange(Vector, Vector) - Method in interface org.javagroups.blocks.DistributedHashtable.Notification
 
viewChange(Vector, Vector) - Method in interface org.javagroups.blocks.DistributedQueue.Notification
 
viewChange(Vector, Vector) - Method in interface org.javagroups.blocks.DistributedTree.ViewListener
 
viewChange(View) - Method in class org.javagroups.blocks.GroupRequest
Any member of 'membership' that is not in the new view is flagged as SUSPECTED.
viewChange(Vector, Vector) - Method in interface org.javagroups.blocks.ReplicatedHashtable.Notification
 
viewChange(View) - Method in interface org.javagroups.blocks.ReplicatedTree.ReplicatedTreeListener
 
viewChange(View) - Method in interface org.javagroups.blocks.RspCollector
 
viewChange(Vector, Vector) - Method in interface org.javagroups.blocks.TransactionalHashtable.Notification
 
viewChange(Vector, Vector) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
viewChange(Vector, Vector) - Method in class org.javagroups.demos.DistributedQueueDemo
 
viewChanged(int) - Method in class org.javagroups.protocols.ring.RingNodeFlowControl
 
ViewDemo - Class in org.javagroups.demos
Demos the reception of views using a PullPushAdapter.
ViewDemo() - Constructor for class org.javagroups.demos.ViewDemo
 
ViewId - Class in org.javagroups
ViewIds are used for ordering views (each view has a ViewId and a list of members).
ViewId() - Constructor for class org.javagroups.ViewId
 
ViewId(Address) - Constructor for class org.javagroups.ViewId
Creates a ViewID with the coordinator address and a Lamport timestamp of 0.
ViewId(Address, long) - Constructor for class org.javagroups.ViewId
Creates a ViewID with the coordinator address and the given Lamport timestamp.
vote(Object) - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter.TwoPhaseVoteWrapper
 
vote(Object, long) - Method in class org.javagroups.blocks.TwoPhaseVotingAdapter
Performs the two-phase voting on the decree.
vote(Object, int, long) - Method in class org.javagroups.blocks.VotingAdapter
Performs actual voting on the VoteChannel using the JavaGroups facilities for communication.
vote(Object, long) - Method in class org.javagroups.blocks.VotingAdapter
Vote on the specified decree requiring all nodes to vote.
vote(Object) - Method in interface org.javagroups.blocks.VotingListener
Each member is able to vote with true or false messages.
VOTE_ALL - Static variable in class org.javagroups.blocks.VotingAdapter
This consensus type means that at least one positive vote and no negative votes are required for the voting to succeed.
VOTE_ANY - Static variable in class org.javagroups.blocks.VotingAdapter
This consensus type means that at least one positive vote is required for the voting to succeed.
VOTE_MAJORITY - Static variable in class org.javagroups.blocks.VotingAdapter
This consensus type means that number of positive votes should be greater than number of negative votes.
VoteException - Exception in org.javagroups.blocks
This exception is thrown when voting listener cannot vote on the specified decree.
VoteException(String) - Constructor for exception org.javagroups.blocks.VoteException
 
VotingAdapter - Class in org.javagroups.blocks
Voting adapter provides a voting functionality for an application.
VotingAdapter(Channel) - Constructor for class org.javagroups.blocks.VotingAdapter
Creates an instance of the VoteChannel that uses JavaGroups for communication between group members.
VotingAdapter.FailureVoteResult - Class in org.javagroups.blocks
Class that represents a result of local voting on the failed node.
VotingAdapter.FailureVoteResult(String) - Constructor for class org.javagroups.blocks.VotingAdapter.FailureVoteResult
 
VotingAdapter.VoteResult - Class in org.javagroups.blocks
This class represents the result of local voting.
VotingAdapter.VoteResult() - Constructor for class org.javagroups.blocks.VotingAdapter.VoteResult
 
VotingListener - Interface in org.javagroups.blocks
Implemetations of this interface are able to participate in voting process.

W

waitOnBlocked() - Method in class org.javagroups.service.AbstractService
Stop current thread's execution until inter-service channel is unblocked.
waitUntilAllAcksReceived(long) - Method in class org.javagroups.stack.AckMcastSenderWindow
Waits until all outstanding messages have been ACKed by all receivers.
waitUntilDone() - Method in class org.javagroups.util.ReusableThread
 
WANPING - Class in org.javagroups.protocols
Similar to TCPPING, except that the initial host list is specified as a list of logical pipe names.
WANPING() - Constructor for class org.javagroups.protocols.WANPING
 
WANPIPE - Class in org.javagroups.protocols
Logical point-to-point link.
WANPIPE() - Constructor for class org.javagroups.protocols.WANPIPE
 
WANPIPE.WanPipeHeader - Class in org.javagroups.protocols
 
WANPIPE.WanPipeHeader() - Constructor for class org.javagroups.protocols.WANPIPE.WanPipeHeader
 
WANPIPE.WanPipeHeader(String) - Constructor for class org.javagroups.protocols.WANPIPE.WanPipeHeader
 
WanPipeAddress - Class in org.javagroups.protocols
Logical address for a WAN pipe (logical link)
WanPipeAddress() - Constructor for class org.javagroups.protocols.WanPipeAddress
 
WanPipeAddress(String) - Constructor for class org.javagroups.protocols.WanPipeAddress
 
WARN - Static variable in class org.javagroups.log.Trace
The trace level for all WARN, ERROR, and FATAL messages.
warn(String, String) - Static method in class org.javagroups.log.Trace
Helper method.
wasReceived() - Method in class org.javagroups.util.Rsp
 
wasSuspected() - Method in class org.javagroups.util.Rsp
 
WHILE_RECEIVING - Static variable in exception org.javagroups.protocols.ring.TokenLostException
 
WHILE_SENDING - Static variable in exception org.javagroups.protocols.ring.TokenLostException
 
Whiteboard - Class in org.javagroups.demos.wb
Shared whiteboard: members are represented by rectangles that contain their names and the OS/arch of the machine they are working on.
Whiteboard() - Constructor for class org.javagroups.demos.wb.Whiteboard
 
Whiteboard(String) - Constructor for class org.javagroups.demos.wb.Whiteboard
 
width - Variable in class org.javagroups.demos.wb.Node
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.Chat
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.DrawRepl
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.Gossip
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.QuoteClient
 
windowActivated(WindowEvent) - Method in class org.javagroups.demos.Topology
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.Chat
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.DrawRepl
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.Gossip
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.QuoteClient
 
windowClosed(WindowEvent) - Method in class org.javagroups.demos.Topology
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.Chat
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.DrawRepl
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.Gossip
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.QuoteClient
 
windowClosing(WindowEvent) - Method in class org.javagroups.demos.Topology
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.Chat
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.DrawRepl
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.Gossip
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.QuoteClient
 
windowDeactivated(WindowEvent) - Method in class org.javagroups.demos.Topology
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.Chat
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.DrawRepl
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.Gossip
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.QuoteClient
 
windowDeiconified(WindowEvent) - Method in class org.javagroups.demos.Topology
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.Chat
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.DrawRepl
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.Gossip
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.QuoteClient
 
windowIconified(WindowEvent) - Method in class org.javagroups.demos.Topology
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.Chat
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.DistributedHashtableDemo
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.DistributedQueueDemo
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.DistributedTreeDemo
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.DrawRepl
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.Gossip
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.QuoteClient
 
windowOpened(WindowEvent) - Method in class org.javagroups.demos.Topology
 
wouldBeNewCoordinator(Address) - Method in class org.javagroups.protocols.pbcast.GMS
Checks whether the potential_new_coord would be the new coordinator (2nd in line)
WRAPPED_MSG - Static variable in class org.javagroups.protocols.NakAckHeader
 
write(Externalizable, ObjectOutput) - Static method in class org.javagroups.util.Marshaller
Writes an object to the ObjectOutput stream.
write(OutputStream, byte[], long) - Method in class org.javagroups.util.TimedWriter
Writes data to an output stream.
write(OutputStream, int, long) - Method in class org.javagroups.util.TimedWriter
 
writeExternal(ObjectOutput) - Method in class org.javagroups.blocks.MethodCall
 
writeExternal(ObjectOutput) - Method in class org.javagroups.blocks.PullPushAdapter.PullHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.blocks.ReplicationData
 
writeExternal(ObjectOutput) - Method in class org.javagroups.blocks.RequestCorrelator.Header
Write out the header to the given stream
writeExternal(ObjectOutput) - Method in class org.javagroups.blocks.TransactionalHashtable.Data
 
writeExternal(ObjectOutput) - Method in class org.javagroups.blocks.Xid
 
writeExternal(ObjectOutput) - Method in class org.javagroups.ensemble.Hot_Endpoint
 
writeExternal(ObjectOutput) - Method in class org.javagroups.MergeView
 
writeExternal(ObjectOutput) - Method in class org.javagroups.Message
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.BSH.BshHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.CAUSAL.CausalHeader
Manual serialization
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.ENCRYPT1_4.EncryptHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.FC.FcHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.FD.FdHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.FD_PID.FdHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.FD_PROB.FdHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.FD_SIMPLE.FdHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.FD_SOCK.FdHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.FRAG.FragHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.JMS.JMSAddress
Write the object to external output.
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.MERGE.MergeHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.MERGEFAST.MergefastHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.NakAckHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.PARTITIONER.PartitionerHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.pbcast.Digest
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.pbcast.GMS.GmsHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.pbcast.MergeData
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.pbcast.NakAckHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.pbcast.PbcastHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.pbcast.STABLE.StableHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.pbcast.STATE_TRANSFER.StateHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.PerfHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.PIGGYBACK.PiggybackHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.PingHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.ring.RingToken
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.SMACK.SmackHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.TcpHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.TOTAL.Header
Manual serialization
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.TOTAL_OLD.TotalHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.TOTAL_TOKEN.RingTokenHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.TOTAL_TOKEN.TotalTokenHeader
Manual serialization
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.TunnelHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.UdpHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.UNICAST.UnicastHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.VERIFY_SUSPECT.VerifyHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.WANPIPE.WanPipeHeader
 
writeExternal(ObjectOutput) - Method in class org.javagroups.protocols.WanPipeAddress
 
writeExternal(ObjectOutput) - Method in class org.javagroups.service.lease.DenyResponseHeader
Write state of this object into object output.
writeExternal(ObjectOutput) - Method in class org.javagroups.service.lease.LeaseFactoryService.LeaseInfo
 
writeExternal(ObjectOutput) - Method in class org.javagroups.service.lease.LeaseInfoReplicationHeader
Write state of this header into ObjectOutput.
writeExternal(ObjectOutput) - Method in class org.javagroups.service.lease.LeaseRequestHeader
Write state of this object into object output stream.
writeExternal(ObjectOutput) - Method in class org.javagroups.service.lease.LeaseResponseHeader
Write state of this object into object output.
writeExternal(ObjectOutput) - Method in class org.javagroups.stack.GossipData
 
writeExternal(ObjectOutput) - Method in class org.javagroups.stack.IpAddress
 
writeExternal(ObjectOutput) - Method in class org.javagroups.util.List
 
writeExternal(ObjectOutput) - Method in class org.javagroups.util.Range
 
writeExternal(ObjectOutput) - Method in class org.javagroups.util.Stack
 
writeExternal(ObjectOutput) - Method in class org.javagroups.View
 
writeExternal(ObjectOutput) - Method in class org.javagroups.ViewId
 
writeLock() - Method in class org.javagroups.util.RWLock
Obtain a write lock
writeLockNoBlock() - Method in class org.javagroups.util.RWLock
Obtain the write lock immediatelly or throw an exception if an attempt to get the write lock would block this call
WriterTracer - Class in org.javagroups.log
Provides output to a Writer.
writeUnlock() - Method in class org.javagroups.util.RWLock
Revoke the write lock
wrongMethod(String) - Method in class org.javagroups.protocols.GmsImpl
 
wrongMethod(String) - Method in class org.javagroups.protocols.pbcast.GmsImpl
 

X

x - Variable in class org.javagroups.demos.wb.Node
 
xfer_view - Variable in class org.javagroups.ensemble.Hot_ViewState
 
Xid - Class in org.javagroups.blocks
Distributed transaction ID modeled after the JTA spec.
Xid() - Constructor for class org.javagroups.blocks.Xid
 
XID - Static variable in class org.javagroups.blocks.Xid
 
xloc - Variable in class org.javagroups.demos.wb.Node
 
XMIT_REQ - Static variable in class org.javagroups.protocols.pbcast.NakAckHeader
 
XMIT_REQ - Static variable in class org.javagroups.protocols.pbcast.PbcastHeader
 
XMIT_RSP - Static variable in class org.javagroups.protocols.pbcast.NakAckHeader
 
XMIT_RSP - Static variable in class org.javagroups.protocols.pbcast.PbcastHeader
 
XmlConfigurator - Class in org.javagroups.conf
 
XmlConfigurator(String, ProtocolData[]) - Constructor for class org.javagroups.conf.XmlConfigurator
 
XmlConfigurator(String) - Constructor for class org.javagroups.conf.XmlConfigurator
 
XmlValidator - Class in org.javagroups.conf
 
XmlValidator(String, String) - Constructor for class org.javagroups.conf.XmlValidator
 
XmlValidator(String, String, boolean) - Constructor for class org.javagroups.conf.XmlValidator
 

Y

y - Variable in class org.javagroups.demos.wb.Node
 
yloc - Variable in class org.javagroups.demos.wb.Node
 

_

_add(Object) - Method in class org.javagroups.blocks.DistributedQueue
 
_add(String) - Method in class org.javagroups.blocks.DistributedTree
 
_add(String, Serializable) - Method in class org.javagroups.blocks.DistributedTree
 
_addAll(Collection) - Method in class org.javagroups.blocks.DistributedQueue
 
_addAtHead(Object) - Method in class org.javagroups.blocks.DistributedQueue
 
_clear() - Method in class org.javagroups.blocks.DistributedHashtable
 
_corr - Variable in class org.javagroups.stack.MessageProtocol
 
_private_reset() - Method in class org.javagroups.blocks.DistributedQueue
 
_put(Object, Object) - Method in class org.javagroups.blocks.DistributedHashtable
 
_put(String, HashMap) - Method in class org.javagroups.blocks.ReplicatedTree
 
_put(String, String, Object) - Method in class org.javagroups.blocks.ReplicatedTree
 
_putAll(Map) - Method in class org.javagroups.blocks.DistributedHashtable
 
_putAll(Map) - Method in class org.javagroups.blocks.ReplicatedHashtable
 
_remove(Object) - Method in class org.javagroups.blocks.DistributedHashtable
 
_remove() - Method in class org.javagroups.blocks.DistributedQueue
 
_remove(String) - Method in class org.javagroups.blocks.DistributedTree
 
_remove(String) - Method in class org.javagroups.blocks.ReplicatedTree
 
_remove(String, String) - Method in class org.javagroups.blocks.ReplicatedTree
 
_removeData(String) - Method in class org.javagroups.blocks.ReplicatedTree
 
_reset() - Method in class org.javagroups.blocks.DistributedQueue
 
_set(String, Serializable) - Method in class org.javagroups.blocks.DistributedTree
 

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

Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.