org.apache.jackrabbit.rmi.jackrabbit
Interface RemoteJackrabbitWorkspace
- All Superinterfaces:
- Remote, RemoteWorkspace
- All Known Implementing Classes:
- ServerJackrabbitWorkspace
public interface RemoteJackrabbitWorkspace
- extends RemoteWorkspace
Remote version of the JackrabbitWorkspace extension interface.
| Methods inherited from interface org.apache.jackrabbit.rmi.remote.RemoteWorkspace |
clone, copy, copy, getAccessibleWorkspaceNames, getName, getNamespaceRegistry, getNodeTypeManager, getObservationManager, getQueryManager, importXML, move |
createWorkspace
void createWorkspace(String name,
byte[] template)
throws RepositoryException,
RemoteException
- Creates a new workspace.
- Parameters:
name - workspace nametemplate - workspace configuration template, or null
- Throws:
RepositoryException - if a repository error occurs
RemoteException - if a remote exception occurs
Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.