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 javax.jcr.RepositoryException,
RemoteException
- Creates a new workspace.
- Parameters:
name
- workspace nametemplate
- workspace configuration template, or null
- Throws:
javax.jcr.RepositoryException
- if a repository error occurs
RemoteException
- if a remote exception occurs
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.