com.metamatrix.common.config.api
Interface ConnectorBindingType

All Superinterfaces:
BaseObject, java.lang.Cloneable, java.lang.Comparable, ComponentType, ServiceComponentType
All Known Implementing Classes:
BasicConnectorBindingType

public interface ConnectorBindingType
extends ServiceComponentType

The ConnectorBindingType represents the connector ComponentType.


Nested Class Summary
static interface ConnectorBindingType.Attributes
           
 
Field Summary
static java.lang.String COMPONENT_TYPE_NAME
           
static ComponentTypeID CONNECTOR_TYPE_ID
           
 
Fields inherited from interface com.metamatrix.common.config.api.ServiceComponentType
SERVICE_ESSENTIAL, 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, RESOURCE_COMPONENT_TYPE_CODE, SERVICE_COMPONENT_TYPE_CODE, SHARED_RESOURCE_COMPONENT_TYPE_CODE, VM_COMPONENT_TYPE_CODE
 
Method Summary
 java.lang.String[] getExtensionModules()
          Get the list of extension modules needed by this Connector Binding Type.
 
Methods inherited from interface com.metamatrix.common.config.api.ComponentType
accept, getComponentTypeCode, getComponentTypeDefinition, getComponentTypeDefinitions, getCreatedBy, getCreatedDate, getDefaultPropertyValues, getDefaultPropertyValues, getDefaultValue, getDescription, getLastChangedBy, getLastChangedDate, getMaskedPropertyNames, getParentComponentTypeID, getSuperComponentTypeID, isDeployable, isDeprecated, isMonitored, isOfTypeConnector
 
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

CONNECTOR_TYPE_ID

static final ComponentTypeID CONNECTOR_TYPE_ID
Method Detail

getExtensionModules

java.lang.String[] getExtensionModules()
Get the list of extension modules needed by this Connector Binding Type.

Returns:
String[] list of extension modules; never null


Copyright © 2009. All Rights Reserved.