|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ProductServiceConfigID
|
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. |
java.util.Collection |
Configuration.getDeployedComponents(ComponentDefnID componentDefnID,
ProductServiceConfigID pscID)
Returns a Collection of deployed components that have been deployed for
that specified component definition and belong to a specific ProductServiceConfiguration. |
ProductServiceConfig |
Configuration.getPSC(ComponentDefnID pscID)
Returns the ProductServiceConfig for the specificed id. |
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()
|
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 |
ServiceData.getComponentDefnID()
Return ComponentDefnID for Service. |
ComponentDefnID |
ProcessData.getComponentDefnID()
Return ComponentDefnID for VMController. |
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 pscs,
boolean deployed,
boolean registered)
Create a new instance of VMRegistryBinding. |
|
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 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 . |
Uses of ComponentDefnID in com.metamatrix.platform.config.spi |
---|
Methods in com.metamatrix.platform.config.spi with parameters of type ComponentDefnID | |
---|---|
ComponentDefn |
ConfigurationTransaction.getComponentDefinition(ComponentDefnID componentDefnID,
ConfigurationID configurationID)
Returns a ComponentDefn for the specified
ComponentDefnID and ConfigurationID . |
Uses of ComponentDefnID in com.metamatrix.platform.config.spi.xml |
---|
Methods in com.metamatrix.platform.config.spi.xml with parameters of type ComponentDefnID | |
---|---|
ComponentDefn |
XMLConfigurationReader.getComponentDefinition(ComponentDefnID targetID)
|
ComponentDefn |
XMLConfigurationReader.getComponentDefinition(ComponentDefnID targetID,
ConfigurationID configurationID)
|
ComponentDefn |
XMLConfigurationConnector.getComponentDefinition(ComponentDefnID componentID,
ConfigurationID configurationID)
Obtain the component definition |
boolean |
XMLConfigurationReader.isDefinitionDeployable(ComponentDefnID defnID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |