Uses of Interface
com.metamatrix.common.config.api.VMComponentDefn

Packages that use VMComponentDefn
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.deploy.event   
com.metamatrix.console.ui.views.deploy.model   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
com.metamatrix.platform.registry   
 

Uses of VMComponentDefn in com.metamatrix.common.config.api
 

Methods in com.metamatrix.common.config.api that return VMComponentDefn
 VMComponentDefn ConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
          Create a new VM Component Definition instance with a specified configuration
 VMComponentDefn ConfigurationObjectEditor.createVMComponentDefn(ConfigurationID configurationID, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
          Create a new VM Component Definition instance with a specified configuration
 VMComponentDefn Configuration.getVMComponentDefn(ComponentDefnID componentID)
          Returns a VMComponentDefn
 VMComponentDefn Configuration.getVMForHost(java.lang.String hostname, java.lang.String processName)
          Returns a deployed VM component that was deployed on the specified host.
 VMComponentDefn Configuration.getVMForHost(VMComponentDefnID vmID, HostID hostID)
          Returns a deployed VM component that was deployed on the specified host.
 VMComponentDefn ConfigurationObjectEditor.renameVM(VMComponentDefn vm, java.lang.String name)
          Change the name of a previously defined VM.
 

Methods in com.metamatrix.common.config.api with parameters of type VMComponentDefn
 DeployedComponent Configuration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefn vmComponent)
          Returns a deployed Service component that was deployed on the specified VM.
 java.util.Collection Configuration.getDeployedServices(VMComponentDefn vm, ProductServiceConfig psc)
          Returns a Collection of DeployedComponents that represent ServiceComponentDefns deployed on the indicated deployed VM, and originating from the indicated ProductServiceConfig
 java.util.Collection Configuration.getDeployedServicesForVM(VMComponentDefn vm)
          Returns a Collection of DeployedComponents that represent services deployed on the indicated deployed VM
 java.util.Collection Configuration.getPSCsForVM(VMComponentDefn vm)
          Returns a Collection of ProductServiceConfig objects which have ServiceComponentDefns which are deployed to the indicated VM.
 VMComponentDefn ConfigurationObjectEditor.renameVM(VMComponentDefn vm, java.lang.String name)
          Change the name of a previously defined VM.
 

Uses of VMComponentDefn in com.metamatrix.common.config.model
 

Classes in com.metamatrix.common.config.model that implement VMComponentDefn
 class BasicVMComponentDefn
           
 

Methods in com.metamatrix.common.config.model that return VMComponentDefn
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
           
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(ConfigurationID configurationID, HostID hostID, ComponentTypeID typeID, java.lang.String componentName)
           
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, VMComponentDefn original, java.lang.String newName)
           
 VMComponentDefn BasicConfiguration.getVMComponentDefn(ComponentDefnID componentID)
           
 VMComponentDefn BasicConfiguration.getVMDefn(ComponentDefnID componentID)
           
 VMComponentDefn BasicConfiguration.getVMForHost(java.lang.String hostname, java.lang.String processName)
           
 VMComponentDefn BasicConfiguration.getVMForHost(VMComponentDefnID vmID, HostID hostID)
           
 VMComponentDefn BasicConfigurationObjectEditor.renameVM(VMComponentDefn vm, java.lang.String name)
          Change the name of a previously defined VM in the Next Startup config.
 

Methods in com.metamatrix.common.config.model with parameters of type VMComponentDefn
 DeployedComponent BasicConfigurationObjectEditor.createDeployedVMComponentx(java.lang.String name, Configuration configuration, VMComponentDefn vmComponentDefn)
           
 VMComponentDefn BasicConfigurationObjectEditor.createVMComponentDefn(Configuration configuration, VMComponentDefn original, java.lang.String newName)
           
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefn vmComponent)
           
 java.util.Collection BasicConfiguration.getDeployedServices(VMComponentDefn vm, ProductServiceConfig psc)
          Returns a Collection of DeployedComponents that represent ServiceComponentDefns deployed on the indicated deployed VM, and originating from the indicated ProductServiceConfig
 java.util.Collection BasicConfiguration.getDeployedServicesForVM(VMComponentDefn vm)
           
 java.util.Collection BasicConfiguration.getPSCsForVM(VMComponentDefn vm)
          Returns a Collection of ProductServiceConfig objects which have ServiceComponentDefns which are deployed to the indicated VM.
 VMComponentDefn BasicConfigurationObjectEditor.renameVM(VMComponentDefn vm, java.lang.String name)
          Change the name of a previously defined VM in the Next Startup config.
 

Uses of VMComponentDefn in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml that return VMComponentDefn
 VMComponentDefn XMLHelperImpl.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 VMComponentDefn XMLHelper.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 VMComponentDefn XMLConfig_42_HelperImpl.createVMComponentDefn(org.jdom.Element element, ConfigurationID configID, HostID hostID, ConfigurationObjectEditor editor, java.lang.String name)
          This method will create a VMComponentDefn configuration object from an XML element that represents a VMComponentDefn.
 

