| java.lang.Object com.sun.jbi.framework.ScaffoldRegistry
Method Summary | |
public void | addCluster(String clusterNameRef) Add a cluster name. | public void | addComponent(ComponentInfo componentInfo) Add a component to the runtime target. | public void | addComponent(String targetName, ComponentInfo componentInfo) Add a component to a given target. | public void | addComponent(String componentName, String fileName, Calendar timestamp) | public void | addComponentApplicationConfiguration(String componentName, Properties appConfig) Add a named application configuration to the registry for the component for the
implicit runtime target. | public void | addComponentApplicationConfiguration(String componentName, String targetName, Properties appConfig) Add a named application configuration to the registry for the component for the
specified runtime target. | public void | addComponentApplicationVariables(String componentName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) Add a set of application variables to the registry for the runtime target. | public void | addComponentApplicationVariables(String componentName, String targetName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) Add a set of application variables to the registry for the specified target. | public void | addServer(String serverNameRef) Add a server name. | public void | addServiceAssembly(String saName, String fileName, Calendar timestamp) Add a service assembly to the domain. | public void | addServiceAssembly(String saName) | public void | addServiceAssembly(String targetName, String saName) Add a service assembly to a given target. | public void | addServiceUnitToComponent(String componentName, ServiceUnitInfo suInfo) Add a ServiceUnit to a Component for the runtime target. | public void | addServiceUnitToComponent(String targetName, String componentName, ServiceUnitInfo suInfo) Add a ServiceUnit to a Component. | public void | addSharedLibrary(ComponentInfo sharedLibraryInfo) Add a shared library to the runtime's target. | public void | addSharedLibrary(String targetName, ComponentInfo sharedLibraryInfo) Add a shared library to a given target. | public void | addSharedLibrary(String slName, String fileName, Calendar timestamp) | public void | commit() Commit the changes to the registry. | public void | deleteAttribute(ConfigurationCategory type, String name) Delete the named attribute from the category if it exists, for the implicit target
The attribute is deleted only if it is overriden for the target, if target is "domain"
the attribute is not deleted. | public void | deleteAttribute(String target, ConfigurationCategory type, String name) Delete the named attribute from the category if it exists, for the implicit target
The attribute is deleted only if it is overriden for the target, if target is "domain"
the attribute is not deleted. | public void | deleteComponentApplicationConfiguration(String componentName, String appConfigName) | public void | deleteComponentApplicationConfiguration(String componentName, String targetName, String appConfigName) | public void | deleteComponentApplicationVariables(String componentName, String[] names) Delete a set of application variables from the registry for the runtime target. | public void | deleteComponentApplicationVariables(String componentName, String targetName, String[] names) Add a set of application variables to the registry for the specified target. | public void | destroy() destroy the single instance. | public List<String> | getComponentIds(ComponentType type) Get a list of component IDs of the specified type.
Parameters: type - The type of component for which the IDs are requested.Can be one of: ComponentType.BINDING, ComponentType.ENGINE,ComponentType.SHARED_LIBRARY, ComponentType.BINDINGS_AND_ENGINES, orComponentType.ALL. | public List<String> | getComponentIds(ComponentType type, ComponentState status) Get a list of component IDs of the specified type, with the
specified status.
Parameters: type - The type of component for which the IDs are requested. Parameters: status - The status for which the IDs are requested. | public ComponentInfo | getComponentInfo(String componentName) Look up a component using its unique name.
Parameters: componentName - the unique name of the component. | public ComponentQuery | getComponentQuery(String targetName) Get a ComponentQuery instance for a given target.
Parameters: targetName - the name identifying the target. | public ComponentQuery | getComponentQuery() Get the ComponentQuery specific to the target of the instance. | public List<String> | getDependentComponentIds(String sharedLibraryName) Return a list of all component names dependent upon the specified Shared
Library.
Parameters: sharedLibraryName - - the unique name of the Shared Library. | public com.sun.jbi.management.registry.GenericQuery | getGenericQuery() Get a Generic Query Instance. | public String | getProperty(String propName) Get a registry property. | public com.sun.jbi.management.registry.RegistrySpec | getRegistrySpec() Get the Registry Specification. | public com.sun.jbi.management.repository.Repository | getRepository() Get the Repository the registry instance uses. | public ServiceAssemblyQuery | getServiceAssemblyQuery(String targetName) Get a ServiceAssemblyQuery instance for a given target
Parameters: targetName - the name identifying the target. | public ServiceAssemblyQuery | getServiceAssemblyQuery() Get the ServiceAssemblyQuery specific to the target of the instance. | public ComponentInfo | getSharedLibraryInfo(String sharedLibraryName) Look up a Shared Library using its unique name.
Parameters: sharedLibraryName - the unique name of the Shared Library. | public ComponentState | getStatus(String componentName) Get the current status of a Binding Component or Service Engine. | public com.sun.jbi.management.registry.Updater | getUpdater() Get the Updater instance to be used for updating the Registry. | public void | removeCluster(String clusterNameRef) Remove a cluster name. | public void | removeComponent(String componentName) Remove a component from the runtime's target. | public void | removeComponent(String targetName, String componentName) Remove a component from a given target. | public void | removeServer(String serverNameRef) Remove a server name. | public void | removeServiceAssembly(String serviceAssemblyName) Remove a service assembly from a given target. | public void | removeServiceAssembly(String targetName, String serviceAssemblyName) Remove a service assembly from a given target. | public void | removeServiceUnitFromComponent(String componentName, String suName) Remove a ServiceUnit from a Component for the runtime target. | public void | removeServiceUnitFromComponent(String targetName, String componentName, String suName) Remove a ServiceUnit from a Component. | public void | removeSharedLibrary(String sharedLibraryName) | public void | removeSharedLibrary(String targetName, String sharedLibraryName) Remove a shared library from a given target. | public void | setAttribute(ConfigurationCategory type, String name, String value) Set the value of a configuration attribute belonging to the
specified category, for the runtime target. | public void | setAttribute(String targetName, ConfigurationCategory type, String name, String value) Get the value of a configuration attribute belonging to the
specified category, for the runtime target. | public void | setComponentAttribute(String componentName, String name, String value) Set the value of a configuration attribute for a component installed on a target
for the runtime target. | public void | setComponentAttribute(String componentName, String targetName, String name, String value) | public void | setComponentAttributes(String componentName, Properties props) Set the value of a configuration attribute for a component installed on a target
for the runtime target. | public void | setComponentAttributes(String componentName, String targetName, Properties props) | public void | setComponentFileName(String fileName, String componentName) Set the file name for the domain component. | public void | setComponentProperties(String targetName, Map<String, String> state, String componentName) Set the properties of a component in a server/cluster.
Parameters: targetName - either the server-name or cluster-name, this operationis a no-op when target = domain. Parameters: componentName - the component name Parameters: props - the properties to set. | public void | setComponentState(ComponentState state, String componentName) Set the state of a component for the target at runtime.
Parameters: componentName - the component name Parameters: state - the state to set. | public void | setComponentState(String targetName, ComponentState state, String componentName) Set the state of a component in a server/cluster.
Parameters: targetName - either the server-name or cluster-name Parameters: componentName - the component name Parameters: state - the state to set. | public void | setComponentUpgradeNumber(String componentName, java.math.BigInteger upgradeNumber) | public void | setServiceAssemblyFileName(String fileName, String saName) Set the file name for the domain service assembly. | public void | setServiceAssemblyState(ServiceAssemblyState state, String saName) Set the state of a ServiceAssembly for the runtime target. | public void | setServiceAssemblyState(String targetName, ServiceAssemblyState state, String saName) Set the state of a ServiceAssembly in a server / cluster. | public void | setServiceUnitState(ServiceUnitState state, String componentName, String suName) Set the state of a ServiceUnit for the runtime target.
Parameters: componentName - the component name Parameters: suName - the service unit name Parameters: state - the state to set. | public void | setServiceUnitState(String targetName, ServiceUnitState state, String componentName, String suName) Set the state of a ServiceUnit in a server / cluster.
Parameters: targetName - either the value 'domain', 'server' or theserver-name or cluster-name. Parameters: componentName - the component name Parameters: suName - the service unit name Parameters: state - the state to set. | public void | setSharedLibraryFileName(String fileName, String slName) Set the file name for the domain shared library. | public ByteArrayInputStream | snapshot() Commit the changes to the registry. | public void | updateComponentApplicationConfiguration(String componentName, Properties appConfig) Update a named application configuration set on a component
for the implicit runtime target. | public void | updateComponentApplicationConfiguration(String componentName, String targetName, Properties appConfig) Update a named application configuration set on a component
for the specified runtime target. | public void | updateComponentApplicationVariables(String componentName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) Update a set of application variables to the registry for the runtime target. | public void | updateComponentApplicationVariables(String componentName, String targetName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) Updated a set of application variables to the registry for the specified target. |
ScaffoldRegistry | ScaffoldRegistry(EnvironmentContext context)(Code) | | Constructor.
Parameters: the - instance of the EnvironmentContext for testing. |
addComponent | public void addComponent(String targetName, ComponentInfo componentInfo) throws RegistryException(Code) | | Add a component to a given target.
Parameters: targetName - {'domain', 'server', "instance-name", "cluster-name"} Parameters: componentInfo - the component instance throws: RegistryException - on errors |
addComponentApplicationConfiguration | public void addComponentApplicationConfiguration(String componentName, Properties appConfig) throws RegistryException(Code) | | Add a named application configuration to the registry for the component for the
implicit runtime target.
Parameters: componentName - component identification Parameters: appConfig - named application configuration represented as properties exception: RegistryException - on errors in adding the application configuration. |
addComponentApplicationConfiguration | public void addComponentApplicationConfiguration(String componentName, String targetName, Properties appConfig) throws RegistryException(Code) | | Add a named application configuration to the registry for the component for the
specified runtime target.
Parameters: componentName - component identification Parameters: appConfig - named application configuration represented as properties Parameters: targetName - target name exception: RegistryException - on errors in adding the application configuration. |
addComponentApplicationVariables | public void addComponentApplicationVariables(String componentName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) throws RegistryException(Code) | | Add a set of application variables to the registry for the runtime target.
Parameters: appVars - - list of application variables to be added to the registry exception: RegistryException - on errors in adding the application variables. |
addComponentApplicationVariables | public void addComponentApplicationVariables(String componentName, String targetName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) throws RegistryException(Code) | | Add a set of application variables to the registry for the specified target.
Parameters: appVars - - list of application variables to be added to the registry Parameters: targetName - - target to be updated exception: RegistryException - on errors in adding the application variables. |
addServiceAssembly | public void addServiceAssembly(String saName, String fileName, Calendar timestamp) throws RegistryException(Code) | | Add a service assembly to the domain.
Parameters: saName - the service assembly name Parameters: fileName - the service assembly archive name throws: RegistryException - on errors |
addServiceAssembly | public void addServiceAssembly(String targetName, String saName) throws RegistryException(Code) | | Add a service assembly to a given target. If target = DOMAIN, then a simple
entry is created with the assembly name. If the target = SERVER / CLUSTER
a service-assembly-ref is added.
Parameters: targetName - - {'domain', 'server', "instance-name", "cluster-name"} Parameters: saName - - service assembly name throws: RegistryException - on errors |
addServiceUnitToComponent | public void addServiceUnitToComponent(String componentName, ServiceUnitInfo suInfo) throws RegistryException(Code) | | Add a ServiceUnit to a Component for the runtime target.
Parameters: suInfo - the ServiceUnitInfo Parameters: componentName - the component name throws: RegistryException - on errors |
addServiceUnitToComponent | public void addServiceUnitToComponent(String targetName, String componentName, ServiceUnitInfo suInfo) throws RegistryException(Code) | | Add a ServiceUnit to a Component.
Parameters: suInfo - the ServiceUnitInfo Parameters: targetName - either the value 'domain', 'server' or theserver-name or cluster-name. Parameters: componentName - the component name throws: RegistryException - on errors |
addSharedLibrary | public void addSharedLibrary(String targetName, ComponentInfo sharedLibraryInfo) throws RegistryException(Code) | | Add a shared library to a given target. If target = DOMAIN, then a simple
entry is created with the library name. If the target = SERVER / CLUSTER
a shared-library-ref is added.
Parameters: targetName - {'domain', 'server', "instance-name", "cluster-name"} Parameters: ComponentInfo - the shared library instance throws: RegistryException - on errors |
addSharedLibrary | public void addSharedLibrary(String slName, String fileName, Calendar timestamp) throws RegistryException(Code) | | Add a domain shared library
Parameters: slName - the name of the shared library Parameters: fileName - the shared library archive file name throws: RegistryException - on errors |
deleteAttribute | public void deleteAttribute(ConfigurationCategory type, String name) throws RegistryException(Code) | | Delete the named attribute from the category if it exists, for the implicit target
The attribute is deleted only if it is overriden for the target, if target is "domain"
the attribute is not deleted.
Parameters: type - - configuration category Parameters: name - - identification for the attribute exception: RegistryException - on errors in getting the attribute value |
deleteAttribute | public void deleteAttribute(String target, ConfigurationCategory type, String name) throws RegistryException(Code) | | Delete the named attribute from the category if it exists, for the implicit target
The attribute is deleted only if it is overriden for the target, if target is "domain"
the attribute is not deleted.
Parameters: target - - target name Parameters: type - - configuration category Parameters: name - - identification for the attribute exception: RegistryException - on errors in getting the attribute value |
deleteComponentApplicationConfiguration | public void deleteComponentApplicationConfiguration(String componentName, String appConfigName) throws RegistryException(Code) | | Delete a named application configuration
Parameters: appConfigName - name of the application configuration to delete. Parameters: componentName - component identification exception: RegistryException - on errors in deleting the application configuration. |
deleteComponentApplicationConfiguration | public void deleteComponentApplicationConfiguration(String componentName, String targetName, String appConfigName) throws RegistryException(Code) | | Delete a named application configuration
Parameters: componentName - component identification Parameters: targetName - target name Parameters: appConfigName - the name of the configuration to be deleted. exception: RegistryException - on errors in deleting the application configuration. |
deleteComponentApplicationVariables | public void deleteComponentApplicationVariables(String componentName, String[] names) throws RegistryException(Code) | | Delete a set of application variables from the registry for the runtime target.
Parameters: appVars - - list of application variables to be deleted from the registry Parameters: names - - the names of the variables to be deleted. exception: RegistryException - on errors in deleting the application variables. |
deleteComponentApplicationVariables | public void deleteComponentApplicationVariables(String componentName, String targetName, String[] names) throws RegistryException(Code) | | Add a set of application variables to the registry for the specified target.
Parameters: appVars - - list of application variables to be deleted from the registry Parameters: targetName - - target to be updated Parameters: names - - the names of the variables to be deleted. exception: RegistryException - on errors in deleting the application variables. |
destroy | public void destroy()(Code) | | destroy the single instance.
|
getComponentIds | public List<String> getComponentIds(ComponentType type)(Code) | | Get a list of component IDs of the specified type.
Parameters: type - The type of component for which the IDs are requested.Can be one of: ComponentType.BINDING, ComponentType.ENGINE,ComponentType.SHARED_LIBRARY, ComponentType.BINDINGS_AND_ENGINES, orComponentType.ALL. A list of Strings containing the component IDs. |
getComponentIds | public List<String> getComponentIds(ComponentType type, ComponentState status)(Code) | | Get a list of component IDs of the specified type, with the
specified status.
Parameters: type - The type of component for which the IDs are requested. Parameters: status - The status for which the IDs are requested. Can be one of {LOADED, SHUTDOWN, STOPPED, STARTED} A list of Strings containing the component IDs. If no componentswere found, the list is empty. |
getComponentInfo | public ComponentInfo getComponentInfo(String componentName)(Code) | | Look up a component using its unique name.
Parameters: componentName - the unique name of the component. the ComponentInfo instance containing all runtime informationabout the component or null if no component was found with the specifiedname. |
getDependentComponentIds | public List<String> getDependentComponentIds(String sharedLibraryName)(Code) | | Return a list of all component names dependent upon the specified Shared
Library.
Parameters: sharedLibraryName - - the unique name of the Shared Library. A list containing the unique names of all components thatdepend upon the Shared Library. |
getSharedLibraryInfo | public ComponentInfo getSharedLibraryInfo(String sharedLibraryName)(Code) | | Look up a Shared Library using its unique name.
Parameters: sharedLibraryName - the unique name of the Shared Library. the ComponentInfo instance containing all runtime informationabout the Shared Library or null if no Shared Library was found with thespecified name. |
removeComponent | public void removeComponent(String targetName, String componentName) throws RegistryException(Code) | | Remove a component from a given target.
Parameters: targetName - {'domain', 'server', "instance-name", "cluster-name"} Parameters: componentName - the component name throws: RegistryException - on errors |
removeServiceAssembly | public void removeServiceAssembly(String serviceAssemblyName) throws RegistryException(Code) | | Remove a service assembly from a given target.
Parameters: serviceAssemblyName - the service assembly name throws: RegistryException - on errors |
removeServiceAssembly | public void removeServiceAssembly(String targetName, String serviceAssemblyName) throws RegistryException(Code) | | Remove a service assembly from a given target.
Parameters: serviceAssemblyName - - service assembly name Parameters: targetName - - {'domain', 'server', "instance-name", "cluster-name"} throws: RegistryException - on errors |
removeServiceUnitFromComponent | public void removeServiceUnitFromComponent(String componentName, String suName) throws RegistryException(Code) | | Remove a ServiceUnit from a Component for the runtime target.
Parameters: suName - the service unit name Parameters: componentName - the component name throws: RegistryException - on errors |
removeServiceUnitFromComponent | public void removeServiceUnitFromComponent(String targetName, String componentName, String suName) throws RegistryException(Code) | | Remove a ServiceUnit from a Component.
Parameters: suName - the service unit name Parameters: targetName - the server-name or cluster-name. Parameters: componentName - the component name throws: RegistryException - on errors |
removeSharedLibrary | public void removeSharedLibrary(String sharedLibraryName) throws RegistryException(Code) | | Remove a shared library from the runtime's target
Parameters: sharedLibraryName - the shared library name throws: RegistryException - on errors |
removeSharedLibrary | public void removeSharedLibrary(String targetName, String sharedLibraryName) throws RegistryException(Code) | | Remove a shared library from a given target.
Parameters: targetName - {'domain', 'server', "instance-name", "cluster-name"} Parameters: sharedLibraryName - the shared library name throws: RegistryException - on errors |
setAttribute | public void setAttribute(ConfigurationCategory type, String name, String value) throws RegistryException(Code) | | Set 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 Parameters: value - - string representation of the attribute value exception: RegistryException - on errors in getting the attribute value |
setAttribute | public void setAttribute(String targetName, ConfigurationCategory type, String name, String value) throws RegistryException(Code) | | Get the value of a configuration attribute belonging to the
specified category, for the runtime target.
Parameters: targetName - - target instance/cluster name. Parameters: type - - configuration category Parameters: name - - identification for the attribute Parameters: value - - string representation of the attribute value exception: RegistryException - on errors in getting the attribute value |
setComponentAttribute | public void setComponentAttribute(String componentName, String name, String value) throws RegistryException(Code) | | Set the value of a configuration attribute for a component installed on a target
for the runtime target.
Parameters: name - - identification for the attribute Parameters: value - - string representation of the attribute value Parameters: componentName - - identification for the component exception: RegistryException - on errors in getting the attribute value |
setComponentAttribute | public void setComponentAttribute(String componentName, String targetName, String name, String value) throws RegistryException(Code) | | Set the value of a configuration attribute for a component installed on a target,
Parameters: targetName - - target instance/cluster name. Parameters: name - - identification for the attribute Parameters: value - - string representation of the attribute value Parameters: componentName - - identification for the component exception: RegistryException - on errors in getting the attribute value |
setComponentAttributes | public void setComponentAttributes(String componentName, Properties props) throws RegistryException(Code) | | Set the value of a configuration attribute for a component installed on a target
for the runtime target.
Parameters: props - - properties to set Parameters: componentName - - identification for the component exception: RegistryException - on errors in getting the attribute value |
setComponentAttributes | public void setComponentAttributes(String componentName, String targetName, Properties props) throws RegistryException(Code) | | Set the value of a configuration attribute for a component installed on a target,
Parameters: targetName - - target instance/cluster name. Parameters: props - - properties to set Parameters: componentName - - identification for the component exception: RegistryException - on errors in getting the attribute value |
setComponentFileName | public void setComponentFileName(String fileName, String componentName) throws RegistryException(Code) | | Set the file name for the domain component.
Parameters: fileName - the name of the component archive Parameters: componentName - the component name |
setComponentProperties | public void setComponentProperties(String targetName, Map<String, String> state, String componentName) throws RegistryException(Code) | | Set the properties of a component in a server/cluster.
Parameters: targetName - either the server-name or cluster-name, this operationis a no-op when target = domain. Parameters: componentName - the component name Parameters: props - the properties to set. throws: RegistryException - on errors |
setComponentState | public void setComponentState(String targetName, ComponentState state, String componentName) throws RegistryException(Code) | | Set the state of a component in a server/cluster.
Parameters: targetName - either the server-name or cluster-name Parameters: componentName - the component name Parameters: state - the state to set. throws: RegistryException - on errors |
setComponentUpgradeNumber | public void setComponentUpgradeNumber(String componentName, java.math.BigInteger upgradeNumber) throws RegistryException(Code) | | This method is used to set the upgrade-number attribute in the domain
level entry for a component
Parameters: componentName - the component name Parameters: upgradeNumber - the update number throws: RegistryException - if the update number could not be set |
setServiceAssemblyFileName | public void setServiceAssemblyFileName(String fileName, String saName) throws RegistryException(Code) | | Set the file name for the domain service assembly.
Parameters: fileName - the name of the service assembly archive Parameters: saName - the service assembly name |
setServiceAssemblyState | public void setServiceAssemblyState(String targetName, ServiceAssemblyState state, String saName) throws RegistryException(Code) | | Set the state of a ServiceAssembly in a server / cluster.
Parameters: targetName - - either the value 'domain', 'server' or theserver-name or cluster-name. Parameters: saName - - service assembly name Parameters: state - - the state to set. throws: RegistryException - on errors |
setServiceUnitState | public void setServiceUnitState(ServiceUnitState state, String componentName, String suName) throws RegistryException(Code) | | Set the state of a ServiceUnit for the runtime target.
Parameters: componentName - the component name Parameters: suName - the service unit name Parameters: state - the state to set. throws: RegistryException - on errors |
setServiceUnitState | public void setServiceUnitState(String targetName, ServiceUnitState state, String componentName, String suName) throws RegistryException(Code) | | Set the state of a ServiceUnit in a server / cluster.
Parameters: targetName - either the value 'domain', 'server' or theserver-name or cluster-name. Parameters: componentName - the component name Parameters: suName - the service unit name Parameters: state - the state to set. throws: RegistryException - on errors |
setSharedLibraryFileName | public void setSharedLibraryFileName(String fileName, String slName) throws RegistryException(Code) | | Set the file name for the domain shared library.
Parameters: fileName - the name of the shared library archive Parameters: slName - the shared library name |
updateComponentApplicationConfiguration | public void updateComponentApplicationConfiguration(String componentName, Properties appConfig) throws RegistryException(Code) | | Update a named application configuration set on a component
for the implicit runtime target.
Parameters: componentName - component identification Parameters: appConfig - named application configuration represented as properties exception: RegistryException - on errors in updating the application configuration. |
updateComponentApplicationConfiguration | public void updateComponentApplicationConfiguration(String componentName, String targetName, Properties appConfig) throws RegistryException(Code) | | Update a named application configuration set on a component
for the specified runtime target.
Parameters: componentName - component identification Parameters: appConfig - named application configuration represented as properties Parameters: targetName - target name exception: RegistryException - on errors in updating the application configuration. |
updateComponentApplicationVariables | public void updateComponentApplicationVariables(String componentName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) throws RegistryException(Code) | | Update a set of application variables to the registry for the runtime target.
Parameters: appVars - - list of application variables to be updated exception: RegistryException - on errors in updating the application variables. |
updateComponentApplicationVariables | public void updateComponentApplicationVariables(String componentName, String targetName, com.sun.jbi.management.ComponentInfo.Variable[] appVars) throws RegistryException(Code) | | Updated a set of application variables to the registry for the specified target.
Parameters: appVars - - list of application variables to be updated Parameters: targetName - - target to be updated exception: RegistryException - on errors in updating the application variables. |
|
|