com.metamatrix.common.config.api
Interface ServiceComponentType

All Superinterfaces:
BaseObject, java.lang.Cloneable, java.lang.Comparable, ComponentType
All Known Subinterfaces:
ConnectorBindingType, HostType, VMComponentDefnType
All Known Implementing Classes:
BasicConnectorBindingType, BasicHostType, BasicServiceComponentType, BasicVMComponentDefnType

public interface ServiceComponentType
extends ComponentType

The ServiceComponentType represents the service ComponentType.


Field Summary
static java.lang.String COMPONENT_TYPE_NAME
           
static java.lang.String SERVICE_ESSENTIAL
           
static java.lang.String SERVICE_ROUTING_ID
           
 
Fields inherited from interface com.metamatrix.common.config.api.ComponentType
AUTHPROVIDER_COMPONENT_TYPE_CODE, CONFIGURATION_COMPONENT_TYPE_CODE, CONNECTOR_COMPONENT_TYPE_CODE, DEPLOYED_COMPONENT_TYPE_CODE, HOST_COMPONENT_TYPE_CODE, PRODUCT_COMPONENT_TYPE_CODE, PSC_COMPONENT_TYPE_CODE, RESOURCE_COMPONENT_TYPE_CODE, SERVICE_COMPONENT_TYPE_CODE, VM_COMPONENT_TYPE_CODE
 
Method Summary
 
Methods inherited from interface com.metamatrix.common.config.api.ComponentType
accept, getComponentTypeCode, getComponentTypeDefinition, getComponentTypeDefinitions, getCreatedBy, getCreatedDate, getDefaultPropertyValues, getDefaultValue, getDescription, getLastChangedBy, getLastChangedDate, getMaskedPropertyNames, getParentComponentTypeID, getSuperComponentTypeID, isDeployable, isDeprecated, isMonitored, isOfConnectorProductType, isOfTypeConnector, isOfTypeXAConnector
 
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject
clone, getFullName, getID, getName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

COMPONENT_TYPE_NAME

static final java.lang.String COMPONENT_TYPE_NAME
See Also:
Constant Field Values

SERVICE_ESSENTIAL

static final java.lang.String SERVICE_ESSENTIAL
See Also:
Constant Field Values

SERVICE_ROUTING_ID

static final java.lang.String SERVICE_ROUTING_ID
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.