|
||||||||||
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.util.Map |
AbstractAdminImpl.getConnectorBindingNamesMapFromUUIDs(java.util.Collection uuids)
|
protected java.util.List<ConnectorBinding> |
ServerConfigAdminImpl.getConnectorBindingsByName(java.lang.String[] bindingNames)
|
protected DeployedComponent |
AbstractAdminImpl.getDeployedComponent(java.lang.String identifier)
|
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.lang.String |
CurrentConfiguration.getClusterName()
|
java.util.Collection<ComponentType> |
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. |
java.util.Properties |
CurrentConfiguration.getResourceProperties(java.lang.String resourceName)
Get the connection properties for the specified resource. |
Uses of ConfigurationException in com.metamatrix.common.config.api |
---|
Methods in com.metamatrix.common.config.api that throw ConfigurationException | |
---|---|
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. |
VMComponentDefn |
ConfigurationObjectEditor.renameVM(VMComponentDefn vm,
java.lang.String name)
Change the name of a previously defined VM. |
Uses of ConfigurationException in com.metamatrix.common.config.api.exceptions |
---|
Subclasses of ConfigurationException in com.metamatrix.common.config.api.exceptions | |
---|---|
class |
ConfigurationConnectionException
|
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)
|
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration)
|
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration,
boolean deleteDependencies)
|
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)
|
VMComponentDefn |
BasicConfigurationObjectEditor.renameVM(VMComponentDefn vm,
java.lang.String name)
Change the name of a previously defined VM in the Next Startup config. |
void |
ConfigurationModelContainerImpl.setConfigurationObjects(java.util.Collection objects)
Method used when the XMLConfiguration is initialized for the first time. |
protected void |
PropertyValidations.throwException(java.lang.String msg)
|
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. |
Constructors in com.metamatrix.common.config.reader that throw ConfigurationException | |
---|---|
PropertiesConfigurationReader()
Default, no-arg constructor |
Uses of ConfigurationException in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that throw ConfigurationException | |
---|---|
java.util.List |
ConfigurationAdminAPI.checkPropertiesDecryptable(java.util.List defns)
Check whether the encrypted properties for the specified ComponentDefns can be decrypted. |
ConfigurationObjectEditor |
ConfigurationAdminAPI.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations
on a configuration type object. |
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. |
ComponentDefn |
ConfigurationAdminAPI.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
Returns a ComponentDefn for the specified ComponentDefnID . |
ComponentType |
ConfigurationAdminAPI.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
java.util.Collection |
ConfigurationAdminAPI.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the component type definitions for the specified ComponentTypeID . |
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 . |
Host |
ConfigurationAdminAPI.getHost(HostID hostID)
Returns a Host for the specified HostID . |
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. |
void |
ConfigurationAdminAPI.saveResources(java.util.Collection resourceDescriptors)
Save the resource changes based on each ResourceDescriptor
in the collection. |
Uses of ConfigurationException in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that throw ConfigurationException | |
---|---|
java.util.List |
ConfigurationAdminAPIImpl.checkPropertiesDecryptable(java.util.List defns)
|
ConfigurationObjectEditor |
ConfigurationAdminAPIImpl.createEditor()
Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object. |
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. |
ComponentDefn |
ConfigurationAdminAPIImpl.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
|
ComponentType |
ConfigurationAdminAPIImpl.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
java.util.Collection |
ConfigurationAdminAPIImpl.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the component type definitions for the specified ComponentTypeID . |
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 . |
Host |
ConfigurationAdminAPIImpl.getHost(HostID hostID)
Returns a Host for the specified HostID . |
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. |
void |
ConfigurationAdminAPIImpl.saveResources(java.util.Collection resourceDescriptors)
Save the resource changes based on each ResourceDescriptor in
the collection. |
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 |
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) |
java.util.List |
ConfigurationServiceInterface.checkPropertiesDecryptable(java.util.List defns)
Check whether the encrypted properties for the specified ComponentDefns can be decrypted. |
ConnectorBinding |
ConfigurationServiceInterface.createConnectorBinding(java.lang.String connectorBindingName,
java.lang.String connectorType,
java.lang.String vmName,
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 |
DeployedComponent |
ConfigurationServiceInterface.deployService(VMComponentDefnID theProcessID,
java.lang.String serviceName,
java.lang.String principalName)
Deploys the ServiceComponentDefns contained by the Configuration, onto the specified Host and VM. |
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. |
ComponentDefn |
ConfigurationServiceInterface.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
Returns a ComponentDefn for the specified ComponentDefnID . |
ComponentType |
ConfigurationServiceInterface.getComponentType(ComponentTypeID id)
Returns a ComponentType for the specified ComponentTypeID |
java.util.Collection |
ConfigurationServiceInterface.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
Returns the component type definitions for the specified ComponentTypeID . |
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. |
Host |
ConfigurationServiceInterface.getHost(HostID hostID)
Returns a Host for the specified HostID . |
java.util.Collection |
ConfigurationServiceInterface.getHosts()
Returns a Collection of currently defined hosts. |
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.getResources()
Returns a Collection of ResourceDescriptor for all internal
resources defined to the system. |
ConnectorBinding |
ConfigurationServiceInterface.importConnectorBinding(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String vmName,
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.setSystemPropertyValue(java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.String principalName)
Set System Property Value in Configuration |
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.commit()
|
void |
ExtensionModuleConnection.commit()
|
PersistentConnection |
PersistentConnectionFactory.createPersistentConnection(boolean readOnly)
Creates the the of PersistentConnection required to communicate
to the configuration repository. |
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. |
void |
ExtensionModuleConnection.delete(ConfigurationID configID,
java.lang.String principal)
|
ConfigurationModelContainer |
PersistentConnection.read(ConfigurationID configID)
Returns an ConfigurationModelContainer based on how the implementation read configuation information |
ConfigurationModelContainer |
ExtensionModuleConnection.read(ConfigurationID configID)
|
void |
PersistentConnection.rollback()
|
void |
ExtensionModuleConnection.rollback()
|
void |
PersistentConnection.write(ConfigurationModelContainer model,
java.lang.String principal)
Writes the model to its persistent store based on the implementation of the persistent connection. |
void |
ExtensionModuleConnection.write(ConfigurationModelContainer model,
java.lang.String principal)
|
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.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)
|
ConfigurationModelContainer |
FilePersistentConnection.read(ConfigurationID configID)
|
void |
FilePersistentConnection.rollback()
|
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 | |
---|---|
FilePersistentConnection(java.util.Properties props,
ConfigurationModelContainerAdapter adapter)
|
|
FilePersistentConnectionFactory(java.util.Properties factoryProperties)
Constructor for FilePersistentConnectionFactory. |
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)
|
java.util.List |
ConfigurationServiceImpl.checkPropertiesDecryptable(java.util.List defns)
Check whether the encrypted properties for the specified ComponentDefns can be decrypted. |
ConnectorBinding |
ConfigurationServiceImpl.createConnectorBinding(java.lang.String connectorBindingName,
java.lang.String connectorType,
java.lang.String vmName,
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)
|
DeployedComponent |
ConfigurationServiceImpl.deployService(VMComponentDefnID theProcessID,
java.lang.String serviceName,
java.lang.String principalName)
Deploys the ServiceComponentDefns contained by the Configuration, onto the specified Host and VM. |
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)
|
ComponentDefn |
ConfigurationServiceImpl.getComponentDefn(ConfigurationID configurationID,
ComponentDefnID componentDefnID)
Returns a ComponentDefn for the specified ComponentDefnID . |
ComponentType |
ConfigurationServiceImpl.getComponentType(ComponentTypeID id)
|
java.util.Collection |
ConfigurationServiceImpl.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
|
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)
|
protected XMLConfigurationConnector |
ConfigurationServiceImpl.getConnection(java.lang.String principal)
|
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. |
Host |
ConfigurationServiceImpl.getHost(HostID hostID)
|
java.util.Collection |
ConfigurationServiceImpl.getHosts()
|
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.getResources()
Returns a Collection of ResourceDescriptor
for all internal resources defined to the system. |
ConnectorBinding |
ConfigurationServiceImpl.importConnectorBinding(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String vmName,
java.lang.String principalName)
|
ComponentType |
ConfigurationServiceImpl.importConnectorType(java.io.InputStream inputStream,
java.lang.String name,
java.lang.String principalName)
the name is nullable, if not specified, then the name in the inputStream (connector type file) will be used |
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.setSystemPropertyValue(java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.String principalName)
Set System Property in Next Configuration |
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.xml |
---|
Methods in com.metamatrix.platform.config.spi.xml that throw ConfigurationException | |
---|---|
void |
XMLConfigurationConnector.commit()
Complete the transaction represented by this TransactionObject. |
java.util.Set |
XMLConfigurationConnector.executeActions(java.util.List actions)
|
ConfigurationModelContainerImpl |
XMLConfigurationConnector.getConfigurationModel()
|
ConfigurationModelContainer |
XMLCurrentConfigurationReader.getConfigurationModel()
|
ConfigurationModelContainerImpl |
XMLConfigurationMgr.getConfigurationModel(ConfigurationID configID)
Returns the configuration for the specified configID. |
static ConfigurationID |
XMLConfigurationMgr.getDesignatedConfigurationID(java.lang.String designation)
Returns ID of one of the well-known configuration. |
XMLConfigurationConnector |
XMLConfigurationMgr.getTransaction(java.lang.String principal)
|
void |
XMLConfigurationConnector.saveResources(java.util.Collection resourceDescriptors,
java.lang.String principalName)
Save the resource changes based on each ResourceDescriptor
in the collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |