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

Packages that use DeployedComponent
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
com.metamatrix.console.ui.views.deploy.event   
com.metamatrix.platform.admin.api.runtime   
com.metamatrix.platform.config.spi.xml   
com.metamatrix.platform.registry   
 

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

Methods in com.metamatrix.common.config.api that return DeployedComponent
 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.
 DeployedComponent ConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String instanceName, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ProductServiceConfigID pscID, ComponentTypeID serviceComponentTypeID)
          Create a new DeployedComponent instance respresenting a deployed Service.
 DeployedComponent Configuration.getDeployedComponent(DeployedComponentID deployedComponentID)
          Returns the deployed component for the specified id
 DeployedComponent Configuration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefn vmComponent)
          Returns a deployed Service component that was deployed on the specified VM.
 DeployedComponent Configuration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
          Returns a deployed Service component that was deployed on the specified VM and Host.
 

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

Classes in com.metamatrix.common.config.model that implement DeployedComponent
 class BasicDeployedComponent
          DeployedComponent represents a Component that is declared deployed to a specified machine.
 

Methods in com.metamatrix.common.config.model that return DeployedComponent
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, Configuration configuration, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefn serviceComponentDefn, ProductServiceConfigID pscID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceComponentDefnID, ProductServiceConfigID pscID, ComponentTypeID serviceComponentTypeID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedVMComponentx(java.lang.String instanceName, ConfigurationID configurationID, HostID hostId, VMComponentDefnID vmComponentDefnID, ComponentTypeID componentTypeID)
           
 DeployedComponent BasicConfigurationObjectEditor.createDeployedVMComponentx(java.lang.String name, Configuration configuration, VMComponentDefn vmComponentDefn)
           
 DeployedComponent BasicConfiguration.getDeployedComponent(DeployedComponentID deployedComponentID)
           
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefn vmComponent)
           
 DeployedComponent BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID, VMComponentDefnID vmID, HostID hostID)
           
 

Methods in com.metamatrix.common.config.model with parameters of type DeployedComponent
static Configuration ConfigurationObjectEditorHelper.addConfigurationDeployedComponent(Configuration t, DeployedComponent deployedComponent)
           
static Configuration ConfigurationObjectEditorHelper.addDeployedComponent(Configuration t, DeployedComponent deployComponent)
           
 void BasicConfiguration.addDeployedComponent(DeployedComponent component)
          Add a Component to the list of deployed components.
 

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

Methods in com.metamatrix.common.config.xml that return DeployedComponent
 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.
 DeployedComponent XMLHelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLHelper.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedServiceComponent(org.jdom.Element element, ConfigurationID configID, HostID hostID, VMComponentDefnID vmID, ProductServiceConfigID pscID, java.util.Map componentTypeMap, ConfigurationObjectEditor editor)
           
 DeployedComponent XMLConfig_42_HelperImpl.createDeployedVMComponentDefnx(org.jdom.Element element, ConfigurationID configID, HostID hostID, ComponentTypeID typeID, ConfigurationObjectEditor editor)
           
 

Methods in com.metamatrix.common.config.xml with parameters of type DeployedComponent
 org.jdom.Element XMLConfig_42_HelperImpl.createDeployedComponentElement(DeployedComponent deployedComponent)
          This method is used to create a DeployedComponent JDOM Element from a DeployedComponent object.
 org.jdom.Element XMLConfig_42_HelperImpl.createDeployedVMElementx(DeployedComponent vm)
           
 

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

Methods in com.metamatrix.console.ui.views.deploy.event that return DeployedComponent
 DeployedComponent ConfigurationChangeEvent.getDeployedService()
          Gets the deployed service if either a deployed service was the event source or an ancestor.
 

Uses of DeployedComponent in com.metamatrix.platform.admin.api.runtime
 

Methods in com.metamatrix.platform.admin.api.runtime that return DeployedComponent
 DeployedComponent ServiceData.getDeployedComponent()
           
 

Constructors in com.metamatrix.platform.admin.api.runtime with parameters of type DeployedComponent
ServiceData(ServiceID serviceID, java.lang.String serviceName, java.lang.String instanceName, ComponentDefnID defnID, DeployedComponent deployedComponent, java.util.Collection queueNames, int state, java.util.Date time, boolean essential, boolean deployed, boolean registered, java.lang.Throwable initError)
          Create new ServiceRegistryInstance
 

Uses of DeployedComponent in com.metamatrix.platform.config.spi.xml
 

Methods in com.metamatrix.platform.config.spi.xml that return DeployedComponent
 DeployedComponent XMLConfigurationConnector.getDeployedComponent(DeployedComponentID deployedComponentID)
          Obtain the deployed component
 

Uses of DeployedComponent in com.metamatrix.platform.registry
 

Methods in com.metamatrix.platform.registry that return DeployedComponent
 DeployedComponent ServiceRegistryBinding.getDeployedComponent()
           
 

Constructors in com.metamatrix.platform.registry with parameters of type DeployedComponent
ServiceRegistryBinding(ServiceID serviceID, ServiceInterface si, java.lang.String serviceType, java.lang.String instanceName, java.lang.String componentType, java.lang.String deployedName, java.lang.String hostName, DeployedComponent deployedComponent, ProductServiceConfigID pscID, int state, java.util.Date time, boolean essential, MessageBus bus)
          Create new ServiceRegistryInstance
 



Copyright © 2009. All Rights Reserved.