|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeployedComponent in com.metamatrix.admin.server |
---|
Methods in com.metamatrix.admin.server that return DeployedComponent | |
---|---|
protected DeployedComponent |
AbstractAdminImpl.getDeployedComponent(java.lang.String identifier)
|
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,
ConfigurationID configurationID,
HostID hostId,
VMComponentDefnID vmId,
ServiceComponentDefnID serviceComponentDefnID,
ComponentTypeID serviceComponentTypeID)
Create a new DeployedComponent instance respresenting a deployed Service. |
DeployedComponent |
ConfigurationObjectEditor.deployServiceDefn(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
VMComponentDefnID vmID)
Deploys a ServiceComponentDefn to the specified VM. |
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. |
DeployedComponent |
ConfigurationObjectEditor.setEnabled(DeployedComponent deployComponent,
boolean enabled)
It updates the DeployedComponent by setting its enabled flag. |
Methods in com.metamatrix.common.config.api with parameters of type DeployedComponent | |
---|---|
DeployedComponent |
ConfigurationObjectEditor.setEnabled(DeployedComponent deployComponent,
boolean enabled)
It updates the DeployedComponent by setting its enabled flag. |
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)
|
DeployedComponent |
BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name,
ConfigurationID configurationID,
HostID hostId,
VMComponentDefnID vmId,
ServiceComponentDefnID serviceComponentDefnID,
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 |
BasicConfigurationObjectEditor.deployServiceDefn(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
VMComponentDefnID vmID)
Deploys a ServiceComponentDefn to the specified VM This method is harmless to call if the ServiceComponentDefn is already deployed anywhere. |
DeployedComponent |
BasicConfiguration.getDeployedComponent(DeployedComponentID deployedComponentID)
|
DeployedComponent |
BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID,
VMComponentDefn vmComponent)
|
DeployedComponent |
BasicConfiguration.getDeployedServiceForVM(ServiceComponentDefnID serviceID,
VMComponentDefnID vmID,
HostID hostID)
|
DeployedComponent |
BasicConfigurationObjectEditor.setEnabled(DeployedComponent deployedcomponent,
boolean enabled)
|
Methods in com.metamatrix.common.config.model with parameters of type DeployedComponent | |
---|---|
void |
BasicConfiguration.addDeployedComponent(DeployedComponent component)
Add a Component to the list of deployed components. |
DeployedComponent |
BasicConfigurationObjectEditor.setEnabled(DeployedComponent deployedcomponent,
boolean enabled)
|
Uses of DeployedComponent in com.metamatrix.common.config.xml |
---|
Methods in com.metamatrix.common.config.xml that return DeployedComponent | |
---|---|
DeployedComponent |
XMLHelperImpl.createDeployedServiceComponent(org.jdom.Element element,
ConfigurationID configID,
HostID hostID,
VMComponentDefnID vmID,
java.util.Map componentTypeMap,
ConfigurationObjectEditor editor)
|
Methods in com.metamatrix.common.config.xml with parameters of type DeployedComponent | |
---|---|
org.jdom.Element |
XMLHelperImpl.createDeployedServiceElement(DeployedComponent deployedComponent)
This method is used to create a DeployedComponent JDOM Element from a DeployedComponent object. |
Uses of DeployedComponent in com.metamatrix.platform.config.api.service |
---|
Methods in com.metamatrix.platform.config.api.service that return DeployedComponent | |
---|---|
DeployedComponent |
ConfigurationServiceInterface.deployService(VMComponentDefnID theProcessID,
java.lang.String serviceName,
java.lang.String principalName)
Deploys the ServiceComponentDefns contained by the Configuration, onto the specified Host and VM. |
Uses of DeployedComponent in com.metamatrix.platform.config.service |
---|
Methods in com.metamatrix.platform.config.service that return DeployedComponent | |
---|---|
DeployedComponent |
ConfigurationServiceImpl.deployService(VMComponentDefnID theProcessID,
java.lang.String serviceName,
java.lang.String principalName)
Deploys the ServiceComponentDefns contained by the Configuration, onto the specified Host and VM. |
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,
int state,
java.util.Date time,
boolean essential,
MessageBus bus)
|
|
ServiceRegistryBinding(ServiceInterface si,
java.lang.String hostName,
DeployedComponent deployedComponent,
boolean essential,
MessageBus bus)
Create new ServiceRegistryInstance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |