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.getDeployedServicesForVM(VMComponentDefn vm)
          Returns a Collection of DeployedComponents that represent services deployed on the indicated deployed 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.getDeployedServicesForVM(VMComponentDefn 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 with parameters of type VMComponentDefn
 org.jdom.Element XMLHelperImpl.createProcessElement(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 ConnectorManager.createConnectorBinding(java.util.Collection bindings, ConfigurationObjectEditor coe, VMComponentDefn[] vms)
          Method to commit actions to create a conector binding.
 void ConfigurationManager.deleteProcess(VMComponentDefn theProcess, ConfigurationID theConfigId)
           
 java.util.Collection ConfigurationManager.getDeployedServices(VMComponentDefn theProcess)
           
 Host ConfigurationManager.getHost(VMComponentDefn theProcess)
           
 java.util.Collection ConfigurationManager.getServiceDefinitions(VMComponentDefn theVM, Configuration theConfiguration)
           
 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 with parameters of type VMComponentDefn
 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.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.
 

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)
 

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)
           
 

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.