|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceComponentDefn | |
---|---|
com.metamatrix.admin.server | |
com.metamatrix.common.config.api | |
com.metamatrix.common.config.model | |
com.metamatrix.common.config.xml |
Uses of ServiceComponentDefn in com.metamatrix.admin.server |
---|
Methods in com.metamatrix.admin.server that return ServiceComponentDefn | |
---|---|
protected ServiceComponentDefn |
ServerConfigAdminImpl.getServiceByID(ServiceComponentDefnID serviceID)
|
protected ServiceComponentDefn |
ServerConfigAdminImpl.getServiceByName(java.lang.String serviceName)
|
Uses of ServiceComponentDefn in com.metamatrix.common.config.api |
---|
Subinterfaces of ServiceComponentDefn in com.metamatrix.common.config.api | |
---|---|
interface |
ConnectorBinding
A ConnectorBinding represents a connector binding definition that is a non-configuration based object. |
Methods in com.metamatrix.common.config.api that return ServiceComponentDefn | |
---|---|
ServiceComponentDefn |
ConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName)
Create a new Service Component Definition instance with a specified configuration |
ServiceComponentDefn |
ConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName,
java.lang.String routingUUID)
Create a new Service Component Definition instance with a specified configuration |
ServiceComponentDefn |
ConfigurationObjectEditor.createServiceComponentDefn(ConfigurationID configurationID,
ComponentTypeID typeID,
java.lang.String componentName)
Create a new Service Component Definition instance with a specified configuration |
ServiceComponentDefn |
ConfigurationObjectEditor.createServiceComponentDefn(ConfigurationID configurationID,
ComponentTypeID typeID,
java.lang.String componentName,
java.lang.String routingUUID)
Create a new Service Component Definition instance with a specified configuration |
ServiceComponentDefn |
Configuration.getServiceComponentDefn(ComponentDefnID defnID)
Returns a ServiceComponentDefn |
ServiceComponentDefn |
Configuration.getServiceComponentDefn(java.lang.String name)
Returns a ServiceComponentDefn based on the service name. |
Methods in com.metamatrix.common.config.api with parameters of type ServiceComponentDefn | |
---|---|
DeployedComponent |
ConfigurationObjectEditor.deployServiceDefn(Configuration configuration,
ServiceComponentDefn serviceComponentDefn,
VMComponentDefnID vmID)
Deploys a ServiceComponentDefn to the specified VM. |
void |
ConfigurationObjectEditor.setRoutingUUID(ServiceComponentDefn serviceComponentDefn,
java.lang.String newRoutingUUID)
Sets this ServiceComponentDefn's String routing UUID. |
Uses of ServiceComponentDefn in com.metamatrix.common.config.model |
---|
Classes in com.metamatrix.common.config.model that implement ServiceComponentDefn | |
---|---|
class |
BasicConnectorBinding
|
class |
BasicServiceComponentDefn
|
Methods in com.metamatrix.common.config.model that return ServiceComponentDefn | |
---|---|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName)
Creates a new ServiceComponentDefn for a given Configuration and ProductServiceConfig; also automatically "deploys" the service anywhere that this PSC is already deployed, by creating the necessary DeployedComponents (this will only work if the PSC parameter belongs to the Configuration parameter). |
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ComponentTypeID typeID,
java.lang.String componentName,
java.lang.String routingUUID)
|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(ConfigurationID configurationID,
ComponentTypeID typeID,
java.lang.String componentName)
|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(ConfigurationID configurationID,
ComponentTypeID typeID,
java.lang.String componentName,
java.lang.String routingUUID)
|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ServiceComponentDefn originalServiceComponentDefn,
java.lang.String newName)
Creates a new ServiceComponentDefn in the indicated Configuration, copied from the indicated original ServiceComponentDefn, with the indicated new name. |
ServiceComponentDefn |
BasicConfiguration.getServiceComponentDefn(ComponentDefnID componentID)
|
ServiceComponentDefn |
BasicConfiguration.getServiceComponentDefn(java.lang.String name)
Returns a ConnectorBinding based on the specified name. |
Methods in com.metamatrix.common.config.model with parameters of type ServiceComponentDefn | |
---|---|
DeployedComponent |
BasicConfigurationObjectEditor.createDeployedServiceComponent(java.lang.String name,
Configuration configuration,
HostID hostId,
VMComponentDefnID vmId,
ServiceComponentDefn serviceComponentDefn)
|
ServiceComponentDefn |
BasicConfigurationObjectEditor.createServiceComponentDefn(Configuration configuration,
ServiceComponentDefn originalServiceComponentDefn,
java.lang.String newName)
Creates a new ServiceComponentDefn in the indicated Configuration, copied from the indicated original ServiceComponentDefn, with the indicated new name. |
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. |
void |
BasicConfigurationObjectEditor.setRoutingUUID(ServiceComponentDefn serviceComponentDefn,
java.lang.String newRoutingUUID)
Sets this ServiceComponentDefn's String routing UUID. |
Uses of ServiceComponentDefn in com.metamatrix.common.config.xml |
---|
Methods in com.metamatrix.common.config.xml with parameters of type ServiceComponentDefn | |
---|---|
org.jdom.Element |
XMLHelperImpl.createServiceComponentDefnElement(ServiceComponentDefn defn)
This method is used to create a ServiceComponentDefn JDOM Element from a ServiceComponentDefn object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |