| Modifier and Type | Field and Description |
|---|---|
static String |
APP_CONFIG_NAME_KEY |
static String |
CONFIG_SUFFIX |
static String |
REGISTRY_FILE_PROPERTY |
static String |
REGISTRY_FOLDER_PROPERTY |
static String |
REGISTRY_LOCK_INTERVAL_PROPERTY |
static String |
REGISTRY_READONLY_PROPERTY |
static String |
REGISTRY_SYNC_FILE_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commit the changes to the registry.
|
void |
destroy()
destroy the single instance.
|
ComponentQuery |
getComponentQuery()
Get the ComponentQuery specific to the target of the instance.
|
ComponentQuery |
getComponentQuery(String targetName)
Get a ComponentQuery instance for a given target
|
GenericQuery |
getGenericQuery()
Get a Generic Query Instance
|
String |
getProperty(String propName)
Get a registry property.
|
RegistrySpec |
getRegistrySpec()
Get the Registry Specification.
|
Repository |
getRepository()
Get the Repository the registry instance uses.
|
ServiceAssemblyQuery |
getServiceAssemblyQuery()
Get the ServiceAssemblyQuery specific to the target of the instance.
|
ServiceAssemblyQuery |
getServiceAssemblyQuery(String targetName)
Get a ServiceAssemblyQuery instance for a given target
|
Updater |
getUpdater()
Get the Updater instance to be used for updating the Registry.
|
ByteArrayInputStream |
snapshot()
Take a snapshot of the Registry.
|
static final String REGISTRY_FOLDER_PROPERTY
static final String REGISTRY_FILE_PROPERTY
static final String REGISTRY_SYNC_FILE_PROPERTY
static final String REGISTRY_READONLY_PROPERTY
static final String REGISTRY_LOCK_INTERVAL_PROPERTY
static final String CONFIG_SUFFIX
static final String APP_CONFIG_NAME_KEY
Updater getUpdater() throws RegistryException
RegistryException - if problems are encountered in creating
a Updater.GenericQuery getGenericQuery() throws RegistryException
RegistryException - on errors.ComponentQuery getComponentQuery(String targetName) throws RegistryException
targetName - - name identifying the target.RegistryException - on errors.ComponentQuery getComponentQuery() throws RegistryException
RegistryException - on errors.ServiceAssemblyQuery getServiceAssemblyQuery(String targetName) throws RegistryException
targetName - - name identifying the target.RegistryException - on errors.ServiceAssemblyQuery getServiceAssemblyQuery() throws RegistryException
RegistryException - on errors.void destroy()
RegistrySpec getRegistrySpec()
Repository getRepository()
void commit()
throws RegistryException
RegistryExceptionByteArrayInputStream snapshot() throws RegistryException
RegistryExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.