public interface GenericQuery
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(ConfigurationCategory type,
String name)
Get the value of a configuration attribute belonging to the
specified category, for the runtime target.
|
String |
getAttribute(String targetName,
ConfigurationCategory type,
String name)
Get the value of a configuration attribute belonging to the
specified category, for the specified target.
|
List<String> |
getClusters() |
List<String> |
getClustersDeployingServiceAssembly(String serviceAssemblyName) |
List<String> |
getClustersInstallingComponent(String componentName) |
List<String> |
getClustersInstallingSharedLibrary(String sharedLibraryName) |
String |
getComponentArchive(String componentName) |
ComponentDescriptor |
getComponentDescriptor(String componentName) |
String |
getComponentFileName(String componentName)
Get the file name for the domain component.
|
String |
getComponentInstallationDescriptor(String componentName) |
long |
getComponentTimestamp(String componentName)
Get the timestamp for the domain component.
|
ComponentType |
getComponentType(String componentName) |
BigInteger |
getComponentUpgradeNumber(String componentName)
This method is used to get the value of the attribute upgrade-number from the
domain level entry for the component in the registry
|
List<String> |
getRegisteredComponents() |
List<String> |
getRegisteredServiceAssemblies() |
List<String> |
getRegisteredSharedLibraries() |
List<String> |
getServers() |
List<String> |
getServersDeployingServiceAssembly(String serviceAssemblyName) |
List<String> |
getServersInstallingComponent(String componentName) |
List<String> |
getServersInstallingSharedLibrary(String sharedLibraryName) |
String |
getServiceAssemblyArchive(String serviceAssemblyName) |
String |
getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName) |
String |
getServiceAssemblyFileName(String saName)
Get the file name for the domain service assembly.
|
long |
getServiceAssemblyTimestamp(String saName)
Get the timestamp for the domain service assembly.
|
String |
getServiceUnitDeploymentDescriptor(String serviceAssemblyName,
String serviceUnitName) |
String |
getSharedLibraryArchive(String sharedLibraryName) |
String |
getSharedLibraryFileName(String slName)
Get the file name for the domain shared library.
|
String |
getSharedLibraryInstallationDescriptor(String sharedLibraryName) |
long |
getSharedLibraryTimestamp(String slName)
Get the timestamp for the domain shared library.
|
boolean |
isAttributeOverriden(String targetName,
ConfigurationCategory type,
String name)
Determine if a configuration attribute is overriden by a target.
|
boolean |
isComponentInstalled(String componentName) |
boolean |
isComponentRegistered(String componentName) |
boolean |
isGlobalConfigurationDefined()
Determine if the domain configuration is present in the registry
|
boolean |
isServiceAssemblyDeployed(String serviceAssemblyName) |
boolean |
isServiceAssemblyRegistered(String serviceAssemblyName) |
boolean |
isSharedLibraryInstalled(String sharedLibraryName) |
boolean |
isSharedLibraryRegistered(String sharedLibraryName) |
boolean |
isSystemComponent(String componentName)
This method is used to find out if this is a schemaorg_apache_xmlbeans.system
component.
|
boolean |
isSystemSharedLibrary(String sharedLibraryName)
This method is used to find out if this is a schemaorg_apache_xmlbeans.system
shared library
This method returns the value of schemaorg_apache_xmlbeans.system-install attribute
for this shared library from the registry
A shared library that has schemaorg_apache_xmlbeans.system-install set to true will have
its install root under AS_INSTALL/jbi and it should not be
deleted on uninstall
|
List<String> getServersInstallingComponent(String componentName) throws RegistryException
componentName - - Component nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.List<String> getServersInstallingSharedLibrary(String sharedLibraryName) throws RegistryException
sharedLibraryName - - Shared Library nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.List<String> getServersDeployingServiceAssembly(String serviceAssemblyName) throws RegistryException
serviceAssemblyName - - Service Assembly nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.List<String> getClustersInstallingComponent(String componentName) throws RegistryException
componentName - - Component nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.List<String> getClustersInstallingSharedLibrary(String sharedLibraryName) throws RegistryException
sharedLibraryName - - Shared Library nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.List<String> getClustersDeployingServiceAssembly(String serviceAssemblyName) throws RegistryException
serviceAssemblyName - - Service Assembly nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.String getComponentInstallationDescriptor(String componentName) throws RegistryException
componentName - - component nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.ComponentDescriptor getComponentDescriptor(String componentName) throws RegistryException
componentName - - component nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.String getSharedLibraryInstallationDescriptor(String sharedLibraryName) throws RegistryException
sharedLibraryName - - shared library nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.String getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName) throws RegistryException
serviceAssemblyName - - service assembly nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.String getServiceUnitDeploymentDescriptor(String serviceAssemblyName, String serviceUnitName) throws RegistryException
serviceAssemblyName - - service assembly nameserviceUnitName - - service unit nameRegistryException - if a read lock cannot be acquired to access the
in-memory Registry.String getServiceAssemblyArchive(String serviceAssemblyName) throws RegistryException
serviceAssemblyName - - service assembly nameRegistryException - if a problem exists.String getComponentArchive(String componentName) throws RegistryException
componentName - - component nameRegistryException - if a problem exists.String getSharedLibraryArchive(String sharedLibraryName) throws RegistryException
sharedLibraryName - - sharedLibrary nameRegistryException - if a problem exists.boolean isComponentInstalled(String componentName) throws RegistryException
RegistryException - if a read lock cannot be acquired to access the
in-memory Registry.boolean isSharedLibraryInstalled(String sharedLibraryName) throws RegistryException
RegistryException - if a read lock cannot be acquired to access the
in-memory Registry.boolean isServiceAssemblyDeployed(String serviceAssemblyName) throws RegistryException
RegistryException - if a read lock cannot be acquired to access the
in-memory Registry.ComponentType getComponentType(String componentName) throws RegistryException
RegistryExceptionList<String> getServers() throws RegistryException
RegistryExceptionList<String> getClusters() throws RegistryException
RegistryExceptionboolean isSharedLibraryRegistered(String sharedLibraryName) throws RegistryException
RegistryExceptionboolean isServiceAssemblyRegistered(String serviceAssemblyName) throws RegistryException
RegistryExceptionboolean isComponentRegistered(String componentName) throws RegistryException
RegistryExceptionList<String> getRegisteredServiceAssemblies() throws RegistryException
RegistryExceptionList<String> getRegisteredSharedLibraries() throws RegistryException
RegistryExceptionList<String> getRegisteredComponents() throws RegistryException
RegistryExceptionboolean isSystemComponent(String componentName) throws RegistryException
componentName - the name of the componentRegistryExceptionboolean isSystemSharedLibrary(String sharedLibraryName) throws RegistryException
sharedLibraryName - the name of the shared libraryRegistryExceptionString getComponentFileName(String componentName) throws RegistryException
componentName - - component nameRegistryExceptionString getSharedLibraryFileName(String slName) throws RegistryException
slName - - shared library nameRegistryExceptionString getServiceAssemblyFileName(String saName) throws RegistryException
saName - - service assembly nameRegistryExceptionlong getComponentTimestamp(String componentName) throws RegistryException
componentName - - component nameRegistryExceptionlong getSharedLibraryTimestamp(String slName) throws RegistryException
slName - - shared library nameRegistryExceptionlong getServiceAssemblyTimestamp(String saName) throws RegistryException
saName - - service assembly nameRegistryExceptionBigInteger getComponentUpgradeNumber(String componentName) throws RegistryException
componentName - the componentNameRegistryException - if the upgrade number could not be retrievedString getAttribute(ConfigurationCategory type, String name) throws RegistryException
type - - configuration categoryname - - identification for the attributeRegistryException - on errors in getting the attribute valueString getAttribute(String targetName, ConfigurationCategory type, String name) throws RegistryException
targetName - - target instance/cluster name.type - - configuration categoryname - - identification for the attributeRegistryException - on errors in getting the attribute valueboolean isAttributeOverriden(String targetName, ConfigurationCategory type, String name)
targetName - - target instance/cluster name.type - - configuration categoryname - - identification for the attributeboolean isGlobalConfigurationDefined()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.