|
||||||||||
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(Configuration original,
java.lang.String newName)
Copy-create method - creates a deep-copy of the original configuration, with the new name. |
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)
|
ProductServiceConfig |
ConfigurationObjectEditor.addServiceComponentDefn(Configuration configuration,
ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC; the ServiceComponentDefn is assumed to already belong to the indicated Configuration. |
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. |
Configuration |
ConfigurationObjectEditor.createConfiguration(Configuration original,
java.lang.String newName)
Copy-create method - creates a deep-copy of the original configuration, with the new name. |
ConnectorBinding |
ConfigurationObjectEditor.createConnectorComponent(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName,
ProductServiceConfigID pscID)
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). |
DeployedComponent |
ConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String instanceName,
Configuration configuration,
HostID hostId,
VMComponentDefnID vmId,
ServiceComponentDefn serviceComponentDefn,
ProductServiceConfigID pscID)
Create a new DeployedComponent instance respresenting a deployed Service. |
Host |
ConfigurationObjectEditor.createHost(Configuration configuration,
java.lang.String hostName)
|
ProductServiceConfig |
ConfigurationObjectEditor.createProductServiceConfig(Configuration configuration,
ProductServiceConfig originalPSC,
java.lang.String newName)
Copy-creation method, creates a new PSC from the given PSC, with the new given name, and inserts it into the given Configuration. |
ProductServiceConfig |
ConfigurationObjectEditor.createProductServiceConfig(Configuration configuration,
ProductTypeID productTypeID,
java.lang.String componentName)
Allows the creation of an empty ProductServiceConfig entirely from ID objects. |
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,
ProductServiceConfigID pscID)
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 |
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. |
java.util.Collection |
ConfigurationObjectEditor.deployProductServiceConfig(Configuration configuration,
ProductServiceConfig psc,
HostID hostId,
VMComponentDefnID vmId)
Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM. |
java.util.Collection |
ConfigurationObjectEditor.deployServiceDefn(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
ProductServiceConfigID pscID)
Deploys a ServiceComponentDefn anywhere that it's PSC is already deployed. |
ComponentDefn |
DeployedComponent.getDeployedComponentDefn(Configuration configuration)
Returns the ComponentDefn that is deployed. |
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. |
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 |
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 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 | |
---|---|
static Configuration |
ConfigurationObjectEditorHelper.addAuthenticationProviderComponent(Configuration t,
AuthenticationProvider provider)
|
static Configuration |
ConfigurationObjectEditorHelper.addComponentDefn(Configuration t,
ComponentDefn defn)
|
static Configuration |
ConfigurationObjectEditorHelper.addConfigurationComponentDefn(Configuration t,
ComponentDefn defn)
|
static Configuration |
ConfigurationObjectEditorHelper.addConfigurationDeployedComponent(Configuration t,
DeployedComponent deployedComponent)
|
static Configuration |
ConfigurationObjectEditorHelper.addConfigurationHostComponent(Configuration t,
Host host)
|
static Configuration |
ConfigurationObjectEditorHelper.addDeployedComponent(Configuration t,
DeployedComponent deployComponent)
|
static Configuration |
ConfigurationObjectEditorHelper.addHostComponent(Configuration t,
Host host)
|
Configuration |
BasicConfigurationObjectEditor.createConfiguration(Configuration original,
java.lang.String newName)
Copy-create method - creates a deep-copy of the original configuration, with the new name. |
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)
|
static Configuration |
ConfigurationObjectEditorHelper.delete(ComponentObjectID targetID,
Configuration configuration)
|
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)
|
static Configuration |
ConfigurationObjectEditorHelper.addAuthenticationProviderComponent(Configuration t,
AuthenticationProvider provider)
|
static Configuration |
ConfigurationObjectEditorHelper.addComponentDefn(Configuration t,
ComponentDefn defn)
|
static Configuration |
ConfigurationObjectEditorHelper.addConfigurationComponentDefn(Configuration t,
ComponentDefn defn)
|
static Configuration |
ConfigurationObjectEditorHelper.addConfigurationDeployedComponent(Configuration t,
DeployedComponent deployedComponent)
|
static Configuration |
ConfigurationObjectEditorHelper.addConfigurationHostComponent(Configuration t,
Host host)
|
static Configuration |
ConfigurationObjectEditorHelper.addDeployedComponent(Configuration t,
DeployedComponent deployComponent)
|
static Configuration |
ConfigurationObjectEditorHelper.addHostComponent(Configuration t,
Host host)
|
ProductServiceConfig |
BasicConfigurationObjectEditor.addServiceComponentDefn(Configuration configuration,
ProductServiceConfig psc,
ServiceComponentDefnID serviceComponentDefnID)
Adds an existing ServiceComponentDefn to indicated PSC; the ServiceComponentDefn is assumed to already belong to the indicated Configuration. |
AuthenticationProvider |
BasicConfigurationObjectEditor.createAuthenticationProviderComponent(Configuration configuration,
AuthenticationProvider originalProvider,
java.lang.String newName)
|
Configuration |
BasicConfigurationObjectEditor.createConfiguration(Configuration original,
java.lang.String newName)
Copy-create method - creates a deep-copy of the original configuration, with the new name. |
ConnectorBinding |
BasicConfigurationObjectEditor.createConnectorComponent(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName,
ProductServiceConfigID pscID)
|
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,
ProductServiceConfigID pscID)
|
DeployedComponent |
BasicConfigurationObjectEditor.createDeployedVMComponentx(java.lang.String name,
Configuration configuration,
VMComponentDefn vmComponentDefn)
|
Host |
BasicConfigurationObjectEditor.createHost(Configuration configuration,
Host original,
java.lang.String newName)
|
static Host |
ConfigurationObjectEditorHelper.createHost(Configuration config,
java.lang.String hostName)
|
Host |
BasicConfigurationObjectEditor.createHost(Configuration configuration,
java.lang.String hostName)
|
ProductServiceConfig |
BasicConfigurationObjectEditor.createProductServiceConfig(Configuration configuration,
ProductServiceConfig originalPSC,
java.lang.String newName)
Copy-creation method, creates a new PSC from the given PSC, with the new given name, and inserts it into the given Configuration. |
ProductServiceConfig |
BasicConfigurationObjectEditor.createProductServiceConfig(Configuration config,
ProductTypeID productTypeID,
java.lang.String name)
|
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)
|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName,
ProductServiceConfigID pscID)
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)
|
static Configuration |
ConfigurationObjectEditorHelper.delete(ComponentObjectID targetID,
Configuration configuration)
|
void |
BasicConfigurationObjectEditor.delete(Configuration target)
|
void |
BasicConfigurationObjectEditor.delete(Configuration target,
boolean deleteDependencies)
|
java.util.Collection |
BasicConfigurationObjectEditor.deployProductServiceConfig(Configuration configuration,
ProductServiceConfig psc,
HostID hostId,
VMComponentDefnID vmId)
Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM. |
java.util.Collection |
BasicConfigurationObjectEditor.deployServiceDefn(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
ProductServiceConfigID pscID)
Deploys a ServiceComponentDefn anywhere that it's PSC is already deployed. |
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)
|
java.util.Collection |
BasicConfigurationObjectEditor.setEnabled(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
ProductServiceConfig psc,
boolean enabled,
boolean deleteDeployedComps)
|
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 |
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. |
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. |
Configuration |
XMLHelper.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. |
Configuration |
XMLConfig_42_HelperImpl.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. |
org.jdom.Element |
XMLHelper.createConfigurationElement(Configuration configuration)
This method is used to create a Configuration JDOM Element from a Configuration object. |
org.jdom.Element |
XMLConfig_42_HelperImpl.createConfigurationElement(Configuration configuration)
This method is used to create a Configuration JDOM Element from a Configuration object. |
DeployedComponent |
XMLHelperImpl.createDeployedComponent(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.util.Map serviceComponentDefnMap,
java.util.Map vmComponentDefnMap,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent. |
DeployedComponent |
XMLHelper.createDeployedComponent(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.util.Map serviceComponentDefnMap,
java.util.Map vmComponentDefnMap,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent. |
DeployedComponent |
XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element,
Configuration config,
ConfigurationObjectEditor editor,
java.util.Map serviceComponentDefnMap,
java.util.Map vmComponentDefnMap,
java.util.Map componentTypeMap,
java.lang.String name)
This method will create a DeployedComponent configuration object from an XML element that represents a DeployedComponent. |
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. |
ComponentDefn |
XMLHelper.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. |
ComponentDefn |
XMLConfig_42_HelperImpl.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. |
java.lang.Object[] |
XMLConfig_Base_ImportExportUtility.importServiceComponentDefn(java.io.InputStream stream,
Configuration config,
ConfigurationObjectEditor editor,
java.lang.String[] name)
This method will be used to import a ServiceComponentDefn Object given a Directory entry instance. |
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()
|
Configuration |
PropertiesManager.getStartUpConfiguration()
|
Methods in com.metamatrix.console.models with parameters of type Configuration | |
---|---|
java.util.Collection |
ConnectorManager.getAllConnectorsPSCsByConfig(Configuration cfg)
|
ServiceComponentDefn |
ConnectorManager.getBindingCopyFromPscByConfig(Configuration cfg,
ProductServiceConfig psc,
ServiceComponentDefn scdBinding)
|
java.util.Collection |
ConfigurationManager.getPscDefinitions(ProductType theProduct,
Configuration theConfiguration)
|
java.util.Collection |
ConfigurationManager.getServiceDefinitions(ProductServiceConfig thePsc,
Configuration theConfiguration)
|
void |
ConfigurationManager.setEnabled(ServiceComponentDefn theService,
ProductServiceConfig psc,
boolean theEnableFlag,
Configuration theConfig)
|
void |
ConnectorManager.setEnableForBindingInPSCByConfig(Configuration cfg,
ServiceComponentDefn scdBinding,
ProductServiceConfig psc,
boolean bEnabled,
ConfigurationObjectEditor coe)
|
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.PscWrapper.getConfig()
Gets the associated 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.addDeployedPsc(ProductServiceConfig thePsc,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Adds a deployed PSC node to the model. |
void |
ConfigurationTreeModel.addPscDefn(ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Adds a PSC definition node to the model. |
void |
ConfigurationTreeModel.addServiceDefinition(ServiceComponentDefn theService,
ProductServiceConfig thePsc,
ProductType theProduct,
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.deleteDeployedPsc(ProductServiceConfig thePsc,
VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Deletes a deployed PSC node from the model. |
void |
ConfigurationTreeModel.deleteHost(Host theHost,
Configuration theConfig)
Deletes a host node from the model. |
void |
ConfigurationTreeModel.deletePscDefintion(ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Deletes a PSC definition node from the model. |
DefaultTreeNode |
ConfigurationTreeModel.getDeploymentsHeaderNode(Configuration theConfig)
Gets the deployments header node for the given configuration. |
DefaultTreeNode |
ConfigurationTreeModel.getPscDefinitionsHeaderNode(Configuration theConfig)
Gets the PSC definitions header node for the given configuration. |
DefaultTreeNode |
ConfigurationTreeModel.getPscNode(ProductServiceConfig thePsc,
Configuration theConfig)
Gets the requested PSC definition node. |
void |
ConfigurationTreeModel.modifyDeployedProcess(VMComponentDefn theProcess,
Host theHost,
Configuration theConfig)
Modifies a deployed host node in the model. |
void |
ConfigurationTreeModel.modifyHost(Host theHost,
Configuration theConfig)
Modifies a host node in the model. |
void |
ConfigurationTreeModel.modifyPscDefinition(ProductServiceConfig thePsc,
ProductType theProduct,
Configuration theConfig)
Modifies a PSC definitions node in the model. |
void |
ConfigurationTreeModel.modifyServiceDefintion(ServiceComponentDefn theService,
ProductServiceConfig thePsc,
ProductType theProduct,
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)
|
|
ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc,
Configuration theConfig)
Constructs a PscWrapper that wraps a PSC definition. |
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.loadDeployments(Configuration theConfiguration,
DefaultTableModel theModel,
ConnectionInfo connection)
|
static void |
DeployPkgUtils.loadPscServiceDefintions(Configuration theConfiguration,
DefaultTableModel theModel,
ConnectionInfo connection)
|
Uses of Configuration in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that return Configuration | |
---|---|
Configuration |
ConfigurationAdminAPI.getConfiguration(java.lang.String configName)
Returns the named Configuration . |
Configuration |
ConfigurationAdminAPI.getCurrentConfiguration()
Returns the current deployed Configuration . |
Configuration |
ConfigurationAdminAPI.getNextStartupConfiguration()
Returns the current deployed Configuration . |
Configuration |
ConfigurationAdminAPI.getStartupConfiguration()
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.getConfiguration(java.lang.String configName)
Returns the named Configuration . |
Configuration |
ConfigurationAdminAPIImpl.getCurrentConfiguration()
Returns the current deployed Configuration . |
Configuration |
ConfigurationAdminAPIImpl.getNextStartupConfiguration()
Returns the current deployed Configuration . |
Configuration |
ConfigurationAdminAPIImpl.getStartupConfiguration()
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.getConfiguration(java.lang.String configName)
Returns the named 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). |
Configuration |
ConfigurationServiceInterface.getStartupConfiguration()
Returns the startup Configuration , the Configuration that the system booted up with. |
Uses of Configuration in com.metamatrix.platform.config.service |
---|
Methods in com.metamatrix.platform.config.service that return Configuration | |
---|---|
Configuration |
ConfigurationServiceImpl.getConfiguration(java.lang.String configName)
|
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). |
Configuration |
ConfigurationServiceImpl.getStartupConfiguration()
Returns the startup Configuration , the Configuration
that the system booted up with. |
Uses of Configuration in com.metamatrix.platform.config.spi |
---|
Methods in com.metamatrix.platform.config.spi that return Configuration | |
---|---|
Configuration |
ConfigurationTransaction.getConfiguration(java.lang.String configurationName)
Obtain a configuration that contains all its components and the deployed components. |
Configuration |
ConfigurationTransaction.getCurrentConfiguration()
Deprecated. as of v 2.0 beta 1 use ConfigurationTransaction.getDesignatedConfiguration(java.lang.String) |
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 . |
Uses of Configuration in com.metamatrix.platform.config.spi.xml |
---|
Methods in com.metamatrix.platform.config.spi.xml that return Configuration | |
---|---|
Configuration |
XMLConfigurationConnector.getConfiguration(java.lang.String configurationName)
Obtain a configuration that contains all its components and the deployed components. |
Configuration |
XMLConfigurationConnector.getCurrentConfiguration()
Deprecated. as of v 2.0 beta 1 use XMLConfigurationConnector.getDesignatedConfiguration(java.lang.String) |
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 . |
Configuration |
XMLCurrentConfigurationReader.getNextStartupConfiguration()
Obtain the next startup configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |