Uses of Class
com.metamatrix.common.config.api.DeployedComponentID

Packages that use DeployedComponentID
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.platform.service.api   
com.metamatrix.platform.service.controller   
com.metamatrix.server.connector.service   
com.metamatrix.server.query.service   
 

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

Methods in com.metamatrix.common.config.api with parameters of type DeployedComponentID
 DeployedComponent Configuration.getDeployedComponent(DeployedComponentID deployedComponentID)
          Returns the deployed component for the specified id
 

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

Methods in com.metamatrix.common.config.model with parameters of type DeployedComponentID
 DeployedComponent BasicConfiguration.getDeployedComponent(DeployedComponentID deployedComponentID)
           
 

Constructors in com.metamatrix.common.config.model with parameters of type DeployedComponentID
BasicDeployedComponent(DeployedComponentID deployedId, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId, ComponentTypeID deployedTypeID)
          Constructor takes a ComponentID, HostID, and Collection of system components to declare a component as being deployed.
BasicDeployedComponent(DeployedComponentID deployedId, ConfigurationID configId, HostID hostId, VMComponentDefnID vmId, ServiceComponentDefnID serviceId, ComponentTypeID deployedTypeID)
           
 

Uses of DeployedComponentID in com.metamatrix.platform.service.api
 

Methods in com.metamatrix.platform.service.api with parameters of type DeployedComponentID
 void ServiceInterface.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
          Instruct the service to initialize and begin processing.The service must notify any lifecycle listeners of its initialization using the unique service instance name returned.
 

Uses of DeployedComponentID in com.metamatrix.platform.service.controller
 

Methods in com.metamatrix.platform.service.controller with parameters of type DeployedComponentID
 void AbstractService.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
          Initialize a service using the properties specified.
 

Uses of DeployedComponentID in com.metamatrix.server.connector.service
 

Methods in com.metamatrix.server.connector.service with parameters of type DeployedComponentID
 void ConnectorService.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
          Initialize ConnectorService
 

Uses of DeployedComponentID in com.metamatrix.server.query.service
 

Methods in com.metamatrix.server.query.service with parameters of type DeployedComponentID
 void QueryService.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
           
 



Copyright © 2009. All Rights Reserved.