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.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.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.