|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalNode | |
org.codehaus.activecluster | ActiveCluster API for working with a simple cluster abstraction for building cluster algorithms like buddy systems, voting, master/slave protocols, electing a controller and so forth. |
org.codehaus.activecluster.impl | Default implementation of ActiveCluster using standard JMS API to build the cluster. |
Uses of LocalNode in org.codehaus.activecluster |
Methods in org.codehaus.activecluster that return LocalNode | |
LocalNode |
Cluster.getLocalNode()
The local Node which allows you to mutate the state or subscribe to the nodes temporary queue for inbound messages direct to the Node |
Uses of LocalNode in org.codehaus.activecluster.impl |
Classes in org.codehaus.activecluster.impl that implement LocalNode | |
class |
NonReplicatedLocalNode
Default implementation of a local Node which doesn't have its state replicated |
class |
ReplicatedLocalNode
Default implementation of a local Node which has its state replicated across the cluster |
Methods in org.codehaus.activecluster.impl that return LocalNode | |
LocalNode |
DefaultCluster.getLocalNode()
|
Constructors in org.codehaus.activecluster.impl with parameters of type LocalNode | |
DefaultCluster(LocalNode localNode,
Topic dataTopic,
Topic destination,
Connection connection,
Session session,
MessageProducer producer,
Timer timer,
long inactiveTime)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |