@Deprecated public interface JCRServerMBean
Modifier and Type | Method and Description |
---|---|
void |
createWorkspace(String username,
String password,
String workspace)
Deprecated.
Creates a workspace in the managed repository.
|
String |
getLocalAddress()
Deprecated.
|
String |
getLocalEnvironment()
Deprecated.
|
String |
getRemoteAddress()
Deprecated.
|
String |
getRemoteEnvironment()
Deprecated.
|
void |
setLocalAddress(String address)
Deprecated.
|
void |
setLocalEnvironment(String localEnvironment)
Deprecated.
|
void |
setRemoteAddress(String address)
Deprecated.
|
void |
setRemoteEnvironment(String remoteEnvironment)
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
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–2024 The Apache Software Foundation. All rights reserved.