Method Summary |
|
public void | commit() Commit the changes to the registry. |
public void | destroy() |
public ComponentQuery | getComponentQuery(String targetName) Get a ComponentQuery instance for a given target
Parameters: targetName - - name identifying the target. |
public ComponentQuery | getComponentQuery() Get the ComponentQuery specific to the target of the instance. |
public GenericQuery | getGenericQuery() |
public ManagementContext | getManagementContext() |
Marshaller | getMarshaller() |
public String | getProperty(String propName) Get a Registry Property. |
public String | getRegistryBkupFilePath() |
public File | getRegistryFile() |
public String | getRegistryFilePath() |
public String | getRegistryFolderPath() |
LockManager | getRegistryObjectLockManager() |
public RegistrySpec | getRegistrySpec() Get the Registry Specification. |
Writer | getRegistryWriter() |
public Repository | getRepository() |
LockManager | getSerializationLockManager() |
public ServiceAssemblyQuery | getServiceAssemblyQuery(String targetName) Get a ServiceAssemblyQuery instance for a given target
Parameters: targetName - - name identifying the target. |
public ServiceAssemblyQuery | getServiceAssemblyQuery() Get the ServiceAssemblyQuery specific to the target of the instance. |
public Updater | getUpdater() Get the Updater instance to be used for updating the Registry. |
public void | reinitialize() |
public ByteArrayInputStream | snapshot() Take a consistent snapshot of the registry. |