Interface WorkspaceListener
-
- All Known Implementing Classes:
RepositoryImpl
public interface WorkspaceListener
Listener for external workspace changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
externalWorkspaceCreated(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
-
-