getAttribute(ConfigurationCategory type, String name) Get the value of a configuration attribute belonging to the
specified category, for the runtime target.
Get the value of a configuration attribute belonging to the
specified category, for the runtime target.
Parameters: type - - configuration category Parameters: name - - identification for the attribute exception: RegistryException - on errors in getting the attribute value the String representation of the attributes value
Get the value of a configuration attribute belonging to the
specified category, for the specified target.
Parameters: targetName - - target instance/cluster name. Parameters: type - - configuration category Parameters: name - - identification for the attribute exception: RegistryException - on errors in getting the attribute value the String representation of the attributes value
Parameters: serviceAssemblyName - - Service Assembly name a List of all clusters deploying a service assembly.The List excludes all non-clustered servers. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: componentName - - Component name a List of all clusters installing a component. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: sharedLibraryName - - Shared Library name a List of all clusters installing a shared library. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: componentName - - component name wrapper for the Installation descriptor for the component. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: componentName - - component name the Installation descriptor for the component. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
This method is used to get the value of the attribute upgrade-number from the
domain level entry for the component in the registry
Parameters: componentName - the componentName BigInteger the upgrade number throws: RegistryException - if the upgrade number could not be retrieved
Parameters: serviceAssemblyName - - Service Assembly name a List of all servers deploying a service assembly.The List excludes all non-clustered servers. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: componentName - - Component name a List of all servers installing a component.The List excludes all non-clustered servers. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: sharedLibraryName - - Shared Library name a List of all servers installing a shared library.The List excludes all non-clustered servers. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: serviceAssemblyName - - service assembly name the Installation descriptor for the component. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: serviceAssemblyName - - service assembly name Parameters: serviceUnitName - - service unit name the Installation descriptor for the service unit. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Parameters: sharedLibraryName - - shared library name the Installation descriptor for the shared library. throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
Determine if a configuration attribute is overriden by a target.
Parameters: targetName - - target instance/cluster name. Parameters: type - - configuration category Parameters: name - - identification for the attribute true if the attribute is overriden by a target
true if a component is installed on one or more servers / clusters throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
true if a service assembly is deployed on one or more servers / clusters throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
true if a shared library is installed on one or more servers / clusters throws: RegistryException - if a read lock cannot be acquired to access the in-memory Registry.
This method is used to find out if this is a system
component.
This method returns the value of system-install attribute
for this component from the registry
A component that has system-install set to true will have
its install root under AS_INSTALL/jbi and it should not be
deleted on unload of the component's uninstaller.
Parameters: componentName - the name of the component boolean true if system-install is true, false otherwise
This method is used to find out if this is a system
shared library
This method returns the value of system-install attribute
for this shared library from the registry
A shared library that has system-install set to true will have
its install root under AS_INSTALL/jbi and it should not be
deleted on uninstall
Parameters: sharedLibraryName - the name of the shared library boolean true if system-install is true, false otherwise