Package | Description |
---|---|
org.modeshape.jcr.bus | |
org.modeshape.jcr.clustering | |
org.modeshape.jcr.journal |
Modifier and Type | Class and Description |
---|---|
class |
ClusteredChangeBus
Implementation of a
ChangeBus which can run in a cluster, via ClusteringService . |
Modifier and Type | Field and Description |
---|---|
protected Set<MessageConsumer<Serializable>> |
ClusteringService.consumers
A list of message consumers which register themselves with this service.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusteringService.addConsumer(MessageConsumer<? extends Serializable> consumer)
Adds a new message consumer to this service.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredJournal
A
ChangeJournal implementation which runs in a cluster and which attempts to reconcile with other members of the cluster
on startup in order to retrieve missed/lost records. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.