| Package | Description |
|---|---|
| com.sun.jbi.management.registry | |
| com.sun.jbi.management.registry.xml | |
| com.sun.jbi.management.util |
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedRegistryTypeException
UnsupportedRegistryTypeException is the top-level exception thrown by all JBI schemaorg_apache_xmlbeans.system
components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Updater.addCluster(String clusterNameRef) |
void |
Updater.addComponent(ComponentInfo componentInfo)
Add a component to the runtime target
|
void |
Updater.addComponent(String targetName,
ComponentInfo componentInfo)
Add a component to a given target.
|
void |
Updater.addComponent(String componentName,
String fileName,
Calendar timestamp)
Add a domain component
|
void |
Updater.addComponentApplicationConfiguration(String componentName,
Properties appConfig)
Add a named application configuration to the registry for the component for the
implicit runtime target.
|
void |
Updater.addComponentApplicationConfiguration(String componentName,
String targetName,
Properties appConfig)
Add a named application configuration to the registry for the component for the
specified runtime target.
|
void |
Updater.addComponentApplicationVariables(String componentName,
ComponentInfo.Variable[] appVars)
Add a set of application variables to the registry for the runtime target.
|
void |
Updater.addComponentApplicationVariables(String componentName,
String targetName,
ComponentInfo.Variable[] appVars)
Add a set of application variables to the registry for the specified target.
|
void |
Updater.addServer(String serverNameRef) |
void |
Updater.addServiceAssembly(String saName)
Add a service assembly to he runtime's target
|
void |
Updater.addServiceAssembly(String targetName,
String saName)
Add a service assembly to a given target.
|
void |
Updater.addServiceAssembly(String saName,
String fileName,
Calendar timestamp)
Add a service assembly to the domain.
|
void |
Updater.addServiceUnitToComponent(String componentName,
ServiceUnitInfo suInfo)
Add a ServiceUnit to a Component for the runtime target
|
void |
Updater.addServiceUnitToComponent(String targetName,
String componentName,
ServiceUnitInfo suInfo)
Add a ServiceUnit to a Component
|
void |
Updater.addSharedLibrary(ComponentInfo sharedLibraryInfo)
Add a shared library to he runtime's target
|
void |
Updater.addSharedLibrary(String targetName,
ComponentInfo sharedLibraryInfo)
Add a shared library to a given target.
|
void |
Updater.addSharedLibrary(String slName,
String fileName,
Calendar timestamp)
Add a domain shared library
|
static Registry |
RegistryBuilder.buildRegistry(RegistrySpec spec)
Creates a new instance of Registry based on the Registry Specification.
|
void |
Registry.commit()
Commit the changes to the registry.
|
void |
Updater.deleteAttribute(ConfigurationCategory type,
String name)
Delete the named attribute from the category if it exists, for the implicit target.
|
void |
Updater.deleteAttribute(String targetName,
ConfigurationCategory type,
String name)
Delete the named attribute from the category if it exists.
|
void |
Updater.deleteComponentApplicationConfiguration(String componentName,
String appConfigName)
Delete a named application configuration
|
void |
Updater.deleteComponentApplicationConfiguration(String componentName,
String targetName,
String appConfigName)
Delete a named application configuration
|
void |
Updater.deleteComponentApplicationVariables(String componentName,
String[] names)
Delete a set of application variables from the registry for the runtime target.
|
void |
Updater.deleteComponentApplicationVariables(String componentName,
String targetName,
String[] names)
Add a set of application variables to the registry for the specified target.
|
String |
GenericQuery.getAttribute(ConfigurationCategory type,
String name)
Get the value of a configuration attribute belonging to the
specified category, for the runtime target.
|
String |
GenericQuery.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> |
GenericQuery.getClusters() |
List<String> |
GenericQuery.getClustersDeployingServiceAssembly(String serviceAssemblyName) |
List<String> |
GenericQuery.getClustersInstallingComponent(String componentName) |
List<String> |
GenericQuery.getClustersInstallingSharedLibrary(String sharedLibraryName) |
String |
GenericQuery.getComponentArchive(String componentName) |
ComponentDescriptor |
GenericQuery.getComponentDescriptor(String componentName) |
String |
GenericQuery.getComponentFileName(String componentName)
Get the file name for the domain component.
|
String |
GenericQuery.getComponentInstallationDescriptor(String componentName) |
ComponentQuery |
Registry.getComponentQuery()
Get the ComponentQuery specific to the target of the instance.
|
ComponentQuery |
Registry.getComponentQuery(String targetName)
Get a ComponentQuery instance for a given target
|
long |
GenericQuery.getComponentTimestamp(String componentName)
Get the timestamp for the domain component.
|
ComponentType |
GenericQuery.getComponentType(String componentName) |
BigInteger |
GenericQuery.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
|
GenericQuery |
Registry.getGenericQuery()
Get a Generic Query Instance
|
List<String> |
GenericQuery.getRegisteredComponents() |
List<String> |
GenericQuery.getRegisteredServiceAssemblies() |
List<String> |
GenericQuery.getRegisteredSharedLibraries() |
List<String> |
GenericQuery.getServers() |
List<String> |
GenericQuery.getServersDeployingServiceAssembly(String serviceAssemblyName) |
List<String> |
GenericQuery.getServersInstallingComponent(String componentName) |
List<String> |
GenericQuery.getServersInstallingSharedLibrary(String sharedLibraryName) |
String |
GenericQuery.getServiceAssemblyArchive(String serviceAssemblyName) |
String |
GenericQuery.getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName) |
String |
GenericQuery.getServiceAssemblyFileName(String saName)
Get the file name for the domain service assembly.
|
ServiceAssemblyQuery |
Registry.getServiceAssemblyQuery()
Get the ServiceAssemblyQuery specific to the target of the instance.
|
ServiceAssemblyQuery |
Registry.getServiceAssemblyQuery(String targetName)
Get a ServiceAssemblyQuery instance for a given target
|
long |
GenericQuery.getServiceAssemblyTimestamp(String saName)
Get the timestamp for the domain service assembly.
|
String |
GenericQuery.getServiceUnitDeploymentDescriptor(String serviceAssemblyName,
String serviceUnitName) |
String |
GenericQuery.getSharedLibraryArchive(String sharedLibraryName) |
String |
GenericQuery.getSharedLibraryFileName(String slName)
Get the file name for the domain shared library.
|
String |
GenericQuery.getSharedLibraryInstallationDescriptor(String sharedLibraryName) |
long |
GenericQuery.getSharedLibraryTimestamp(String slName)
Get the timestamp for the domain shared library.
|
Updater |
Registry.getUpdater()
Get the Updater instance to be used for updating the Registry.
|
boolean |
GenericQuery.isComponentInstalled(String componentName) |
boolean |
GenericQuery.isComponentRegistered(String componentName) |
boolean |
GenericQuery.isServiceAssemblyDeployed(String serviceAssemblyName) |
boolean |
GenericQuery.isServiceAssemblyRegistered(String serviceAssemblyName) |
boolean |
GenericQuery.isSharedLibraryInstalled(String sharedLibraryName) |
boolean |
GenericQuery.isSharedLibraryRegistered(String sharedLibraryName) |
boolean |
GenericQuery.isSystemComponent(String componentName)
This method is used to find out if this is a schemaorg_apache_xmlbeans.system
component.
|
boolean |
GenericQuery.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
|
void |
Updater.removeCluster(String clusterNameRef) |
void |
Updater.removeComponent(String componentName)
Remove a component from the runtime's target
|
void |
Updater.removeComponent(String targetName,
String componentName)
Remove a component from a given target.
|
void |
Updater.removeServer(String serverNameRef) |
void |
Updater.removeServiceAssembly(String serviceAssemblyName)
Remove a service assembly from a given target.
|
void |
Updater.removeServiceAssembly(String targetName,
String serviceAssemblyName)
Remove a service assembly from a given target.
|
void |
Updater.removeServiceUnitFromComponent(String componentName,
String suName)
Remove a ServiceUnit from a Component for the runtime target
|
void |
Updater.removeServiceUnitFromComponent(String targetName,
String componentName,
String suName)
Remove a ServiceUnit from a Component
|
void |
Updater.removeSharedLibrary(String sharedLibraryName)
Remove a shared library from the runtimes target
|
void |
Updater.removeSharedLibrary(String targetName,
String sharedLibraryName)
Remove a shared library from a given target.
|
void |
Updater.setAttribute(ConfigurationCategory type,
String name,
String value)
Set the value of a configuration attribute belonging to the
specified category, for the runtime target.
|
void |
Updater.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.
|
void |
Updater.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.
|
void |
Updater.setComponentAttribute(String componentName,
String targetName,
String name,
String value)
Set the value of a configuration attribute for a component installed on a target,
|
void |
Updater.setComponentAttributes(String componentName,
Properties props)
Set the value of a configuration attribute for a component installed on a target
for the runtime target.
|
void |
Updater.setComponentAttributes(String componentName,
String targetName,
Properties props)
Set the value of a configuration attribute for a component installed on a target,
|
void |
Updater.setComponentFileName(String fileName,
String componentName)
Set the file name for the domain component.
|
void |
Updater.setComponentProperties(String targetName,
Map<String,String> state,
String componentName)
Set the properties of a component in a server/cluster.
|
void |
Updater.setComponentState(ComponentState state,
String componentName)
Set the state of a component for the target at runtime.
|
void |
Updater.setComponentState(String targetName,
ComponentState state,
String componentName)
Set the state of a component in a server/cluster.
|
void |
Updater.setComponentUpgradeNumber(String componentName,
BigInteger upgradeNumber)
This method is used to set the upgrade-number attribute in the domain
level entry for a component
|
void |
Updater.setServiceAssemblyFileName(String fileName,
String saName)
Set the file name for the domain service assembly.
|
void |
Updater.setServiceAssemblyState(ServiceAssemblyState state,
String saName)
Set the state of a ServiceAssembly for the runtime target.
|
void |
Updater.setServiceAssemblyState(String targetName,
ServiceAssemblyState state,
String saName)
Set the state of a ServiceAssembly in a server / cluster.
|
void |
Updater.setServiceUnitState(ServiceUnitState state,
String componentName,
String suName)
Set the state of a ServiceUnit for the runtime target.
|
void |
Updater.setServiceUnitState(String targetName,
ServiceUnitState state,
String componentName,
String suName)
Set the state of a ServiceUnit in a server / cluster.
|
void |
Updater.setSharedLibraryFileName(String fileName,
String slName)
Set the file name for the domain shared library.
|
ByteArrayInputStream |
Registry.snapshot()
Take a snapshot of the Registry.
|
void |
Updater.updateComponentApplicationConfiguration(String componentName,
Properties appConfig)
Update a named application configuration set on a component
for the implicit runtime target.
|
void |
Updater.updateComponentApplicationConfiguration(String componentName,
String targetName,
Properties appConfig)
Update a named application configuration set on a component
for the specified runtime target.
|
void |
Updater.updateComponentApplicationVariables(String componentName,
ComponentInfo.Variable[] appVars)
Update a set of application variables to the registry for the runtime target.
|
void |
Updater.updateComponentApplicationVariables(String componentName,
String targetName,
ComponentInfo.Variable[] appVars)
Updated a set of application variables to the registry for the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdaterImpl.addCluster(String clusterNameRef) |
void |
UpdaterImpl.addComponent(ComponentInfo componentInfo)
Add a component to the runtime target
|
void |
UpdaterImpl.addComponent(String targetName,
ComponentInfo componentInfo)
Add a component to a given target.
|
void |
UpdaterImpl.addComponent(String componentName,
String fileName,
Calendar timestamp)
Add a domain component
|
void |
UpdaterImpl.addComponentApplicationConfiguration(String componentName,
Properties appConfig)
Add a named application configuration to the registry for the component for the
implicit runtime target.
|
void |
UpdaterImpl.addComponentApplicationConfiguration(String componentName,
String targetName,
Properties appConfig)
Add a named application configuration to the registry for the component for the
specified runtime target.
|
void |
UpdaterImpl.addComponentApplicationVariables(String componentName,
ComponentInfo.Variable[] appVars)
Add a set of application variables to the registry for the runtime target.
|
void |
UpdaterImpl.addComponentApplicationVariables(String componentName,
String targetName,
ComponentInfo.Variable[] appVars)
Add a set of application variables to the registry for the specified target.
|
void |
UpdaterImpl.addServer(String serverNameRef) |
void |
UpdaterImpl.addServiceAssembly(String saName)
Add a service assembly to the runtime's target
|
void |
UpdaterImpl.addServiceAssembly(String targetName,
String saName)
Add a service assembly to a given target.
|
void |
UpdaterImpl.addServiceAssembly(String saName,
String fileName,
Calendar timestamp)
Add a service assembly to the domain.
|
void |
UpdaterImpl.addServiceUnitToComponent(String componentName,
ServiceUnitInfo suInfo)
Add a ServiceUnit to a Component for the runtime target
|
void |
UpdaterImpl.addServiceUnitToComponent(String targetName,
String componentName,
ServiceUnitInfo suInfo)
Add a ServiceUnit to a Component
|
void |
UpdaterImpl.addSharedLibrary(ComponentInfo sharedLibraryInfo)
Add a shared library to he runtime's target
|
void |
UpdaterImpl.addSharedLibrary(String targetName,
ComponentInfo sharedLibraryInfo)
Add a shared library to a given target.
|
void |
UpdaterImpl.addSharedLibrary(String slName,
String fileName,
Calendar timestamp)
Add a domain shared library
|
void |
RegistryUtil.cleanEntity(ArchiveType type,
String name,
boolean isInRegistry,
boolean isInRepository)
Cleans up an entity from the registry and/or the repository.
|
void |
RegistryImpl.commit()
Commit the changes to the registry.
|
void |
UpdaterImpl.correctTimestamps()
This method is used to correct timestamps on schemaorg_apache_xmlbeans.system components on the DAS if they
are not already set.
|
void |
UpdaterImpl.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.
|
void |
UpdaterImpl.deleteAttribute(String targetName,
ConfigurationCategory type,
String name)
Delete the named attribute from the category if it exists.
|
void |
UpdaterImpl.deleteComponentApplicationConfiguration(String componentName,
String appConfigName)
Delete a named application configuration
|
void |
UpdaterImpl.deleteComponentApplicationConfiguration(String componentName,
String targetName,
String appConfigName)
Delete a named application configuration
|
void |
UpdaterImpl.deleteComponentApplicationVariables(String componentName,
String[] names)
Delete a set of application variables from the registry for the runtime target.
|
void |
UpdaterImpl.deleteComponentApplicationVariables(String componentName,
String targetName,
String[] names)
Add a set of application variables to the registry for the specified target.
|
boolean |
GenericQueryImpl.doesComponentDeployServiceAssembly(ComponentRefType componentRef,
String serviceAssemblyName) |
String |
GenericQueryImpl.getAttribute(ConfigurationCategory type,
String name)
Get the value of a configuration attribute belonging to the
specified category, for the runtime target.
|
String |
GenericQueryImpl.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> |
GenericQueryImpl.getClusters() |
List<String> |
GenericQueryImpl.getClustersDeployingServiceAssembly(String serviceAssemblyName) |
List<String> |
GenericQueryImpl.getClustersInstallingComponent(String componentName) |
List<String> |
GenericQueryImpl.getClustersInstallingSharedLibrary(String sharedLibraryName) |
DomainComponentType |
GenericQueryImpl.getComponent(String componentName)
Search for a domain Component with the specified componentName
|
ComponentRefType |
GenericQueryImpl.getComponent(String componentName,
String targetName) |
String |
GenericQueryImpl.getComponentArchive(String componentName)
/**
|
ComponentDescriptor |
GenericQueryImpl.getComponentDescriptor(String componentName)
Get the wrapper for the JAXB model for the installation descriptor for
a component.
|
String |
GenericQueryImpl.getComponentFileName(String componentName)
Get the file name for the domain component.
|
String |
GenericQueryImpl.getComponentInstallationDescriptor(String componentName) |
Jbi |
GenericQueryImpl.getComponentJbi(String componentName) |
ComponentQuery |
RegistryImpl.getComponentQuery()
Get the ComponentQuery specific to the target of the instance.
|
ComponentQuery |
RegistryImpl.getComponentQuery(String targetName)
Get a ComponentQuery instance for a given target
|
ComponentState |
GenericQueryImpl.getComponentState(String componentName,
String targetName)
Return the state of the component on the specified target.
|
long |
GenericQueryImpl.getComponentTimestamp(String componentName)
Get the timestamp for the domain component.
|
ComponentType |
GenericQueryImpl.getComponentType(String componentName) |
BigInteger |
GenericQueryImpl.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
|
GenericQuery |
RegistryImpl.getGenericQuery()
Get a Generic Query Instance
|
InstalledComponentsListType |
GenericQueryImpl.getInstalledEntities(String targetName) |
List<String> |
GenericQueryImpl.getRegisteredComponents() |
List<String> |
GenericQueryImpl.getRegisteredServiceAssemblies() |
List<String> |
GenericQueryImpl.getRegisteredSharedLibraries() |
static ComponentInfo |
ObjectTranslator.getRegistryComponent(ComponentRefType compRef,
GenericQueryImpl genQuery) |
static ComponentInfo |
ObjectTranslator.getRegistryComponent(String componentName,
GenericQueryImpl genQuery)
This operation is called for target="domain"
|
static ComponentInfo |
ObjectTranslator.getRegistrySharedLibrary(GenericQueryImpl genQuery,
SharedLibraryRefType slRef) |
static ComponentInfo |
ObjectTranslator.getRegistrySharedLibrary(GenericQueryImpl genQuery,
String slName) |
List<String> |
GenericQueryImpl.getServers() |
List<String> |
GenericQueryImpl.getServersDeployingServiceAssembly(String serviceAssemblyName) |
List<String> |
GenericQueryImpl.getServersInstallingComponent(String componentName) |
List<String> |
GenericQueryImpl.getServersInstallingSharedLibrary(String sharedLibraryName) |
DomainEntityType |
GenericQueryImpl.getServiceAssembly(String saName)
Search for a domain Service Assembly with the specified saName
|
ServiceAssemblyRefType |
GenericQueryImpl.getServiceAssembly(String saName,
String targetName)
Get the ServiceAssemblyRef for a service assembly.
|
String |
GenericQueryImpl.getServiceAssemblyArchive(String saName) |
String |
GenericQueryImpl.getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName) |
String |
GenericQueryImpl.getServiceAssemblyFileName(String saName)
Get the file name for the domain service assembly.
|
Jbi |
GenericQueryImpl.getServiceAssemblyJbi(String serviceAssemblyName) |
ServiceAssemblyQuery |
RegistryImpl.getServiceAssemblyQuery()
Get the ServiceAssemblyQuery specific to the target of the instance.
|
ServiceAssemblyQuery |
RegistryImpl.getServiceAssemblyQuery(String targetName)
Get a ServiceAssemblyQuery instance for a given target
|
long |
GenericQueryImpl.getServiceAssemblyTimestamp(String saName)
Get the file name for the domain service assembly.
|
String |
GenericQueryImpl.getServiceUnitDeploymentDescriptor(String serviceAssemblyName,
String serviceUnitName) |
DomainSharedLibraryType |
GenericQueryImpl.getSharedLibrary(String slName)
Search for a domain Shared Library with the specified slName
|
SharedLibraryRefType |
GenericQueryImpl.getSharedLibrary(String slName,
String targetName) |
String |
GenericQueryImpl.getSharedLibraryArchive(String sharedLibraryName) |
String |
GenericQueryImpl.getSharedLibraryFileName(String slName)
Get the file name for the domain shared library.
|
String |
GenericQueryImpl.getSharedLibraryInstallationDescriptor(String sharedLibraryName) |
Jbi |
GenericQueryImpl.getSharedLibraryJbi(String sharedLibraryName) |
long |
GenericQueryImpl.getSharedLibraryTimestamp(String slName)
Get the file name for the domain shared library.
|
Updater |
RegistryImpl.getUpdater()
Get the Updater instance to be used for updating the Registry.
|
boolean |
GenericQueryImpl.isComponentInstalled(String componentName) |
boolean |
GenericQueryImpl.isComponentRegistered(String componentName) |
boolean |
GenericQueryImpl.isServiceAssemblyDeployed(String serviceAssemblyName) |
boolean |
GenericQueryImpl.isServiceAssemblyRegistered(String serviceAssemblyName)
If a service assembly is registered in the registry and not in the repository
it is removed from the repository.
|
boolean |
GenericQueryImpl.isSharedLibraryInstalled(String sharedLibraryName) |
boolean |
GenericQueryImpl.isSharedLibraryRegistered(String sharedLibraryName) |
boolean |
GenericQueryImpl.isSystemComponent(String componentName)
This method is used to find out if this is a schemaorg_apache_xmlbeans.system
component.
|
boolean |
GenericQueryImpl.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
|
void |
RegistryImpl.reinitialize()
Initialize the registry
|
void |
UpdaterImpl.removeCluster(String clusterNameRef) |
void |
UpdaterImpl.removeComponent(String componentName)
Remove a component from the runtime's target
|
void |
UpdaterImpl.removeComponent(String targetName,
String componentName)
Remove a component from a given target.
|
void |
UpdaterImpl.removeServer(String serverNameRef) |
void |
UpdaterImpl.removeServiceAssembly(String saName)
Remove a service assembly from the runtime target
|
void |
UpdaterImpl.removeServiceAssembly(String targetName,
String saName)
Remove a service assembly from a given target.
|
void |
UpdaterImpl.removeServiceUnitFromComponent(String componentName,
String suName)
Remove a ServiceUnit from a Component for the runtime target
|
void |
UpdaterImpl.removeServiceUnitFromComponent(String targetName,
String componentName,
String suName)
Remove a ServiceUnit from a Component
|
void |
UpdaterImpl.removeSharedLibrary(String sharedLibraryName)
Remove a shared library from the runtimes target
|
void |
UpdaterImpl.removeSharedLibrary(String targetName,
String sharedLibraryName)
Remove a shared library from a given target.
|
void |
UpdaterImpl.setAttribute(ConfigurationCategory type,
String name,
String value)
Set the value of a configuration attribute belonging to the
specified category, for the runtime target.
|
void |
UpdaterImpl.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.
|
void |
UpdaterImpl.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.
|
void |
UpdaterImpl.setComponentAttribute(String componentName,
String targetName,
String name,
String value)
Set the value of a configuration attribute for a component installed on a target,
|
void |
UpdaterImpl.setComponentAttributes(String componentName,
Properties props)
Set the value of a configuration attribute for a component installed on a target
for the runtime target.
|
void |
UpdaterImpl.setComponentAttributes(String componentName,
String targetName,
Properties props)
Set the value of a configuration attribute for a component installed on a target,
|
void |
UpdaterImpl.setComponentFileName(String fileName,
String componentName)
Set the file name for the domain component.
|
void |
UpdaterImpl.setComponentProperties(String targetName,
Map<String,String> props,
String componentName)
Set the properties of a component in a server/cluster.
|
void |
UpdaterImpl.setComponentState(ComponentState state,
String componentName)
Set the state of a component for the target at runtime.
|
void |
UpdaterImpl.setComponentState(String targetName,
ComponentState state,
String componentName)
Set the state of a component in a server/cluster.
|
void |
UpdaterImpl.setComponentUpgradeNumber(String componentName,
BigInteger upgradeNumber)
This method is used to set the upgrade-number attribute in the domain
level entry for a component
|
void |
UpdaterImpl.setServiceAssemblyFileName(String fileName,
String saName)
Set the file name for the domain service assembly
|
void |
UpdaterImpl.setServiceAssemblyState(ServiceAssemblyState state,
String saName)
Set the state of a ServiceAssembly for the runtime target.
|
void |
UpdaterImpl.setServiceAssemblyState(String targetName,
ServiceAssemblyState state,
String saName)
Set the state of a ServiceAssembly in a server / cluster.
|
void |
UpdaterImpl.setServiceUnitState(ServiceUnitState state,
String componentName,
String suName)
Set the state of a ServiceUnit for the runtime target.
|
void |
UpdaterImpl.setServiceUnitState(String targetName,
ServiceUnitState state,
String componentName,
String suName)
Set the state of a ServiceUnit in a server / cluster.
|
void |
UpdaterImpl.setSharedLibraryFileName(String fileName,
String slName)
Set the file name for the domain service assembly.
|
ByteArrayInputStream |
RegistryImpl.snapshot()
Take a consistent snapshot of the registry.
|
void |
UpdaterImpl.updateComponentApplicationConfiguration(String componentName,
Properties appConfig)
Update a named application configuration set on a component
for the implicit runtime target.
|
void |
UpdaterImpl.updateComponentApplicationConfiguration(String componentName,
String targetName,
Properties appConfig)
Update a named application configuration set on a component
for the specified runtime target.
|
void |
UpdaterImpl.updateComponentApplicationVariables(String componentName,
ComponentInfo.Variable[] appVars)
Update a set of application variables to the registry for the runtime target.
|
void |
UpdaterImpl.updateComponentApplicationVariables(String componentName,
String targetName,
ComponentInfo.Variable[] appVars)
Updated a set of application variables to the registry for the specified target.
|
| Constructor and Description |
|---|
ComponentQueryImpl(Jbi jbi,
ManagementContext mgtCtx,
boolean validate,
String targetName,
RegistryImpl registry) |
RegistryImpl(RegistrySpec spec)
Creates a new instance of RegistryImpl.
|
ServiceAssemblyQueryImpl(Jbi jbi,
ManagementContext mgtCtx,
boolean validate,
String targetName,
Registry registry) |
UpdaterImpl(Jbi jbi,
ManagementContext mgtCtx,
boolean validate,
RegistryImpl registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
LockManager.acquireReadLock()
Acquire Read Lock
|
void |
LockManager.acquireWriteLock()
Acquire write lock to the in-memory registry lock.
|
void |
LockManager.downgradeWriteLock()
Downgrade Write Lock
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.