public interface RemoteWorkspace extends Remote
Workspace
interface.
Used by the
ServerWorkspace
and
ClientWorkspace
adapters to provide transparent RMI access to remote workspaces.
Most of the methods in this interface are documented only with a reference to a corresponding Workspace method. In these cases the remote object will simply forward the method call to the underlying Workspace instance. Complex return values like namespace registries and other objects are returned as remote references to the corresponding remote interface. Simple return values and possible exceptions are copied over the network to the client. RMI errors are signaled with RemoteExceptions.
Workspace
,
ClientWorkspace
,
ServerWorkspace
String getName() throws RemoteException
Workspace.getName()
method.RemoteException
- on RMI errorsvoid copy(String from, String to) throws RepositoryException, RemoteException
Workspace.copy(String,String)
method.from
- source pathto
- destination pathRepositoryException
- on repository errorsRemoteException
- on RMI errorsvoid copy(String workspace, String from, String to) throws RepositoryException, RemoteException
Workspace.copy(String,String,String)
method.workspace
- source workspacefrom
- source pathto
- destination pathRepositoryException
- on repository errorsRemoteException
- on RMI errorsvoid clone(String workspace, String from, String to, boolean removeExisting) throws RepositoryException, RemoteException
Workspace.clone(String,String,String,boolean)
method.workspace
- source workspacefrom
- source pathto
- destination pathremoveExisting
- flag to remove existing itemsRepositoryException
- on repository errorsRemoteException
- on RMI errorsvoid move(String from, String to) throws RepositoryException, RemoteException
Workspace.move(String,String)
method.from
- source pathto
- destination pathRepositoryException
- on repository errorsRemoteException
- on RMI errorsRemoteNodeTypeManager getNodeTypeManager() throws RepositoryException, RemoteException
Workspace.getNodeTypeManager()
method.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRemoteNamespaceRegistry getNamespaceRegistry() throws RepositoryException, RemoteException
Workspace.getNamespaceRegistry()
method.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRemoteQueryManager getQueryManager() throws RepositoryException, RemoteException
Workspace.getQueryManager()
method.RepositoryException
- on repository errorsRemoteException
- on RMI errorsRemoteObservationManager getObservationManager() throws RepositoryException, RemoteException
Workspace.getObservationManager()
method.RepositoryException
- on repository errorsRemoteException
- on RMI errorsString[] getAccessibleWorkspaceNames() throws RepositoryException, RemoteException
Workspace.getAccessibleWorkspaceNames()
method.RepositoryException
- on repository errorsRemoteException
- on RMI errorsvoid importXML(String path, byte[] xml, int uuidBehaviour) throws IOException, RepositoryException, RemoteException
Workspace.importXML(String,InputStream,int)
method.path
- node pathxml
- imported XML documentuuidBehaviour
- uuid behaviour flagIOException
- on IO errorsRepositoryException
- on repository errorsRemoteException
- on RMI errorsvoid createWorkspace(String name, String source) throws RepositoryException, RemoteException
RepositoryException
RemoteException
void deleteWorkspace(String name) throws RepositoryException, RemoteException
RepositoryException
RemoteException
RemoteLockManager getLockManager() throws RepositoryException, RemoteException
RepositoryException
RemoteException
RemoteVersionManager getVersionManager() throws RepositoryException, RemoteException
RepositoryException
RemoteException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.