Interface WorkspaceListener
-
- All Known Implementing Classes:
RepositoryImpl
public interface WorkspaceListenerListener for external workspace changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexternalWorkspaceCreated(String workspaceName, InputSource configTemplate)Workspace created on another cluster node.
-
-
-
Method Detail
-
externalWorkspaceCreated
void externalWorkspaceCreated(String workspaceName, InputSource configTemplate) throws RepositoryException
Workspace created on another cluster node.- Parameters:
workspaceName-configTemplate-- Throws:
RepositoryException
-
-