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

Packages that use ComponentDefnID
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.api.runtime   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.config.api.service   
com.metamatrix.platform.config.service   
 

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

Subclasses of ComponentDefnID in com.metamatrix.common.config.api
 class AuthenticationProviderID
           
 class ConnectorBindingID
           
 class HostID
           
 class ResourceDescriptorID
           
 class ServiceComponentDefnID
           
 class VMComponentDefnID
           
 

Methods in com.metamatrix.common.config.api that return ComponentDefnID
 ComponentDefnID DeployedComponent.getDeployedComponentDefnID()
          Returns the ComponentDefnID for the component that is deployed.
 

Methods in com.metamatrix.common.config.api with parameters of type ComponentDefnID
 AuthenticationProvider Configuration.getAuthenticationProvider(ComponentDefnID componentID)
          Returns a AuthenticationProvider for the specified componentID.
 ComponentDefn Configuration.getComponentDefn(ComponentDefnID componentID)
          This method returns a ComponentDefn implementation, given a ComponentDefnID.
 ConnectorBinding Configuration.getConnectorBinding(ComponentDefnID componentID)
          Returns a ConnectorBinding based on the specified compoentID
 java.util.Collection Configuration.getDeployedComponents(ComponentDefnID componentDefnID)
          Returns a Collection of deployed components that have been deployed for that specified component definition.
 ServiceComponentDefn Configuration.getServiceComponentDefn(ComponentDefnID defnID)
          Returns a ServiceComponentDefn
 VMComponentDefn Configuration.getVMComponentDefn(ComponentDefnID componentID)
          Returns a VMComponentDefn
 

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

Methods in com.metamatrix.common.config.model that return ComponentDefnID
 ComponentDefnID BasicDeployedComponent.getDeployedComponentDefnID()
           
 

Methods in com.metamatrix.common.config.model with parameters of type ComponentDefnID
 boolean BasicConfiguration.doesExist(ComponentDefnID componentID)
           
 AuthenticationProvider BasicConfiguration.getAuthenticationProvider(ComponentDefnID componentID)
           
 ComponentDefn BasicConfiguration.getComponentDefn(ComponentDefnID componentID)
           
 ResourceDescriptor BasicConfiguration.getConnectionPool(ComponentDefnID componentID)
           
 ConnectorBinding BasicConfiguration.getConnectorBinding(ComponentDefnID componentID)
           
 java.util.Collection BasicConfiguration.getDeployedComponents(ComponentDefnID componentID)
           
 Host BasicConfiguration.getHost(ComponentDefnID hostID)
           
 ServiceComponentDefn BasicConfiguration.getServiceComponentDefn(ComponentDefnID componentID)
           
 VMComponentDefn BasicConfiguration.getVMComponentDefn(ComponentDefnID componentID)
           
 VMComponentDefn BasicConfiguration.getVMDefn(ComponentDefnID componentID)
           
 

Constructors in com.metamatrix.common.config.model with parameters of type ComponentDefnID
BasicComponentDefn(ConfigurationID configurationID, ComponentDefnID componentID, ComponentTypeID typeID)
          Construct a BaseComponentDefn by providing the ConfigurationID the component belongs in and the ComponentDefnID that identifies this component and the ComponentType indicating the type of component.
 

Uses of ComponentDefnID in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api with parameters of type ComponentDefnID
 ComponentDefn ConfigurationAdminAPI.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
          Returns a ComponentDefn for the specified ComponentDefnID.
 

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

Methods in com.metamatrix.platform.admin.api.runtime that return ComponentDefnID
 ComponentDefnID ProcessData.getComponentDefnID()
          Return ComponentDefnID for VMController.
 ComponentDefnID ServiceData.getComponentDefnID()
          Return ComponentDefnID for Service.
 

Constructors in com.metamatrix.platform.admin.api.runtime with parameters of type ComponentDefnID
ProcessData(java.lang.String hostName, java.lang.String processName, java.lang.String port, ComponentDefnID defnID, java.util.Collection<ServiceData> services, boolean deployed, boolean registered)
          Create a new instance of VMRegistryBinding.
ServiceData(ServiceID serviceID, java.lang.String serviceName, java.lang.String instanceName, ComponentDefnID defnID, java.lang.String deployedComponentName, 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 ComponentDefnID in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl with parameters of type ComponentDefnID
 ComponentDefn ConfigurationAdminAPIImpl.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
           
 

Uses of ComponentDefnID in com.metamatrix.platform.config.api.service
 

Methods in com.metamatrix.platform.config.api.service with parameters of type ComponentDefnID
 ComponentDefn ConfigurationServiceInterface.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
          Returns a ComponentDefn for the specified ComponentDefnID.
 

Uses of ComponentDefnID in com.metamatrix.platform.config.service
 

Methods in com.metamatrix.platform.config.service with parameters of type ComponentDefnID
 ComponentDefn ConfigurationServiceImpl.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
          Returns a ComponentDefn for the specified ComponentDefnID.
 



Copyright © 2009. All Rights Reserved.