|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurationException in com.metamatrix.admin.server |
---|
Methods in com.metamatrix.admin.server that throw ConfigurationException | |
---|---|
protected java.util.Collection |
AbstractAdminImpl.convertPropertyDefinitions(ComponentObject component)
Convert a ComponentObject into a Collection of com.metamatrix.admin.api.objects.PropertyDefinition objects |
protected java.util.Collection |
AbstractAdminImpl.convertPropertyDefinitions(ComponentObject component,
java.util.Properties properties)
|
protected ConfigurationModelContainer |
AbstractAdminImpl.getConfigurationModel()
|
protected java.lang.String |
AbstractAdminImpl.getConnectorBindingNameFromUUID(java.lang.String uuid)
|
protected java.util.List |
AbstractAdminImpl.getConnectorBindingNamesFromUUIDs(java.util.List uuids)
|
protected java.util.Map |
AbstractAdminImpl.getConnectorBindingNamesMapFromUUIDs(java.util.Collection uuids)
|
protected java.util.List<ConnectorBinding> |
ServerConfigAdminImpl.getConnectorBindingsByName(java.lang.String[] bindingNames)
|
protected ServiceComponentDefn |
ServerConfigAdminImpl.getServiceByID(ServiceComponentDefnID serviceID)
|
protected ServiceComponentDefn |
ServerConfigAdminImpl.getServiceByName(java.lang.String serviceName)
|
Uses of ConfigurationException in com.metamatrix.common.config |
---|
Methods in com.metamatrix.common.config that throw ConfigurationException | |
---|---|
java.util.Properties |
CurrentConfiguration.getBootStrapProperties()
|
java.lang.String |
CurrentConfiguration.getClusterName()
|
java.util.Collection |
CurrentConfiguration.getComponentTypes(boolean includeDeprecated)
Returns a Collection of type ComponentType that represent
all the ComponentTypes defined. |
Configuration |
CurrentConfiguration.getConfiguration()
Get the current configuration that is to be used for deployment. |
ConfigurationModelContainer |
CurrentConfiguration.getConfigurationModel()
Get the current configuration that is to be used for deployment. |
Host |
CurrentConfiguration.getDefaultHost()
Returns the Host based on the current running machine. |
java.util.Collection |
CurrentConfiguration.getProductTypes()
Returns a Collection of type ProductType that represents
all the ComponentTypes defined. |
java.util.Properties |
CurrentConfiguration.getResourceProperties(java.lang.String resourceName)
Get the connection properties for the specified resource. |
void |
CurrentConfiguration.indicateSystemShutdown()
This will put the system into a state of #STATE_STOPPED . |
static void |
StartupStateController.performSystemInitialization(boolean forceInitialization)
This method should be called only by com.metamatrix.platform.util.MetaMatrixController
to initialize the system configurations during bootstrapping. |
void |
CurrentConfiguration.performSystemInitialization(boolean forceInitialization)
This method should be called only by StartupStateController , which is used by
MetaMatrixController to initialize the system configurations during bootstrapping. |
void |
CurrentConfiguration.reset()
Reset causes not just a refresh, but the bootstrapping process to occur again. |
void |
CurrentConfiguration.verifyBootstrapProperties()
Returns the instance of CofigurationBootMgr to use to
get configuration information. |
Uses of ConfigurationException in com.metamatrix.common.config.api |
---|
Methods in com.metamatrix.common.config.api that throw ConfigurationException | |
---|---|
ConfigurationModelContainer |
ConfigurationModelContainer.copyAs(ConfigurationID configID)
|
Configuration |
ConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration)
Removes the component object from the specified configuration if no dependent objects exist and returns an updated configuration. |
Configuration |
ConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration,
boolean deleteDependencies)
Removes the component object from the specified configuration if no dependent objects exist. |
void |
ConfigurationObjectEditor.delete(ComponentType target)
Call to delete a component type and all its definitions. |
void |
ConfigurationObjectEditor.delete(ComponentTypeDefn target,
ComponentType type)
Call to delete a ComponentTypeDefn and remove it from the ComponentType. |
void |
ConfigurationObjectEditor.delete(Configuration target)
Call to delete a configuration, which is assumed to have no dependencies. |
void |
ConfigurationObjectEditor.delete(Configuration target,
boolean deleteDependencies)
Deletes the configuration if there exist no dependent objects. |
void |
ConfigurationObjectEditor.delete(ConfigurationID targetID)
Call to delete a configuration and all its dependencies. |
void |
ConfigurationObjectEditor.delete(Host target)
Call to delete a host |
SharedResource |
ConfigurationObjectEditor.delete(SharedResource target)
Deletes the shared resource. |
ProductServiceConfig |
ConfigurationObjectEditor.renamePSC(ProductServiceConfig psc,
java.lang.String name)
Change the name of a previously defined PSC. |
VMComponentDefn |
ConfigurationObjectEditor.renameVM(VMComponentDefn vm,
java.lang.String name)
Change the name of a previously defined VM. |
void |
ConfigurationObjectEditor.setBootStrapConfiguration(ConfigurationID configurationID)
Deprecated. as of v 2.0 beta 1, use ConfigurationObjectEditor.setNextStartupConfiguration(com.metamatrix.common.config.api.ConfigurationID) |
java.util.Collection |
ConfigurationObjectEditor.setEnabled(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
ProductServiceConfig psc,
boolean enabled,
boolean deleteDeployedComps)
Sets whether the indicated ServiceComponentDefn is enabled for deployment (when the PSC which contains it is deployed ) or not. |
void |
ConfigurationObjectEditor.setNextStartupConfiguration(ConfigurationID configurationID)
Sets the system next startup configuration |
ProductServiceConfig |
ConfigurationObjectEditor.updateProductServiceConfig(Configuration config,
ProductServiceConfig psc,
java.util.Collection newServiceIDList)
This method will update a PSC by adding the new service list of ID's and removing the service ID's from the PSC that are not in the service list. |
Uses of ConfigurationException in com.metamatrix.common.config.api.exceptions |
---|
Subclasses of ConfigurationException in com.metamatrix.common.config.api.exceptions | |
---|---|
class |
ConfigurationConnectionException
|
class |
ConfigurationLockException
|
class |
DuplicateComponentException
|
class |
InvalidArgumentException
|
class |
InvalidComponentException
|
class |
InvalidComponentIDCharacterException
|
class |
InvalidComponentIDFormatException
|
class |
InvalidConfigurationException
|
class |
InvalidDeployedComponentException
|
class |
InvalidNameException
|
class |
InvalidPropertyValueException
|
class |
InvalidStringValueException
|
class |
InvalidVersionException
|
class |
ZeroLengthComponentIDException
|
Uses of ConfigurationException in com.metamatrix.common.config.model |
---|
Methods in com.metamatrix.common.config.model that throw ConfigurationException | |
---|---|
void |
ConfigurationModelContainerImpl.addObject(java.lang.Object obj)
|
void |
ConfigurationModelContainerImpl.addObjects(java.util.Collection objects)
|
ConfigurationModelContainer |
ConfigurationModelContainerImpl.copyAs(ConfigurationID configID)
|
static Host |
ConfigurationObjectEditorHelper.createHost(Configuration config,
java.lang.String hostName)
|
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration)
|
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration,
boolean deleteDependencies)
|
static Configuration |
ConfigurationObjectEditorHelper.delete(ComponentObjectID targetID,
Configuration configuration)
|
void |
BasicConfigurationObjectEditor.delete(ComponentType target)
|
void |
BasicConfigurationObjectEditor.delete(ComponentTypeDefn target,
ComponentType type)
|
void |
BasicConfigurationObjectEditor.delete(Configuration target)
|
void |
BasicConfigurationObjectEditor.delete(Configuration target,
boolean deleteDependencies)
|
void |
BasicConfigurationObjectEditor.delete(ConfigurationID targetID)
|
void |
BasicConfigurationObjectEditor.delete(Host target)
|
void |
BasicConfigurationObjectEditor.delete(PropDefnAllowedValue target)
|
SharedResource |
BasicConfigurationObjectEditor.delete(SharedResource target)
|
static java.util.Properties |
ComponentCryptoUtil.getDecryptedProperties(ComponentDefn defn)
|
void |
PropertyValidations.isPropertyValid(java.lang.String key,
java.lang.String value)
|
ConfigurationModelContainer |
ConfigurationModelContainerAdapter.readConfigurationModel(java.io.InputStream inputStream,
ConfigurationID configID)
|
ConfigurationModelContainer |
ConfigurationModelContainerAdapter.readConfigurationModel(java.lang.String file,
ConfigurationID configID)
|
void |
ConfigurationModelContainerImpl.remove(BaseID objID)
|
ProductServiceConfig |
BasicConfigurationObjectEditor.renamePSC(ProductServiceConfig psc,
java.lang.String name)
Change the name of a previously defined PSC in the Next Startup config. |
VMComponentDefn |
BasicConfigurationObjectEditor.renameVM(VMComponentDefn vm,
java.lang.String name)
Change the name of a previously defined VM in the Next Startup config. |
void |
BasicConfigurationObjectEditor.setBootStrapConfiguration(ConfigurationID configurationID)
Deprecated. as of v 2.0 beta 1, use BasicConfigurationObjectEditor.setNextStartupConfiguration(com.metamatrix.common.config.api.ConfigurationID) |
void |
ConfigurationModelContainerImpl.setConfigurationObjects(java.util.Collection objects)
Method used when the XMLConfiguration is initialized for the first time. |
java.util.Collection |
BasicConfigurationObjectEditor.setEnabled(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
ProductServiceConfig psc,
boolean enabled,
boolean deleteDeployedComps)
|
void |
BasicConfigurationObjectEditor.setNextStartupConfiguration(ConfigurationID configurationID)
Sets the system next startup configuration |
void |
BasicConfigurationObjectEditor.setStartupConfiguration(ConfigurationID configurationID)
Sets the system startup configuration (This method will not be declared in the public interface ConfigurationObjectEditor , since
the startup configuration should not be modifiable. |
protected void |
PropertyValidations.throwException(java.lang.String msg)
|
ProductServiceConfig |
BasicConfigurationObjectEditor.updateProductServiceConfig(Configuration config,
ProductServiceConfig psc,
java.util.Collection newServiceIDList)
This method will update a PSC by adding the new service list of ID's and removing the service ID's from the PSC that are not in the service list. |
protected void |
PropertyValidations.validate_multicast_port(java.lang.String key,
java.lang.String value)
|
protected void |
PropertyValidations.validate_nonnull_and_contiguous(java.lang.String display,
java.lang.String key,
java.lang.String value)
|
protected void |
PropertyValidations.validate_port_range(java.lang.String key,
java.lang.String value,
int start,
int end)
|
void |
ConfigurationModelContainerAdapter.writeConfigurationModel(java.io.OutputStream out,
ConfigurationModelContainer model,
java.lang.String principalName)
|
void |
ConfigurationModelContainerAdapter.writeConfigurationModel(java.lang.String file,
ConfigurationModelContainer model,
java.lang.String principalName)
|
Constructors in com.metamatrix.common.config.model that throw ConfigurationException | |
---|---|
ConfigurationModelContainerImpl(java.util.ArrayList configObjects)
|
|
ConfigurationModelContainerImpl(java.util.Collection configObjects)
|
Uses of ConfigurationException in com.metamatrix.common.config.reader |
---|
Methods in com.metamatrix.common.config.reader that throw ConfigurationException | |
---|---|
ConfigurationModelContainer |
PropertiesConfigurationReader.getConfigurationModel()
Obtain the next startup configuration model. |
ConfigurationModelContainer |
CurrentConfigurationReader.getConfigurationModel()
Obtain the next startup configuration model. |
void |
PropertiesConfigurationReader.indicateSystemShutdown()
|
void |
CurrentConfigurationReader.indicateSystemShutdown()
This will put the system into a state of StartupStateController.STATE_STOPPED . |
void |
PropertiesConfigurationReader.performSystemInitialization(boolean forceInitialization)
|
void |
CurrentConfigurationReader.performSystemInitialization(boolean forceInitialization)
This method should be called only by com.metamatrix.platform.util.MetaMatrixController
to initialize the system configurations during bootstrapping. |
Uses of ConfigurationException in com.metamatrix.common.net |
---|
Methods in com.metamatrix.common.net that throw ConfigurationException | |
---|---|
void |
ServerSocketConfiguration.init()
|
Uses of ConfigurationException in com.metamatrix.console.models |
---|
Methods in com.metamatrix.console.models that throw ConfigurationException | |
---|---|
boolean |
ConfigurationManager.checkDecryptable(java.util.List bindings)
Check whether the encrypted properties for the specified ConnectorBindings can be decrypted. |
java.util.Collection |
ConfigurationManager.getAllCachedComponentTypeDefinitions(ComponentTypeID componentTypeID)
|
ComponentTypeDefn |
ConfigurationManager.getComponentTypeDefn(PropertyDefinition propertyDefinition,
ComponentObject componentObject)
|
Configuration |
PropertiesManager.getNextStartUpConfiguration()
|
Configuration |
PropertiesManager.getStartUpConfiguration()
|
ResourceDescriptor |
ConfigurationManager.updateResourcePropertyValue(ResourceDescriptor resourceDescriptor,
java.lang.String propertyKey,
java.lang.String propertyValue)
Updates the resourceDescriptor with the new propertyValue and returns the updated resourceDescriptor. |
Uses of ConfigurationException in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that throw ConfigurationException | |
---|---|
Host |
ConfigurationAdminAPI.addHost(java.lang.String hostName,
java.util.Properties properties)
Add a host to the Configuration |
void |
ConfigurationAdminAPI.baselineCurrentConfiguration()
Baselines the realtime portion of the current (operational) configuration into the next-startup configuration. |
java.util.List |
ConfigurationAdminAPI.checkPropertiesDecryptable(java.util.List defns)
Check whether the encrypted properties for the specified ComponentDefns can be decrypted. |
void |
ConfigurationAdminAPI.clearHistory()
Clear the history of all actions without undoing any of them. |
ConfigurationObjectEditor |
ConfigurationAdminAPI.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations
on a configuration type object. |
java.util.Set |
ConfigurationAdminAPI.executeInsertTransaction(ConfigurationID assignConfigurationID,
java.util.List actions)
Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationAdminAPI.executeTransaction(ActionDefinition action)
Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationAdminAPI.executeTransaction(java.util.List actions)
Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Collection |
ConfigurationAdminAPI.getAllComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the all component type definitions for the specified ComponentTypeID . |
java.util.Collection |
ConfigurationAdminAPI.getAllComponentTypes(boolean includeDeprecated)
Returns a List of type ComponentType that represents
all the ComponentTypes defined. |
java.util.Collection |
ConfigurationAdminAPI.getAllGlobalConfigObjects()
This method will return a Collection of objects that represent the set of global configuration objects currently represented in the configuration database. |
java.util.Collection |
ConfigurationAdminAPI.getAllProductTypes(boolean includeDeprecated)
Returns a List of type ProductType that represents
all the ProductTypes defined. |
ComponentDefn |
ConfigurationAdminAPI.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
Returns a ComponentDefn for the specified ComponentDefnID . |
java.util.Collection |
ConfigurationAdminAPI.getComponentDefns(java.util.Collection componentDefnIDs,
ConfigurationID configurationID)
Returns a collection of ComponentDefn s
for the specified collection of ComponentDefnID s
and ConfigurationID . |
ComponentType |
ConfigurationAdminAPI.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
java.util.Map |
ConfigurationAdminAPI.getComponentTypeDefinitions(java.util.Collection componentIDs)
Returns a Map of component type definitions for each ComponentTypeID
that is contained in the passed Collection . |
java.util.Collection |
ConfigurationAdminAPI.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the component type definitions for the specified ComponentTypeID . |
Configuration |
ConfigurationAdminAPI.getConfiguration(java.lang.String configName)
Returns the named Configuration . |
java.util.Collection |
ConfigurationAdminAPI.getConfigurationAndDependents(ConfigurationID configID)
Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects. |
ConfigurationModelContainer |
ConfigurationAdminAPI.getConfigurationModel(java.lang.String configName)
Returns the current ConfigurationModelContainer . |
Configuration |
ConfigurationAdminAPI.getCurrentConfiguration()
Returns the current deployed Configuration . |
ConfigurationID |
ConfigurationAdminAPI.getCurrentConfigurationID()
Returns the ConfigurationID for the current configuration. |
java.util.List |
ConfigurationAdminAPI.getHistory()
Get the history of actions executed in transactions by this editor. |
int |
ConfigurationAdminAPI.getHistoryLimit()
Set the limit on the number of actions in the history. |
int |
ConfigurationAdminAPI.getHistorySize()
Get the number of actions that are currently in the history. |
Host |
ConfigurationAdminAPI.getHost(HostID hostID)
Returns a Host for the specified HostID . |
java.util.Collection |
ConfigurationAdminAPI.getHosts()
Returns a Collection of currently defined hosts. |
java.util.Collection |
ConfigurationAdminAPI.getMonitoredComponentTypes(boolean includeDeprecated)
Returns a List of type ComponentType . |
Configuration |
ConfigurationAdminAPI.getNextStartupConfiguration()
Returns the current deployed Configuration . |
ConfigurationID |
ConfigurationAdminAPI.getNextStartupConfigurationID()
Returns the ID of the next startup Configuration , which should reflect
the desired runtime state of the system. |
java.util.Collection |
ConfigurationAdminAPI.getResources()
Returns a Collection of ResourceDescriptor
for all internal resources defined to the system. |
java.util.Collection |
ConfigurationAdminAPI.getResources(ComponentTypeID componentTypeID)
Returns a Collection of ResourceDescriptor
that are of the specified resource type. |
Configuration |
ConfigurationAdminAPI.getStartupConfiguration()
Returns the current deployed Configuration . |
ConfigurationID |
ConfigurationAdminAPI.getStartupConfigurationID()
Returns the ID of the startup Configuration , which should reflect
the desired runtime state of the system. |
void |
ConfigurationAdminAPI.saveResources(java.util.Collection resourceDescriptors)
Save the resource changes based on each ResourceDescriptor
in the collection. |
void |
ConfigurationAdminAPI.setHistoryLimit(int maximumHistoryCount)
Set the limit on the number of actions in the history. |
java.util.Set |
ConfigurationAdminAPI.undoActionsAsTransaction(int numberOfActions)
Undo the specified number of previously-committed transactions. |
Uses of ConfigurationException in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that throw ConfigurationException | |
---|---|
Host |
ConfigurationAdminAPIImpl.addHost(java.lang.String hostName,
java.util.Properties properties)
|
void |
ConfigurationAdminAPIImpl.baselineCurrentConfiguration()
Baselines the realtime portion of the current (operational) configuration into the next-startup configuration. |
java.util.List |
ConfigurationAdminAPIImpl.checkPropertiesDecryptable(java.util.List defns)
|
void |
ConfigurationAdminAPIImpl.clearHistory()
Clear the history of all actions without undoing any of them. |
ConfigurationObjectEditor |
ConfigurationAdminAPIImpl.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object. |
java.util.Set |
ConfigurationAdminAPIImpl.executeInsertTransaction(ConfigurationID assignConfigurationID,
java.util.List actions)
Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationAdminAPIImpl.executeTransaction(ActionDefinition action)
Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationAdminAPIImpl.executeTransaction(java.util.List actions)
Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Collection |
ConfigurationAdminAPIImpl.getAllComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the all component type definitions for the specified ComponentTypeID . |
java.util.Collection |
ConfigurationAdminAPIImpl.getAllComponentTypes(boolean includeDeprecated)
Returns a List of type ComponentType that represents all the ComponentTypes defined. |
java.util.Collection |
ConfigurationAdminAPIImpl.getAllGlobalConfigObjects()
This method will return a Collection of objects that represent the set of global configuration objects currently represented in the configuration database. |
java.util.Collection |
ConfigurationAdminAPIImpl.getAllProductTypes(boolean includeDeprecated)
Returns a List of type ProductType that represents all the ProductTypes defined. |
ComponentDefn |
ConfigurationAdminAPIImpl.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
|
java.util.Collection |
ConfigurationAdminAPIImpl.getComponentDefns(java.util.Collection componentDefnIDs,
ConfigurationID configurationID)
Returns a collection of ComponentDefn s for the specified collection of ComponentDefnID s and
ConfigurationID . |
ComponentType |
ConfigurationAdminAPIImpl.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
java.util.Map |
ConfigurationAdminAPIImpl.getComponentTypeDefinitions(java.util.Collection componentIDs)
Returns a Map of component type definitions for each ComponentTypeID that is contained in the passed
Collection . |
java.util.Collection |
ConfigurationAdminAPIImpl.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the component type definitions for the specified ComponentTypeID . |
Configuration |
ConfigurationAdminAPIImpl.getConfiguration(java.lang.String configName)
Returns the named Configuration . |
java.util.Collection |
ConfigurationAdminAPIImpl.getConfigurationAndDependents(ConfigurationID configID)
Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects. |
ConfigurationModelContainer |
ConfigurationAdminAPIImpl.getConfigurationModel(java.lang.String configName)
|
Configuration |
ConfigurationAdminAPIImpl.getCurrentConfiguration()
Returns the current deployed Configuration . |
ConfigurationID |
ConfigurationAdminAPIImpl.getCurrentConfigurationID()
Returns the ConfigurationID for the current configuration. |
java.util.List |
ConfigurationAdminAPIImpl.getHistory()
Get the history of actions executed in transactions by this editor. |
int |
ConfigurationAdminAPIImpl.getHistoryLimit()
Set the limit on the number of actions in the history. |
int |
ConfigurationAdminAPIImpl.getHistorySize()
Get the number of actions that are currently in the history. |
Host |
ConfigurationAdminAPIImpl.getHost(HostID hostID)
Returns a Host for the specified HostID . |
java.util.Collection |
ConfigurationAdminAPIImpl.getHosts()
Returns a Collection of currently defined hosts. |
java.util.Collection |
ConfigurationAdminAPIImpl.getMonitoredComponentTypes(boolean includeDeprecated)
Returns a List of type ComponentType . |
Configuration |
ConfigurationAdminAPIImpl.getNextStartupConfiguration()
Returns the current deployed Configuration . |
ConfigurationID |
ConfigurationAdminAPIImpl.getNextStartupConfigurationID()
Returns the ID of the next startup Configuration , which should reflect the desired runtime state of the
system. |
java.util.Collection |
ConfigurationAdminAPIImpl.getResources()
Returns a Collection of ResourceDescriptor for all internal
resources defined to the system. |
java.util.Collection |
ConfigurationAdminAPIImpl.getResources(ComponentTypeID componentTypeID)
Returns a Collection of ResourceDescriptor that are of the
specified resource type. |
Configuration |
ConfigurationAdminAPIImpl.getStartupConfiguration()
Returns the current deployed Configuration . |
ConfigurationID |
ConfigurationAdminAPIImpl.getStartupConfigurationID()
Returns the ID of the startup Configuration , which should reflect the desired runtime state of the system. |
void |
ConfigurationAdminAPIImpl.saveResources(java.util.Collection resourceDescriptors)
Save the resource changes based on each ResourceDescriptor in
the collection. |
void |
ConfigurationAdminAPIImpl.setHistoryLimit(int maximumHistoryCount)
Set the limit on the number of actions in the history. |
void |
RuntimeStateAdminAPIHelper.setLogConfiguration(Configuration config,
LogConfiguration logConfig,
java.util.List actions,
java.lang.String principalName)
Set the Log Configuration in the database and propagate changes to other VM |
java.util.Set |
ConfigurationAdminAPIImpl.undoActionsAsTransaction(int numberOfActions)
Undo the specified number of previously-committed transactions. |
Uses of ConfigurationException in com.metamatrix.platform.config.api.service |
---|
Methods in com.metamatrix.platform.config.api.service that throw ConfigurationException | |
---|---|
Host |
ConfigurationServiceInterface.addHost(java.lang.String hostName,
java.lang.String principalName,
java.util.Properties properties)
Add Host to Configuration Add a new Host to the System (MetaMatrix Cluster) |
VMComponentDefn |
ConfigurationServiceInterface.addProcess(java.lang.String processName,
java.lang.String hostName,
java.lang.String principalName,
java.util.Properties properties)
Add Process for the specified Host to Configuration Add a new Virtuial Machine to the System (MetaMatrix Cluster) |
void |
ConfigurationServiceInterface.baselineCurrentConfiguration(java.lang.String principalName)
Baselines the realtime portion of the current (operational) configuration into the next-startup configuration. |
java.util.List |
ConfigurationServiceInterface.checkPropertiesDecryptable(java.util.List defns)
Check whether the encrypted properties for the specified ComponentDefns can be decrypted. |
boolean |
ConfigurationServiceInterface.checkPropertiesDecryptable(java.util.Properties props,
java.lang.String componentTypeIdentifier)
Check whether the given properties pertaining to the given component (name and type) contain at least one value that the server cannot decrypt with its current keystore. |
void |
ConfigurationServiceInterface.clearHistory()
Clear the history of all actions without undoing any of them. |
ConnectorBinding |
ConfigurationServiceInterface.createConnectorBinding(java.lang.String connectorBindingName,
java.lang.String connectorType,
java.lang.String pscName,
java.lang.String principalName,
java.util.Properties properties)
Deploy a new Connector Binding into Configuration |
ConfigurationObjectEditor |
ConfigurationServiceInterface.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object. |
void |
ConfigurationServiceInterface.delete(ComponentObject theObject,
boolean theDeleteDependenciesFlag,
java.lang.String principalName)
Deletes a component object. |
void |
ConfigurationServiceInterface.delete(ComponentType componentType,
java.lang.String principalName)
Delete a Component Type |
java.util.Collection |
ConfigurationServiceInterface.deployPSC(Host theHost,
VMComponentDefn theProcess,
java.lang.String pscName,
java.lang.String principalName)
Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM. |
java.util.Set |
ConfigurationServiceInterface.executeInsertTransaction(ConfigurationID assignConfigurationID,
java.util.List actions,
java.lang.String principalName)
Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationServiceInterface.executeTransaction(ActionDefinition action,
java.lang.String principalName)
Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationServiceInterface.executeTransaction(java.util.List actions,
java.lang.String principalName)
Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Collection |
ConfigurationServiceInterface.getAllComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the all component type definitions for the specified ComponentTypeID . |
java.util.Collection |
ConfigurationServiceInterface.getAllComponentTypes(boolean includeDeprecated)
Returns a List of type ComponentType that represents all the ComponentTypes defined. |
java.util.Collection |
ConfigurationServiceInterface.getAllGlobalConfigObjects()
This method will return a Collection of objects that represent the set of global configuration objects currently represented in the configuration database. |
ComponentDefn |
ConfigurationServiceInterface.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
Returns a ComponentDefn for the specified ComponentDefnID . |
java.util.Collection |
ConfigurationServiceInterface.getComponentDefns(java.util.Collection componentDefnIDs,
ConfigurationID configurationID)
Returns a collection of ComponentDefn s for the specified collection of ComponentDefnID s and
ConfigurationID . |
ComponentType |
ConfigurationServiceInterface.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
java.util.Map |
ConfigurationServiceInterface.getComponentTypeDefinitions(java.util.Collection componentIDs)
Returns a Map of component type definitions for each ComponentTypeID that is contained in the passed
Collection . |
java.util.Collection |
ConfigurationServiceInterface.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the component type definitions for the specified ComponentTypeID . |
Configuration |
ConfigurationServiceInterface.getConfiguration(java.lang.String configName)
Returns the named Configuration . |
java.util.Collection |
ConfigurationServiceInterface.getConfigurationAndDependents(ConfigurationID configID)
Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects. |
ConfigurationModelContainer |
ConfigurationServiceInterface.getConfigurationModel(java.lang.String configName)
Returns the ConfigurationModelContainer that contains everything (i.e., ComponentTypes, Shared Resources and
ComponentDefns) that the server needs to start. |
Configuration |
ConfigurationServiceInterface.getCurrentConfiguration()
Returns the current deployed Configuration . |
ConfigurationID |
ConfigurationServiceInterface.getCurrentConfigurationID()
Returns the ConfigurationID for the operational configuration. |
java.util.Map |
ConfigurationServiceInterface.getDependentComponentTypeDefinitions(java.util.Collection componentIDs)
Returns a Map of all component type definitions for each ComponentTypeID that is contained in the passed
Collection . |
java.util.Collection |
ConfigurationServiceInterface.getDependentComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the component type definitions for the specified ComponentTypeID . |
java.util.List |
ConfigurationServiceInterface.getHistory()
Get the history of actions executed in transactions by this editor. |
int |
ConfigurationServiceInterface.getHistoryLimit()
Set the limit on the number of actions in the history. |
int |
ConfigurationServiceInterface.getHistorySize()
Get the number of actions that are currently in the history. |
Host |
ConfigurationServiceInterface.getHost(HostID hostID)
Returns a Host for the specified HostID . |
java.util.Collection |
ConfigurationServiceInterface.getHosts()
Returns a Collection of currently defined hosts. |
java.util.Collection |
ConfigurationServiceInterface.getMonitoredComponentTypes(boolean includeDeprecated)
Returns a List of type ComponentType . |
Configuration |
ConfigurationServiceInterface.getNextStartupConfiguration()
Returns the next startup Configuration , the Configuration that the system will next boot up with (once it
is entirely shut down). |
ConfigurationID |
ConfigurationServiceInterface.getNextStartupConfigurationID()
Returns the ID of the next startup Configuration , which should reflect the desired runtime state of the
system. |
java.util.Collection |
ConfigurationServiceInterface.getProductReleaseInfos()
Obtain the List of ReleaseInfo objects which represent the products of the system. |
java.util.Collection |
ConfigurationServiceInterface.getResources()
Returns a Collection of ResourceDescriptor for all internal
resources defined to the system. |
java.util.Collection |
ConfigurationServiceInterface.getResources(ComponentTypeID componentTypeID)
Returns a Collection of ResourceDescriptor that are of the
specified resource type. |
java.util.Date |
ConfigurationServiceInterface.getServerStartupTime()
Return the time the server was started. |
Configuration |
ConfigurationServiceInterface.getStartupConfiguration()
Returns the startup Configuration , the Configuration that the system booted up with. |
ConfigurationID |
ConfigurationServiceInterface.getStartupConfigurationID()
Returns the ID of the startup Configuration , which should reflect the desired runtime state of the system. |
ConnectorBinding |
ConfigurationServiceInterface.importConnectorBinding(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String pscName,
java.lang.String principalName)
Import a connector Binding from InputStream, and deploy it to a PSC. |
ComponentType |
ConfigurationServiceInterface.importConnectorType(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String principalName)
Import a Connector Type |
java.lang.Object |
ConfigurationServiceInterface.modify(ComponentObject theObject,
java.util.Properties theProperties,
java.lang.String principalName)
Modify a Component in Configuration |
void |
ConfigurationServiceInterface.saveResources(java.util.Collection resourceDescriptors,
java.lang.String principalName)
Save the resource changes based on each ResourceDescriptor in
the collection. |
void |
ConfigurationServiceInterface.setHistoryLimit(int maximumHistoryCount)
Set the limit on the number of actions in the history. |
void |
ConfigurationServiceInterface.setSystemPropertyValue(java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.String principalName)
Set System Property Value in Configuration |
java.util.Set |
ConfigurationServiceInterface.undoActionsAsTransaction(int numberOfActions,
java.lang.String principalName)
Undo the specified number of previously-committed transactions. |
void |
ConfigurationServiceInterface.updateSystemPropertyValues(java.util.Properties properties,
java.lang.String principalName)
Set System Property Values in Configuration. |
Uses of ConfigurationException in com.metamatrix.platform.config.persistence.api |
---|
Methods in com.metamatrix.platform.config.persistence.api that throw ConfigurationException | |
---|---|
void |
PersistentConnection.beginTransaction()
|
void |
PersistentConnection.commit()
|
abstract PersistentConnection |
PersistentConnectionFactory.createPersistentConnection()
Creates the the of PersistentConnection required to communicate
to the configuration repository. |
static PersistentConnectionFactory |
PersistentConnectionFactory.createPersistentConnectionFactory(java.util.Properties props)
createPersistentConnectionFactory is used for bootstrapping the system. |
void |
PersistentConnection.delete(ConfigurationID configID,
java.lang.String principal)
Writes the collection of models to its persistent store based on the implementation of the persistent connection. |
int |
PersistentConnection.getServerState()
Call to get the current state |
java.util.Date |
PersistentConnection.getStartupTime()
Call to get the startup time of the server. |
ConfigurationModelContainer |
PersistentConnection.read(ConfigurationID configID)
Returns an ConfigurationModelContainer based on how the implementation read configuation information |
void |
PersistentConnection.rollback()
|
void |
PersistentConnection.setServerStarted()
Call to set the startup state to @see {StartupStateController.STARTED Started}. |
void |
PersistentConnection.setServerStarting()
Call to set the startup state to @see {StartupStateController.STARTING Starting}. |
void |
PersistentConnection.setServerStarting(boolean force)
Call to forcibly set the startup state to @see {StartupStateController.STARTING Starting}, regardless of the current state of the server. |
void |
PersistentConnection.setServerStopped()
Call to set the startup state to @see {StartupStateController.STOPPED Stopped}. |
void |
PersistentConnection.write(ConfigurationModelContainer model,
java.lang.String principal)
Writes the model to its persistent store based on the implementation of the persistent connection. |
Uses of ConfigurationException in com.metamatrix.platform.config.persistence.impl.file |
---|
Methods in com.metamatrix.platform.config.persistence.impl.file that throw ConfigurationException | |
---|---|
void |
FilePersistentConnection.beginTransaction()
|
void |
FilePersistentConnection.commit()
|
PersistentConnection |
FilePersistentConnectionFactory.createPersistentConnection()
Creates the the of PersistentConnection required to communicate
to the configuration repository. |
void |
FilePersistentConnection.delete(ConfigurationID configID,
java.lang.String principal)
|
int |
FilePersistentConnection.getServerState()
Call to get the current state |
java.util.Date |
FilePersistentConnection.getStartupTime()
Call to get the current state |
ConfigurationModelContainer |
FilePersistentConnection.read(ConfigurationID configID)
|
void |
FilePersistentConnection.rollback()
|
void |
FilePersistentConnection.setServerStarted()
Call to set the startup state to @see {StartupStateController.STARTED Started}. |
void |
FilePersistentConnection.setServerStarting()
Call to set the startup state to @see {StartupStateController.STARTING Starting}. |
void |
FilePersistentConnection.setServerStarting(boolean force)
Call to forcibly set the startup state to @see {StartupStateController.STARTING Starting}, regardless of the current state of the server. |
void |
FilePersistentConnection.setServerStopped()
Call to set the startup state to @see {StartupStateController.STOPPED Stopped}. |
void |
FilePersistentConnection.write(ConfigurationModelContainer model,
java.lang.String principal)
|
void |
FilePersistentConnection.write(ConfigurationModelContainer model,
java.lang.String fileName,
java.lang.String principal)
|
static void |
FilePersistentUtil.writeModel(java.lang.String fileName,
java.lang.String filePath,
ConfigurationModelContainer model,
java.lang.String principal)
|
Constructors in com.metamatrix.platform.config.persistence.impl.file that throw ConfigurationException | |
---|---|
FilePersistentConnectionFactory(java.util.Properties factoryProperties)
Constructor for FilePersistentConnectionFactory. |
Uses of ConfigurationException in com.metamatrix.platform.config.persistence.impl.jdbc |
---|
Methods in com.metamatrix.platform.config.persistence.impl.jdbc that throw ConfigurationException | |
---|---|
void |
JDBCPersistentConnection.beginTransaction()
|
void |
JDBCPersistentConnection.commit()
|
PersistentConnection |
JDBCPersistentConnectionFactory.createPersistentConnection()
Creates the the of PersistentConnection required to communicate
to the configuration repository. |
void |
JDBCPersistentConnection.delete(ConfigurationID configID,
java.lang.String principal)
Writes the collection of models to its persistent store based on the implementation of the persistent connection. |
int |
JDBCPersistentConnection.getServerState()
Returns the int startup state, use constants in StartupStateController to
interpret the meaning |
java.util.Date |
JDBCPersistentConnection.getStartupTime()
Call to get the current state |
ConfigurationModelContainer |
JDBCPersistentConnection.read(ConfigurationID configID)
Returns an ConfigurationModelContainer based on how the implementation read configuation information |
void |
JDBCPersistentConnection.rollback()
|
void |
JDBCPersistentConnection.setServerStarted()
Call to set the startup state to @see {StartupStateController.STARTED Started}. |
void |
JDBCPersistentConnection.setServerStarting()
Call to set the startup state to @see {StartupStateController.STARTING Starting}. |
void |
JDBCPersistentConnection.setServerStarting(boolean force)
Call to forcibly set the startup state to @see {StartupStateController.STARTING Starting}, regardless of the current state of the server. |
void |
JDBCPersistentConnection.setServerStopped()
Call to set the startup state to @see {StartupStateController.STOPPED Stopped}. |
void |
JDBCPersistentConnection.write(ConfigurationModelContainer config,
java.lang.String principalName)
Writes the model to its persistent store based on the implementation of the persistent connection. |
Uses of ConfigurationException in com.metamatrix.platform.config.service |
---|
Methods in com.metamatrix.platform.config.service that throw ConfigurationException | |
---|---|
Host |
ConfigurationServiceImpl.addHost(java.lang.String hostName,
java.lang.String principalName,
java.util.Properties properties)
|
VMComponentDefn |
ConfigurationServiceImpl.addProcess(java.lang.String processName,
java.lang.String hostName,
java.lang.String principalName,
java.util.Properties properties)
|
void |
ConfigurationServiceImpl.baselineCurrentConfiguration(java.lang.String principalName)
Baselines the realtime portion of the current (operational) configuration into the next-startup configuration. |
java.util.List |
ConfigurationServiceImpl.checkPropertiesDecryptable(java.util.List defns)
Check whether the encrypted properties for the specified ComponentDefns can be decrypted. |
boolean |
ConfigurationServiceImpl.checkPropertiesDecryptable(java.util.Properties props,
java.lang.String componentTypeIdentifier)
|
void |
ConfigurationServiceImpl.clearHistory()
Clear the history of all actions without undoing any of them. |
ConnectorBinding |
ConfigurationServiceImpl.createConnectorBinding(java.lang.String connectorBindingName,
java.lang.String connectorType,
java.lang.String pscName,
java.lang.String principalName,
java.util.Properties properties)
|
ConfigurationObjectEditor |
ConfigurationServiceImpl.createEditor()
|
void |
ConfigurationServiceImpl.delete(ComponentObject theObject,
boolean theDeleteDependenciesFlag,
java.lang.String principalName)
|
void |
ConfigurationServiceImpl.delete(ComponentType componentType,
java.lang.String principalName)
|
java.util.Collection |
ConfigurationServiceImpl.deployPSC(Host theHost,
VMComponentDefn theProcess,
java.lang.String pscName,
java.lang.String principalName)
Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM. |
java.util.Set |
ConfigurationServiceImpl.executeInsertTransaction(ConfigurationID assignConfigurationID,
java.util.List actions,
java.lang.String principalName)
Execute a list of insert actions and for actions on objects of type component object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationServiceImpl.executeTransaction(ActionDefinition action,
java.lang.String principalName)
Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Set |
ConfigurationServiceImpl.executeTransaction(java.util.List actions,
java.lang.String principalName)
Execute as a single transaction the specified actions, and optionally return the set of objects or object IDs that were affected/modified by the action. |
java.util.Collection |
ConfigurationServiceImpl.getAllComponentTypeDefinitions(ComponentTypeID typeID)
|
java.util.Collection |
ConfigurationServiceImpl.getAllComponentTypes(boolean includeDeprecated)
|
java.util.Collection |
ConfigurationServiceImpl.getAllGlobalConfigObjects()
This method will return a Collection of objects that represent the set of global configuration objects currently represented in the configuration database. |
ComponentDefn |
ConfigurationServiceImpl.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
Returns a ComponentDefn for the specified ComponentDefnID . |
java.util.Collection |
ConfigurationServiceImpl.getComponentDefns(java.util.Collection componentDefnIDs,
ConfigurationID configurationID)
|
ComponentType |
ConfigurationServiceImpl.getComponentType(ComponentTypeID id)
|
java.util.Map |
ConfigurationServiceImpl.getComponentTypeDefinitions(java.util.Collection componentIDs)
|
java.util.Collection |
ConfigurationServiceImpl.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
|
Configuration |
ConfigurationServiceImpl.getConfiguration(java.lang.String configName)
|
java.util.Collection |
ConfigurationServiceImpl.getConfigurationAndDependents(ConfigurationID configID)
Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects. |
ConfigurationModelContainer |
ConfigurationServiceImpl.getConfigurationModel(java.lang.String configName)
|
Configuration |
ConfigurationServiceImpl.getCurrentConfiguration()
Returns the operational Configuration , which should reflect
the desired runtime state of the system. |
ConfigurationID |
ConfigurationServiceImpl.getCurrentConfigurationID()
Returns the ID of the operational Configuration , which should reflect
the desired runtime state of the system. |
java.util.Map |
ConfigurationServiceImpl.getDependentComponentTypeDefinitions(java.util.Collection componentIDs)
|
java.util.Collection |
ConfigurationServiceImpl.getDependentComponentTypeDefinitions(ComponentTypeID componentTypeID)
|
java.util.List |
ConfigurationServiceImpl.getHistory()
Get the history of actions executed in transactions by this editor. |
int |
ConfigurationServiceImpl.getHistoryLimit()
Set the limit on the number of actions in the history. |
int |
ConfigurationServiceImpl.getHistorySize()
Get the number of actions that are currently in the history. |
Host |
ConfigurationServiceImpl.getHost(HostID hostID)
|
java.util.Collection |
ConfigurationServiceImpl.getHosts()
|
java.util.Collection |
ConfigurationServiceImpl.getMonitoredComponentTypes(boolean includeDeprecated)
|
Configuration |
ConfigurationServiceImpl.getNextStartupConfiguration()
Returns the next startup Configuration , the Configuration
that the system will next boot up with (once it is entirely shut down). |
ConfigurationID |
ConfigurationServiceImpl.getNextStartupConfigurationID()
Returns the ID of the next startup Configuration , which should reflect
the desired runtime state of the system. |
java.util.Collection |
ConfigurationServiceImpl.getProductReleaseInfos()
Obtain the List of ReleaseInfo objects
which represent the products of the system. |
java.util.Collection |
ConfigurationServiceImpl.getResources()
Returns a Collection of ResourceDescriptor
for all internal resources defined to the system. |
java.util.Collection |
ConfigurationServiceImpl.getResources(ComponentTypeID componentTypeID)
Returns a Collection of ResourceDescriptor
that are of the specified resource type. |
java.util.Date |
ConfigurationServiceImpl.getServerStartupTime()
Return the time the server was started. |
Configuration |
ConfigurationServiceImpl.getStartupConfiguration()
Returns the startup Configuration , the Configuration
that the system booted up with. |
ConfigurationID |
ConfigurationServiceImpl.getStartupConfigurationID()
Returns the ID of the startup Configuration , which should reflect
the desired runtime state of the system. |
ConnectorBinding |
ConfigurationServiceImpl.importConnectorBinding(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String pscName,
java.lang.String principalName)
|
ComponentType |
ConfigurationServiceImpl.importConnectorType(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String principalName)
|
java.lang.Object |
ConfigurationServiceImpl.modify(ComponentObject theObject,
java.util.Properties theProperties,
java.lang.String principalName)
|
void |
ConfigurationServiceImpl.saveResources(java.util.Collection resourceDescriptors,
java.lang.String principalName)
Save the resource changes based on each ResourceDescriptor
in the collection. |
void |
ConfigurationServiceImpl.setHistoryLimit(int maximumHistoryCount)
Set the limit on the number of actions in the history. |
void |
ConfigurationServiceImpl.setSystemPropertyValue(java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.String principalName)
Set System Property in Next Configuration |
java.util.Set |
ConfigurationServiceImpl.undoActionsAsTransaction(int numberOfActions,
java.lang.String principalName)
Undo the specified number of previously-committed transactions. |
void |
ConfigurationServiceImpl.updateSystemPropertyValues(java.util.Properties properties,
java.lang.String principalName)
Set System Property in Next Configuration |
Uses of ConfigurationException in com.metamatrix.platform.config.spi |
---|
Methods in com.metamatrix.platform.config.spi that throw ConfigurationException | |
---|---|
boolean |
ConfigurationTransaction.doesConfigurationExist(java.lang.String configurationName)
Returns a boolean indicating if the configuration already exist or not. |
java.util.Set |
ConfigurationTransaction.executeActions(java.util.List actions,
java.lang.String principalName)
Execute the specified actions. |
java.util.Collection |
ConfigurationTransaction.getAllComponentTypes(boolean includeDeprecated)
Returns a Map of type ComponentType keyed by ComponentTypeID. |
java.util.Collection |
ConfigurationTransaction.getAllObjectsForConfigurationModel(ConfigurationID configID)
Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects. |
ComponentDefn |
ConfigurationTransaction.getComponentDefinition(ComponentDefnID componentDefnID,
ConfigurationID configurationID)
Returns a ComponentDefn for the specified
ComponentDefnID and ConfigurationID . |
java.util.Map |
ConfigurationTransaction.getComponentDefinitions(ConfigurationID configurationID)
Obtain the list of component definition instances that makeup the configuration. |
java.lang.String |
ConfigurationTransaction.getComponentPropertyValue(ComponentObjectID componentObjectID,
ComponentTypeID typeID,
java.lang.String propertyName)
Obtain the value for a specific property name |
ComponentType |
ConfigurationTransaction.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
java.util.Collection |
ConfigurationTransaction.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns a Map of component type definitions for the ComponentTypeID specified,
keyed by the ComponentTypeDefnID |
Configuration |
ConfigurationTransaction.getConfiguration(java.lang.String configurationName)
Obtain a configuration that contains all its components and the deployed components. |
ConfigurationModelContainer |
ConfigurationTransaction.getConfigurationModel(java.lang.String configName)
Returns the configuration model that contains everything a server needs to start. |
java.util.Collection |
ConfigurationTransaction.getConnectionPools(ConfigurationID configurationID)
Returns a Collection of ResourceDescriptor
for all resource pools defined to the system. |
Configuration |
ConfigurationTransaction.getCurrentConfiguration()
Deprecated. as of v 2.0 beta 1 use ConfigurationTransaction.getDesignatedConfiguration(java.lang.String) |
ConfigurationID |
ConfigurationTransaction.getCurrentConfigurationID()
Deprecated. as of v 2.0 beta 1 use ConfigurationTransaction.getDesignatedConfigurationID(java.lang.String) |
java.util.List |
ConfigurationTransaction.getDeployedComponents(ConfigurationID configrationID)
Obtain the list of deployed components that represent the configuration when deployed. |
Configuration |
ConfigurationTransaction.getDesignatedConfiguration(java.lang.String designation)
Returns one of the well-known system configurations , either
the
operational configuration ,
the
next startup configuration ,
or the
startup configuration . |
ConfigurationID |
ConfigurationTransaction.getDesignatedConfigurationID(java.lang.String designation)
Returns the ID of one of the well-known system configurations , either
the
operational configuration ,
the
next startup configuration ,
or the
startup configuration . |
java.util.Collection |
ConfigurationTransaction.getHosts()
Obtain the list of registered host |
java.util.Collection |
ConfigurationTransaction.getMonitoredComponentTypes(boolean includeDeprecated)
Returns a Map of type ComponentType keyed by ComponentTypeID
that are flagged as being monitored. |
java.util.Collection |
ConfigurationTransaction.getProductTypes(boolean includeDeprecated)
Returns a Map of type ProductType keyed by ProductTypeID. |
java.util.Collection |
ConfigurationTransaction.getResources()
Returns a Collection of ResourceDescriptor
for all internal resources defined to the system. |
java.util.Collection |
ConfigurationTransaction.getResources(ComponentTypeID componentTypeID)
Returns a Collection of ResourceDescriptor
that are of the specified resource type. |
java.util.Date |
ConfigurationTransaction.getServerStartupTime()
Return the time the server was started. |
ConfigurationID |
ConfigurationTransaction.overwriteConfiguration(ConfigurationID configToCopy,
ConfigurationID configToOverwrite,
java.lang.String principalName)
Overwrite the specified configuration by copying another configuration over it. |
void |
ConfigurationTransaction.saveResources(java.util.Collection resourceDescriptors,
java.lang.String principalName)
Save the resource changes based on each ResourceDescriptor
in the collection. |
Uses of ConfigurationException in com.metamatrix.platform.config.spi.xml |
---|
Methods in com.metamatrix.platform.config.spi.xml that throw ConfigurationException | |
---|---|
void |
XMLConfigurationWriter.beginSystemInitialization(boolean forceInitialization,
ConfigTransaction transaction)
|
boolean |
XMLConfigurationConnector.doesConfigurationExist(java.lang.String configurationName)
Returns a boolean indicating if the configuration already exist or not. |
boolean |
XMLConfigurationReader.doesResourceExist(java.lang.String resourceName)
|
java.util.Set |
XMLConfigurationConnector.executeActions(boolean doAdjust,
java.util.List actions,
java.lang.String principalName)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
AuthenticationProviderID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
ComponentTypeDefnID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
ComponentTypeID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
ConnectorBindingID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
DeployedComponentID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
HostID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
ProductServiceConfigID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
ProductTypeID targetID,
java.util.List actions,
ConfigTransaction transaction)
Executes the specified component type actions and will update the list of component types with the changes. |
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
PropDefnAllowedValueID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
ServiceComponentDefnID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
SharedResourceID targetID,
java.util.List actions,
ConfigTransaction transaction)
Executes the specified component type actions and will update the list of component types with the changes. |
java.util.Set |
XMLActionUpdateStrategy.executeActions(ConfigurationModelContainerImpl config,
VMComponentDefnID targetID,
java.util.List actions,
ConfigTransaction transaction)
|
java.util.Set |
XMLConfigurationWriter.executeActions(java.util.List actions,
ConfigTransaction transaction)
Executes the list of actions, returns the Set of affected objects. |
java.util.Set |
XMLConfigurationConnector.executeActions(java.util.List actions,
java.lang.String principalName)
|
java.util.Set |
XMLActionUpdateStrategy.executeActionsOnTarget(java.lang.Object target,
java.util.List actions,
ConfigTransaction transaction)
|
void |
XMLConfigurationWriter.finishSystemInitialization(ConfigTransaction transaction)
Called by JDBCCurrentConfigurationReader#finishSystemInitialization |
java.util.Collection |
XMLConfigurationConnector.getAllComponentTypes(boolean includeDeprecated)
|
java.util.Collection |
XMLConfigurationConnector.getAllObjectsForConfigurationModel(ConfigurationID configID)
|
ComponentDefn |
XMLConfigurationReader.getComponentDefinition(ComponentDefnID targetID)
|
ComponentDefn |
XMLConfigurationReader.getComponentDefinition(ComponentDefnID targetID,
ConfigurationID configurationID)
|
ComponentDefn |
XMLConfigurationConnector.getComponentDefinition(ComponentDefnID componentID,
ConfigurationID configurationID)
Obtain the component definition |
java.util.Map |
XMLConfigurationReader.getComponentDefinitions(ConfigurationID configID)
|
java.util.Map |
XMLConfigurationConnector.getComponentDefinitions(ConfigurationID configurationID)
Obtain the list of component definition instances that makeup the configuration. |
java.lang.String |
XMLConfigurationReader.getComponentPropertyValue(ComponentObjectID componentObjectID,
ComponentTypeID typeID,
java.lang.String propertyName)
|
java.lang.String |
XMLConfigurationConnector.getComponentPropertyValue(ComponentObjectID componentObjectID,
ComponentTypeID typeID,
java.lang.String propertyName)
|
ComponentType |
XMLConfigurationReader.getComponentType(ComponentTypeID typeID)
|
ComponentType |
XMLConfigurationConnector.getComponentType(ComponentTypeID id)
|
java.util.Collection |
XMLConfigurationConnector.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
|
java.util.Collection |
XMLConfigurationReader.getComponentTypes(boolean includeDeprecated)
|
java.util.Collection |
XMLConfigurationReader.getComponenTypeDefinitions(ComponentTypeID componentTypeID)
Takes a ProductType, and puts into it the ComponentTypeID objects representing legal service types for that product type. |
Configuration |
XMLConfigurationConnector.getConfiguration(java.lang.String configurationName)
Obtain a configuration that contains all its components and the deployed components. |
ConfigurationInfo |
XMLConfigurationConnector.getConfigurationInfo(java.lang.String configurationName)
Obtain the configuration info for the specified configuration and version. |
ConfigurationModelContainer |
XMLCurrentConfigurationReader.getConfigurationModel()
Obtain the next startup configuration model. |
ConfigurationModelContainer |
XMLConfigurationReader.getConfigurationModel(ConfigurationID configID)
|
ConfigurationModelContainer |
XMLConfigurationMgr.getConfigurationModel(ConfigurationID configID)
Returns the configuration for the specified configID. |
ConfigurationModelContainer |
XMLConfigurationConnector.getConfigurationModel(java.lang.String configName)
|
java.util.Properties |
XMLCurrentConfigurationReader.getConfigurationProperties()
Obtain the properties for the current configuration. |
protected XMLConfigurationReader |
XMLConfigurationConnector.getConfigurationReader()
|
protected XMLConfigurationWriter |
XMLConfigurationConnector.getConfigurationWriter()
|
java.util.Collection |
XMLConfigurationReader.getConnectionPools(ConfigurationID configurationID)
|
java.util.Collection |
XMLConfigurationConnector.getConnectionPools(ConfigurationID configurationID)
Deprecated. 5.5.4 |
Configuration |
XMLConfigurationConnector.getCurrentConfiguration()
Deprecated. as of v 2.0 beta 1 use XMLConfigurationConnector.getDesignatedConfiguration(java.lang.String) |
ConfigurationID |
XMLConfigurationConnector.getCurrentConfigurationID()
Deprecated. as of v 2.0 beta 1 use XMLConfigurationConnector.getDesignatedConfigurationID(java.lang.String) |
DeployedComponent |
XMLConfigurationConnector.getDeployedComponent(DeployedComponentID deployedComponentID)
Obtain the deployed component |
java.util.List |
XMLConfigurationReader.getDeployedComponents(ConfigurationID configurationID)
Returns a UIDCollection of all the deployed components for the configuration. |
java.util.List |
XMLConfigurationConnector.getDeployedComponents(ConfigurationID configurationID)
Obtain the list of deployed components that represent the configuration when deployed. |
Configuration |
XMLConfigurationReader.getDesignatedConfiguration(ConfigurationID configurationID)
Returns one of the well-known system configurations , either
the
operational configuration ,
the
next startup configuration ,
or the
startup configuration . |
Configuration |
XMLConfigurationReader.getDesignatedConfiguration(java.lang.String name)
Returns the Configuration for the given name, or null if the ID is invalid. |
Configuration |
XMLConfigurationConnector.getDesignatedConfiguration(java.lang.String designation)
Returns one of the well-known system configurations , either
the
operational configuration ,
the
next startup configuration ,
or the
startup configuration . |
ConfigurationID |
XMLConfigurationReader.getDesignatedConfigurationID(java.lang.String designation)
Returns ID of one of the well-known system configurations , either
the
operational configuration ,
the
next startup configuration ,
or the
startup configuration . |
ConfigurationID |
XMLConfigurationConnector.getDesignatedConfigurationID(java.lang.String designation)
|
java.util.Properties |
XMLConfigurationReader.getDesignatedConfigurationProperties(java.lang.String designation)
used specifically by the CurrentConfiguration via JDBCCurrentConfigurationReader |
Host |
XMLConfigurationReader.getHost(HostID hostID)
|
java.util.Collection |
XMLConfigurationReader.getHosts()
|
java.util.Collection |
XMLConfigurationConnector.getHosts()
Obtain the list of registered host |
java.util.Collection |
XMLConfigurationReader.getMonitoredComponentTypes(boolean includeDeprecated)
|
java.util.Collection |
XMLConfigurationConnector.getMonitoredComponentTypes(boolean includeDeprecated)
|
Configuration |
XMLCurrentConfigurationReader.getNextStartupConfiguration()
Obtain the next startup configuration. |
java.util.Collection |
XMLConfigurationReader.getProductTypes(boolean includeDeprecated)
|
java.util.Collection |
XMLConfigurationConnector.getProductTypes(boolean includedeprecated)
|
SharedResource |
XMLConfigurationReader.getResource(java.lang.String resourceName)
|
java.util.Collection |
XMLConfigurationReader.getResources()
|
java.util.Collection |
XMLConfigurationConnector.getResources()
Returns a Collection of ResourceDescriptor
for all internal resources defined to the system. |
java.util.Collection |
XMLConfigurationConnector.getResources(ComponentTypeID componentTypeID)
Returns a Collection of ResourceDescriptor
that are of the specified resource type. |
int |
XMLConfigurationReader.getServerStartupState()
Returns the int startup state, use constants in StartupStateController to
interpret the meaning |
int |
XMLConfigurationMgr.getServerStartupState()
|
int |
XMLConfigurationConnector.getServerStartupState()
|
java.util.Date |
XMLConfigurationReader.getServerStartupTime()
Obtain the Date that represents the time the server was started |
java.util.Date |
XMLConfigurationMgr.getServerStartupTime()
|
java.util.Date |
XMLConfigurationConnector.getServerStartupTime()
Return the time the server was started. |
protected ConfigUserTransaction |
XMLConfigurationWriter.getTransaction(java.lang.String principal)
|
protected ConfigUserTransaction |
XMLCurrentConfigurationReader.getWriteTransaction()
|
void |
XMLCurrentConfigurationReader.indicateSystemShutdown()
|
void |
XMLConfigurationWriter.indicateSystemShutdown(ConfigTransaction transaction)
Called by XMLCurrentConfigurationReader.indicateSystemShutdown() |
void |
XMLConfigurationMgr.init(java.util.Properties properties)
|
boolean |
XMLConfigurationReader.isDefinitionDeployable(ComponentDefnID defnID)
|
boolean |
XMLConfigurationMgr.isServerAvailable()
|
boolean |
XMLConfigurationMgr.isServerStarting()
|
boolean |
XMLConfigurationMgr.isServerStopped()
|
ConfigurationID |
XMLConfigurationWriter.overwriteConfiguration(ConfigurationID configIDToCopy,
ConfigurationID configIDToOverwrite,
ConfigTransaction transaction)
Overwrite the specified configuration by copying another configuration over it. |
ConfigurationID |
XMLConfigurationConnector.overwriteConfiguration(ConfigurationID configToCopy,
ConfigurationID configToOverwrite,
java.lang.String principalName)
Overwrite the specified configuration by copying another configuration over it. |
void |
XMLCurrentConfigurationReader.performSystemInitialization(boolean forceInitialization)
|
void |
XMLConfigurationWriter.performSystemInitialization(ConfigTransaction transaction)
Called by XMLCurrentConfigurationReader.performSystemInitialization(boolean)
NOTE - This is a self contained transaction, the calling class cannot
control the transaction |
void |
XMLConfigurationConnector.saveResources(java.util.Collection resourceDescriptors,
java.lang.String principalName)
Save the resource changes based on each ResourceDescriptor
in the collection. |
protected void |
XMLConfigurationMgr.setServerStateToStarted()
|
protected void |
XMLConfigurationMgr.setServerStateToStarting(boolean force)
The setting of the server state is not part |
protected void |
XMLConfigurationMgr.setServerStateToStopped()
|
void |
XMLConfigurationWriter.updateSharedResource(SharedResource resource,
ConfigTransaction transaction)
|
void |
XMLActionUpdateStrategy.updateSharedResource(SharedResource resource,
ConfigTransaction transaction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |