|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Configuration in com.metamatrix.common.config |
---|
Methods in com.metamatrix.common.config that return Configuration | |
---|---|
Configuration |
CurrentConfiguration.getConfiguration()
Get the current configuration that is to be used for deployment. |
Uses of Configuration in com.metamatrix.common.config.api |
---|
Methods in com.metamatrix.common.config.api that return Configuration | |
---|---|
Configuration |
ConfigurationObjectEditor.createConfiguration(java.lang.String configurationName)
Create a new Configuration instance with the specified name ID. |
Configuration |
ConfigurationObjectEditor.createConfiguration(java.lang.String configurationName,
java.util.Date creationDate,
java.util.Date lastChangedDate)
Create a new Configuration instance with the specified name ID, and the specified Date parameters. |
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. |
Configuration |
ConfigurationModelContainer.getConfiguration()
|
Configuration |
ConfigurationObjectEditor.setIsDeployed(Configuration t,
boolean newValue)
|
Configuration |
ConfigurationObjectEditor.setIsReleased(Configuration t,
boolean newValue)
|
Methods in com.metamatrix.common.config.api with parameters of type Configuration | |
---|---|
void |
ConfigurationObjectEditor.addAuthenticationProvider(Configuration configuration,
AuthenticationProvider provider)
Creates a new ConnectorBinding for a given Configuration and ProductServiceConfig; also automatically "deploys" the service anywhere that this PSC is already deployed, by creating the necessary DeployedComponents (this will only work if the PSC parameter belongs to the Configuration parameter). |
AuthenticationProvider |
ConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration,
AuthenticationProvider original,
java.lang.String newName)
This method will create a provider component from the original provider and give a new name. |
Host |
ConfigurationObjectEditor.createHost(Configuration configuration,
java.lang.String hostName)
|
ResourceDescriptor |
ConfigurationObjectEditor.createResourceDescriptor(Configuration configuration,
ComponentTypeID typeID,
java.lang.String descriptorName)
Create a new ResourceDescriptor Component Definition instance with a specified configuration |
ServiceComponentDefn |
ConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName)
Create a new Service Component Definition instance with a specified configuration |
ServiceComponentDefn |
ConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName,
java.lang.String routingUUID)
Create a new Service Component Definition instance with a specified configuration |
VMComponentDefn |
ConfigurationObjectEditor.createVMComponentDefn(Configuration configuration,
HostID hostID,
ComponentTypeID typeID,
java.lang.String componentName)
Create a new VM Component Definition instance with a specified configuration |
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(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. |
DeployedComponent |
ConfigurationObjectEditor.deployServiceDefn(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
VMComponentDefnID vmID)
Deploys a ServiceComponentDefn to the specified VM. |
ComponentDefn |
DeployedComponent.getDeployedComponentDefn(Configuration configuration)
Returns the ComponentDefn that is deployed. |
Configuration |
ConfigurationObjectEditor.setIsDeployed(Configuration t,
boolean newValue)
|
Configuration |
ConfigurationObjectEditor.setIsReleased(Configuration t,
boolean newValue)
|
Uses of Configuration in com.metamatrix.common.config.model |
---|
Classes in com.metamatrix.common.config.model that implement Configuration | |
---|---|
class |
BasicConfiguration
Configuration represents a single named set of deployable components (e.g., service and system components), a deployed set of components, global properties, and additional information. |
Methods in com.metamatrix.common.config.model that return Configuration | |
---|---|
Configuration |
BasicConfigurationObjectEditor.createConfiguration(java.lang.String configurationName)
|
Configuration |
BasicConfigurationObjectEditor.createConfiguration(java.lang.String configurationName,
java.util.Date creationDate,
java.util.Date lastChangedDate)
Create a new Configuration instance with the specified name ID, and the specified Date parameters. |
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration)
|
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration,
boolean deleteDependencies)
|
Configuration |
ConfigurationModelContainerImpl.getConfiguration()
|
Configuration |
BasicConfigurationObjectEditor.setConfigurationComponentDefns(Configuration t,
java.util.Collection componentDefns)
|
Configuration |
BasicConfigurationObjectEditor.setConfigurationDeployedComponents(Configuration t,
java.util.Collection deployedComponents)
|
Configuration |
BasicConfigurationObjectEditor.setConfigurationHostComponents(Configuration t,
java.util.Collection hostComponents)
|
Configuration |
BasicConfigurationObjectEditor.setIsDeployed(Configuration t,
boolean newValue)
|
Configuration |
BasicConfigurationObjectEditor.setIsReleased(Configuration t,
boolean newValue)
|
Configuration |
BasicConfigurationObjectEditor.undoAction(ActionDefinition action,
BaseObject target)
|
Methods in com.metamatrix.common.config.model with parameters of type Configuration | |
---|---|
void |
BasicConfigurationObjectEditor.addAuthenticationProvider(Configuration configuration,
AuthenticationProvider provider)
|
AuthenticationProvider |
BasicConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration,
AuthenticationProvider originalProvider,
java.lang.String newName)
|
ConnectorBinding |
BasicConfigurationObjectEditor.createConnectorComponent(Configuration configuration,
ConnectorBinding originalConnector,
java.lang.String newName)
|
DeployedComponent |
BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name,
Configuration configuration,
HostID hostId,
VMComponentDefnID vmId,
ServiceComponentDefn serviceComponentDefn)
|
DeployedComponent |
BasicConfigurationObjectEditor.createDeployedVMComponentx(java.lang.String name,
Configuration configuration,
VMComponentDefn vmComponentDefn)
|
Host |
BasicConfigurationObjectEditor.createHost(Configuration configuration,
Host original,
java.lang.String newName)
|
Host |
BasicConfigurationObjectEditor.createHost(Configuration configuration,
java.lang.String hostName)
|
ResourceDescriptor |
BasicConfigurationObjectEditor.createResourceDescriptor(Configuration configuration,
ComponentTypeID typeID,
java.lang.String descriptorName)
|
ResourceDescriptor |
BasicConfigurationObjectEditor.createResourceDescriptor(Configuration configuration,
ResourceDescriptor original,
java.lang.String newName)
|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName)
Creates a new ServiceComponentDefn for a given Configuration and ProductServiceConfig; also automatically "deploys" the service anywhere that this PSC is already deployed, by creating the necessary DeployedComponents (this will only work if the PSC parameter belongs to the Configuration parameter). |
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName,
java.lang.String routingUUID)
|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ServiceComponentDefn originalServiceComponentDefn,
java.lang.String newName)
Creates a new ServiceComponentDefn in the indicated Configuration, copied from the indicated original ServiceComponentDefn, with the indicated new name. |
VMComponentDefn |
BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration,
HostID hostID,
ComponentTypeID typeID,
java.lang.String componentName)
|
VMComponentDefn |
BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration,
VMComponentDefn original,
java.lang.String newName)
|
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration)
|
Configuration |
BasicConfigurationObjectEditor.delete(ComponentObject target,
Configuration configuration,
boolean deleteDependencies)
|
void |
BasicConfigurationObjectEditor.delete(Configuration target)
|
void |
BasicConfigurationObjectEditor.delete(Configuration target,
boolean deleteDependencies)
|
DeployedComponent |
BasicConfigurationObjectEditor.deployServiceDefn(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
VMComponentDefnID vmID)
Deploys a ServiceComponentDefn to the specified VM This method is harmless to call if the ServiceComponentDefn is already deployed anywhere. |
ComponentDefn |
BasicDeployedComponent.getDeployedComponentDefn(Configuration configuration)
|
boolean |
BasicConfigurationObjectEditor.isDeployed(ServiceComponentDefnID defnID,
Configuration config)
|
Configuration |
BasicConfigurationObjectEditor.setConfigurationComponentDefns(Configuration t,
java.util.Collection componentDefns)
|
Configuration |
BasicConfigurationObjectEditor.setConfigurationDeployedComponents(Configuration t,
java.util.Collection deployedComponents)
|
Configuration |
BasicConfigurationObjectEditor.setConfigurationHostComponents(Configuration t,
java.util.Collection hostComponents)
|
Configuration |
BasicConfigurationObjectEditor.setIsDeployed(Configuration t,
boolean newValue)
|
Configuration |
BasicConfigurationObjectEditor.setIsReleased(Configuration t,
boolean newValue)
|
Constructors in com.metamatrix.common.config.model with parameters of type Configuration | |
---|---|
ConfigurationModelContainerImpl(Configuration config)
|
Uses of Configuration in com.metamatrix.common.config.xml |
---|
Methods in com.metamatrix.common.config.xml that return Configuration | |
---|---|
Configuration |
XMLHelperImpl.createConfiguration(org.jdom.Element element,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a Configuration configuration object from an XML element that represents a Configuration. |
Methods in com.metamatrix.common.config.xml with parameters of type Configuration | |
---|---|
org.jdom.Element |
XMLHelperImpl.createConfigurationElement(Configuration configuration)
This method is used to create a Configuration JDOM Element from a Configuration object. |
ComponentDefn |
XMLHelperImpl.createServiceComponentDefn(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.lang.String name)
This method will create a ServiceComponentDefn configuration object from an XML element that represents a ServiceComponentDefn. |
Uses of Configuration in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that return Configuration | |
---|---|
Configuration |
ConfigurationAdminAPI.getCurrentConfiguration()
Returns the current deployed Configuration . |
Configuration |
ConfigurationAdminAPI.getNextStartupConfiguration()
Returns the current deployed Configuration . |
Methods in com.metamatrix.platform.admin.api with parameters of type Configuration | |
---|---|
void |
RuntimeStateAdminAPI.setLoggingConfiguration(Configuration config,
LogConfiguration logConfig,
java.util.List actions)
Sets the LogConfiguration on the given Configuration . |
Uses of Configuration in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that return Configuration | |
---|---|
Configuration |
ConfigurationAdminAPIImpl.getCurrentConfiguration()
Returns the current deployed Configuration . |
Configuration |
ConfigurationAdminAPIImpl.getNextStartupConfiguration()
Returns the current deployed Configuration . |
Methods in com.metamatrix.platform.admin.apiimpl with parameters of type Configuration | |
---|---|
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 |
void |
RuntimeStateAdminAPIImpl.setLoggingConfiguration(Configuration config,
LogConfiguration logConfig,
java.util.List actions)
Sets the LogConfiguration on the given Configuration . |
Uses of Configuration in com.metamatrix.platform.config.api.service |
---|
Methods in com.metamatrix.platform.config.api.service that return Configuration | |
---|---|
Configuration |
ConfigurationServiceInterface.getCurrentConfiguration()
Returns the current deployed Configuration . |
Configuration |
ConfigurationServiceInterface.getNextStartupConfiguration()
Returns the next startup Configuration , the Configuration that the system will next boot up with (once it
is entirely shut down). |
Uses of Configuration in com.metamatrix.platform.config.service |
---|
Methods in com.metamatrix.platform.config.service that return Configuration | |
---|---|
Configuration |
ConfigurationServiceImpl.getCurrentConfiguration()
Returns the operational Configuration , which should reflect
the desired runtime state of the system. |
Configuration |
ConfigurationServiceImpl.getNextStartupConfiguration()
Returns the next startup Configuration , the Configuration
that the system will next boot up with (once it is entirely shut down). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |