|
||||||||||
| 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 |
File |
getRepositoryHome()
Return the repository home directory. |
void |
lockEventsReady(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(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()
File getRepositoryHome()
NamespaceResolver getNamespaceResolver()
void updateEventsReady(String workspace)
throws RepositoryException
workspace - workspace name
RepositoryException - if the context is unable to provide the listener
void lockEventsReady(String workspace)
throws RepositoryException
workspace - workspace name
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 | |||||||||