Uses of Package
org.javagroups.blocks

Packages that use org.javagroups.blocks
org.javagroups.blocks   
org.javagroups.demos   
org.javagroups.demos.wb   
org.javagroups.protocols   
org.javagroups.service   
org.javagroups.service.lease   
org.javagroups.stack   
 

Classes in org.javagroups.blocks used by org.javagroups.blocks
ConnectionTable.ConnectionListener
          Used to be notified about connection establishment and teardown
ConnectionTable.Receiver
          Used for message reception
ConnectionTable1_4.ConnectionListener
          Used to be notified about connection establishment and teardown
ConnectionTable1_4.Receiver
          Used for message reception
DistributedHashtable.Notification
           
DistributedLockManager.LockDecree
          This class represents the lock
DistributedQueue.Notification
           
DistributedTree.DistributedTreeListener
           
DistributedTree.ViewListener
           
Link.Receiver
           
LockingException
           
LockManager
          LockManager represents generic lock manager that allows obtaining and releasing locks on objects.
LockNotGrantedException
          This exception indicated that lock manager refused to give a lock on some resource.
LockNotReleasedException
          This exception indicated that lock manager refused to release a lock on some resource.
LogicalLink.AllLinksDown
           
LogicalLink.NoLinksAvailable
           
LogicalLink.Receiver
           
MessageDispatcher
          Used on top of channel to implement group requests.
MethodCall
          A method call is the JavaGroup representation of a remote method.
MethodLookup
           
NotificationBus.Consumer
           
PullPushAdapter
          Allows a client of Channel to be notified when messages have been received instead of having to actively poll the channel for new messages.
ReplicatedHashtable.Notification
           
ReplicatedHashtable.StateTransferListener
           
ReplicatedTree.Node
           
ReplicatedTree.ReplicatedTreeListener
           
ReplicationData
          Class used for data exchange by ReplicationManager and ReplicationReceiver.
ReplicationManager
          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
ReplicationReceiver
          Implementation of this interface needs to register with ReplicationManager and will receive updates to be applied to its locally replicated data.
RequestCorrelator
          Framework to send requests and receive matching responses (matching on request ID).
RequestHandler
           
RpcDispatcher.Marshaller
           
RspCollector
           
TransactionalHashtable.Notification
           
TwoPhaseVotingAdapter
          This adapter introduces simple two-phase voting on a specified decree.
TwoPhaseVotingListener
          Implementations of this interface can participate in two-phase voting process.
UpdateException
           
VoteException
          This exception is thrown when voting listener cannot vote on the specified decree.
VotingAdapter
          Voting adapter provides a voting functionality for an application.
VotingAdapter.VoteResult
          This class represents the result of local voting.
VotingListener
          Implemetations of this interface are able to participate in voting process.
Xid
          Distributed transaction ID modeled after the JTA spec.
 

Classes in org.javagroups.blocks used by org.javagroups.demos
DistributedHashtable.Notification
           
DistributedQueue.Notification
           
DistributedTree.DistributedTreeListener
           
NotificationBus.Consumer
           
 

Classes in org.javagroups.blocks used by org.javagroups.demos.wb
RpcDispatcher
          Dispatches and receives remote group method calls.
 

Classes in org.javagroups.blocks used by org.javagroups.protocols
ConnectionTable.ConnectionListener
          Used to be notified about connection establishment and teardown
ConnectionTable.Receiver
          Used for message reception
LogicalLink.Receiver
           
RequestHandler
           
 

Classes in org.javagroups.blocks used by org.javagroups.service
PullPushAdapter
          Allows a client of Channel to be notified when messages have been received instead of having to actively poll the channel for new messages.
 

Classes in org.javagroups.blocks used by org.javagroups.service.lease
PullPushAdapter
          Allows a client of Channel to be notified when messages have been received instead of having to actively poll the channel for new messages.
 

Classes in org.javagroups.blocks used by org.javagroups.stack
MethodCall
          A method call is the JavaGroup representation of a remote method.
RequestCorrelator
          Framework to send requests and receive matching responses (matching on request ID).
RequestHandler
           
 



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