|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedRepositoryMBean
Interface for managing a JCR repository as a JMX MBean.
| Method Summary | |
|---|---|
void |
createWorkspace(String name)
Creates a new workspace with the given name. |
Map<String,String> |
getDescriptors()
Returns all the repository descriptors. |
String |
getName()
Returns the name of this repository implementation. |
String |
getVersion()
Returns the version of this repository implementation. |
String[] |
getWorkspaceNames()
Returns the names of all the workspaces in this repository. |
| Method Detail |
|---|
String getName()
Repository.REP_NAME_DESCString getVersion()
Repository.REP_VERSION_DESCMap<String,String> getDescriptors()
String[] getWorkspaceNames()
void createWorkspace(String name)
throws RepositoryException
name - workspace name
RepositoryException - if the workspace could not be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||