|
||||||||||
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)
|
Configuration |
ConfigurationObjectEditor.setLogConfiguration(Configuration t,
LogConfiguration logConfiguration)
Sets the LogConfiguration in effect for the Configuration |
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)
|
Configuration |
ConfigurationObjectEditor.setLogConfiguration(Configuration t,
LogConfiguration logConfiguration)
Sets the LogConfiguration in effect for the Configuration |
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.setLogConfiguration(Configuration t,
LogConfiguration logConfiguration)
Sets the LogConfiguration in effect for the Configuration |
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)
|
Configuration |
BasicConfigurationObjectEditor.setLogConfiguration(Configuration t,
LogConfiguration logConfiguration)
Sets the LogConfiguration in effect for the Configuration |
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.console.models |
---|
Methods in com.metamatrix.console.models that return Configuration | |
---|---|
Configuration |
ConfigurationManager.getConfig(ConfigurationID theId)
|
Configuration |
ConnectorManager.getNextStartupConfig()
|
Configuration |
AuthenticationProviderManager.getNextStartupConfig()
|
Configuration |
PropertiesManager.getNextStartUpConfiguration()
|
Methods in com.metamatrix.console.models with parameters of type Configuration | |
---|---|
java.util.Collection |
ConfigurationManager.getServiceDefinitions(VMComponentDefn theVM,
Configuration theConfiguration)
|
void |
ConfigurationManager.setEnabled(DeployedComponent thedeployed,
boolean theEnableFlag,
Configuration theConfig)
|
void |
PropertiesManager.setProperty(java.lang.String name,
java.lang.String value,
Configuration cfg)
|
Uses of Configuration in com.metamatrix.console.ui.views.deploy.event |
---|
Methods in com.metamatrix.console.ui.views.deploy.event that return Configuration | |
---|---|
Configuration |
ConfigurationChangeEvent.getConfiguration()
Gets the configuration where the change took place. |
Constructors in com.metamatrix.console.ui.views.deploy.event with parameters of type Configuration | |
---|---|
ConfigurationChangeEvent(int theType,
java.lang.Object theChangedObject,
Configuration theConfig)
Constructs a ConfigurationChangeEvent of the given type. |
|
ConfigurationChangeEvent(int theType,
java.lang.Object theChangedObject,
Configuration theConfig,
java.lang.Object[] theAncestors)
Constructs a ConfigurationChangeEvent of the given type. |
Uses of Configuration in com.metamatrix.console.ui.views.deploy.model |
---|
Methods in com.metamatrix.console.ui.views.deploy.model that return Configuration | |
---|---|
Configuration |
ConfigurationTreeModel.HostWrapper.getConfig()
|
Methods in com.metamatrix.console.ui.views.deploy.model with parameters of type Configuration | |
---|---|
void |
ConfigurationTreeModel.addDeployedHost(Host theHost,
Configuration theConfig)
Adds a host node to the model. |
void |
ConfigurationTreeModel.addDeployedProcess(VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Adds a process node to the model. |
void |
ConfigurationTreeModel.addDeployedService(DeployedComponent theService,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Adds a service definition node to the model. |
void |
ConfigurationTreeModel.deleteDeployedProcess(VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Deletes a process node from the model. |
void |
ConfigurationTreeModel.deleteHost(Host theHost,
Configuration theConfig)
Deletes a host node from the model. |
void |
ConfigurationTreeModel.init(Configuration theConfig)
|
void |
ConfigurationTreeModel.modifyDeployedProcess(VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Modifies a deployed host node in the model. |
void |
ConfigurationTreeModel.modifyDeployedService(DeployedComponent theService,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Modifies a service definitions node in the model. |
void |
ConfigurationTreeModel.modifyHost(Host theHost,
Configuration theConfig)
Modifies a host node in the model. |
void |
ConfigurationTreeModel.modifyServiceDefintion(ServiceComponentDefn theService,
Configuration theConfig)
Modifies a service definitions node in the model. |
Constructors in com.metamatrix.console.ui.views.deploy.model with parameters of type Configuration | |
---|---|
ConfigurationTreeModel.HostWrapper(Host theHost,
Configuration theConfig)
|
Uses of Configuration in com.metamatrix.console.ui.views.deploy.util |
---|
Methods in com.metamatrix.console.ui.views.deploy.util with parameters of type Configuration | |
---|---|
static void |
DeployPkgUtils.loadProcesses(Configuration theConfiguration,
DefaultTableModel theModel,
ConnectionInfo connection)
|
static void |
DeployPkgUtils.loadServiceDefintions(Configuration theConfiguration,
DefaultTableModel theModel,
ConnectionInfo connection)
|
Uses of Configuration in com.metamatrix.console.ui.views.vdb |
---|
Constructors in com.metamatrix.console.ui.views.vdb with parameters of type Configuration | |
---|---|
WSDLWizardRunner(java.lang.String vdbName,
java.lang.String vdbVersion,
Configuration currConfig,
ConfigurationManager configMgr,
boolean publishing)
|
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 |