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   
 

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 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 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 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 XMLHelper.createVMComponentDefnElement(VMComponentDefn defn)
          This method is used to create a VMComponentDefn JDOM Element from a VMComponentDefn object.
 org.jdom.Element XMLHelperImpl.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.
 



Copyright © 2009. All Rights Reserved.