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