public interface JCRServerMBean
Modifier and Type | Method and Description |
---|---|
void |
createWorkspace(String username,
String password,
String workspace)
Creates a workspace in the managed repository.
|
String |
getLocalAddress() |
String |
getLocalEnvironment() |
String |
getRemoteAddress() |
String |
getRemoteEnvironment() |
void |
setLocalAddress(String address) |
void |
setLocalEnvironment(String localEnvironment) |
void |
setRemoteAddress(String address) |
void |
setRemoteEnvironment(String remoteEnvironment) |
void |
start() |
void |
stop() |
void createWorkspace(String username, String password, String workspace) throws RepositoryException
username
- administrator usernamepassword
- administrator passwordworkspace
- name of the workspace to createRepositoryException
- if the workspace could not be createdString getLocalAddress()
void setLocalAddress(String address)
String getRemoteAddress()
void setRemoteAddress(String address)
String getRemoteEnvironment()
void setRemoteEnvironment(String remoteEnvironment)
String getLocalEnvironment()
void setLocalEnvironment(String localEnvironment)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.