org.apache.jackrabbit.core.cluster
Interface WorkspaceListener

All Known Implementing Classes:
RepositoryImpl

public interface WorkspaceListener

Listener for external workspace changes.


Method Summary
 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


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.