|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusterContext
Initial interface passed to a ClusterNode.
| Method Summary | |
|---|---|
ClusterConfig |
getClusterConfig()
Return the cluster configuration. |
NamespaceResolver |
getNamespaceResolver()
Return a namespace resolver to map prefixes to URIs and vice-versa |
java.io.File |
getRepositoryHome()
Return the repository home directory. |
void |
lockEventsReady(java.lang.String workspace)
Notifies the cluster context that some workspace lock events are available and that it should start up a listener to receive them. |
void |
updateEventsReady(java.lang.String workspace)
Notifies the cluster context that some workspace update events are available and that it should start up a listener to receive them. |
| Method Detail |
|---|
ClusterConfig getClusterConfig()
java.io.File getRepositoryHome()
NamespaceResolver getNamespaceResolver()
void updateEventsReady(java.lang.String workspace)
throws javax.jcr.RepositoryException
workspace - workspace name
javax.jcr.RepositoryException - if the context is unable to provide the listener
void lockEventsReady(java.lang.String workspace)
throws javax.jcr.RepositoryException
workspace - workspace name
javax.jcr.RepositoryException - if the context is unable to provide the listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||