Methods in com.metamatrix.common.config.xml with parameters of type VMComponentDefn
 org.jdom.Element XMLHelperImpl.createVMComponentDefnElement(VMComponentDefn defn)
          This method is used to create a VMComponentDefn JDOM Element from a VMComponentDefn object.
 org.jdom.Element XMLHelper.createVMComponentDefnElement(VMComponentDefn defn)
          This method is used to create a VMComponentDefn JDOM Element from a VMComponentDefn object.
 org.jdom.Element XMLConfig_42_HelperImpl.createVMComponentDefnElement(VMComponentDefn defn)
          This method is used to create a VMComponentDefn JDOM Element from a VMComponentDefn object.
 

Uses of VMComponentDefn in com.metamatrix.console.models
 

Methods in com.metamatrix.console.models that return VMComponentDefn
 VMComponentDefn ConfigurationManager.createProcess(java.lang.String theProcessName, java.lang.String portNumber, Host theHost, ConfigurationID theConfigId)
          Creates a process.
 VMComponentDefn ConfigurationManager.modifyProcess(VMComponentDefn theProcess, java.util.Properties theProperties)
           
 

Methods in com.metamatrix.console.models with parameters of type VMComponentDefn
 void ConfigurationManager.changeDeployedPsc(ProductServiceConfig theOldPsc, ProductServiceConfig theNewPsc, VMComponentDefn theProcess, Host theHost, ConfigurationID theConfigId)
          Changes the deployed PSC for a given process.
 void ConfigurationManager.deleteDeployedPsc(ProductServiceConfig thePsc, VMComponentDefn theProcess, Host theHost, ConfigurationID theConfigId)
           
 void ConfigurationManager.deleteProcess(VMComponentDefn theProcess, ConfigurationID theConfigId)
           
 void ConfigurationManager.deployPsc(ProductServiceConfig thePsc, VMComponentDefn theProcess, Host theHost, ConfigurationID theConfigId)
           
 java.util.Collection ConfigurationManager.getDeployedPscs(VMComponentDefn theProcess)
           
 java.util.Collection ConfigurationManager.getDeployedServices(ProductServiceConfig thePsc, VMComponentDefn theProcess)
           
 Host ConfigurationManager.getHost(VMComponentDefn theProcess)
           
 VMComponentDefn ConfigurationManager.modifyProcess(VMComponentDefn theProcess, java.util.Properties theProperties)
           
 

Uses of VMComponentDefn in com.metamatrix.console.ui.views.deploy.event
 

Methods in com.metamatrix.console.ui.views.deploy.event that return VMComponentDefn
 VMComponentDefn ConfigurationChangeEvent.getProcess()
          Gets the process if either a process was the event source or an ancestor.
 

Uses of VMComponentDefn in com.metamatrix.console.ui.views.deploy.model
 

Methods in com.metamatrix.console.ui.views.deploy.model that return VMComponentDefn
 VMComponentDefn ConfigurationTreeModel.PscWrapper.getProcess()
          Gets the associated process.
 

Methods in com.metamatrix.console.ui.views.deploy.model with parameters of type VMComponentDefn
 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.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.
 DefaultTreeNode ConfigurationTreeModel.getPscNode(ProductServiceConfig thePsc, VMComponentDefn theProcess)
          Gets the requested deployed PSC node.
 void ConfigurationTreeModel.modifyDeployedProcess(VMComponentDefn theProcess, Host theHost, Configuration theConfig)
          Modifies a deployed host node in the model.
 

Constructors in com.metamatrix.console.ui.views.deploy.model with parameters of type VMComponentDefn
ConfigurationTreeModel.PscWrapper(ProductServiceConfig thePsc, VMComponentDefn theProcess)
          Constructs a PscWrapper that wraps a deployed PSC.
 

Uses of VMComponentDefn in com.metamatrix.platform.config.api.service
 

Methods in com.metamatrix.platform.config.api.service that return VMComponentDefn
 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)
 

Methods in com.metamatrix.platform.config.api.service with parameters of type VMComponentDefn
 java.util.Collection ConfigurationServiceInterface.deployPSC(Host theHost, VMComponentDefn theProcess, java.lang.String pscName, java.lang.String principalName)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 

Uses of VMComponentDefn in com.metamatrix.platform.config.service
 

Methods in com.metamatrix.platform.config.service that return VMComponentDefn
 VMComponentDefn ConfigurationServiceImpl.addProcess(java.lang.String processName, java.lang.String hostName, java.lang.String principalName, java.util.Properties properties)
           
 

Methods in com.metamatrix.platform.config.service with parameters of type VMComponentDefn
 java.util.Collection ConfigurationServiceImpl.deployPSC(Host theHost, VMComponentDefn theProcess, java.lang.String pscName, java.lang.String principalName)
          Deploys the ServiceComponentDefns indicated by the ProductServiceConfig, contained by the Configuration, onto the specified Host and VM.
 

Uses of VMComponentDefn in com.metamatrix.platform.registry
 

Methods in com.metamatrix.platform.registry that return VMComponentDefn
 VMComponentDefn ProcessRegistryBinding.getDeployedComponent()
           
 

Constructors in com.metamatrix.platform.registry with parameters of type VMComponentDefn
ProcessRegistryBinding(java.lang.String hostName, java.lang.String processName, VMComponentDefn deployedComponent, ProcessManagement vmController, MessageBus bus)
           
 



Copyright © 2009. All Rights Reserved.