|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObservationBus | |
|---|---|
| org.modeshape.clustering | |
| org.modeshape.graph.observe | The Observation API provides several mechanisms for asynchronously observing changes to content. |
| org.modeshape.repository | The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. |
| org.modeshape.repository.cluster | |
| Uses of ObservationBus in org.modeshape.clustering |
|---|
| Classes in org.modeshape.clustering that implement ObservationBus | |
|---|---|
class |
ClusteredObservationBus
An implementation of a cluster-aware ObservationBus. |
| Uses of ObservationBus in org.modeshape.graph.observe |
|---|
| Classes in org.modeshape.graph.observe that implement ObservationBus | |
|---|---|
class |
LocalObservationBus
A simple Observer that is itself Observable. |
| Uses of ObservationBus in org.modeshape.repository |
|---|
| Constructors in org.modeshape.repository with parameters of type ObservationBus | |
|---|---|
RepositoryLibrary(RepositorySource configurationSource,
String configurationWorkspaceName,
Path pathToSourcesConfigurationRoot,
ExecutionContext context,
ObservationBus observationBus)
Create a new manager instance. |
|
RepositoryService(RepositorySource configurationSource,
String configurationWorkspaceName,
Path pathToConfigurationRoot,
ExecutionContext context,
ObservationBus observationBus,
Problems problems)
Create a service instance, reading the configuration describing new RepositorySource instances from the supplied
configuration repository. |
|
| Uses of ObservationBus in org.modeshape.repository.cluster |
|---|
| Classes in org.modeshape.repository.cluster that implement ObservationBus | |
|---|---|
class |
ClusteringService
The service that provides the observation bus for a clustered (or unclustered) environment. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||