|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorBindingType | |
|---|---|
| com.metamatrix.common.config.api | |
| com.metamatrix.common.config.model | |
| Uses of ConnectorBindingType in com.metamatrix.common.config.api |
|---|
| Methods in com.metamatrix.common.config.api that return ConnectorBindingType | |
|---|---|
ConnectorBindingType[] |
ConnectorArchive.getConnectorTypes()
Return the connector types bundled in this connector archive |
| Methods in com.metamatrix.common.config.api with parameters of type ConnectorBindingType | |
|---|---|
ExtensionModule[] |
ConnectorArchive.getExtensionModules(ConnectorBindingType type)
Extention modules needed by the connector type, in order to deploy correctly in the DQP or in server. |
| Uses of ConnectorBindingType in com.metamatrix.common.config.model |
|---|
| Classes in com.metamatrix.common.config.model that implement ConnectorBindingType | |
|---|---|
class |
BasicConnectorBindingType
|
| Methods in com.metamatrix.common.config.model that return ConnectorBindingType | |
|---|---|
ConnectorBindingType[] |
BasicConnectorArchive.getConnectorTypes()
Return the connector types in this connector archive |
| Methods in com.metamatrix.common.config.model with parameters of type ConnectorBindingType | |
|---|---|
void |
BasicConnectorArchive.addConnectorType(ConnectorBindingType type)
Add a Connector Type to the archive |
void |
BasicConnectorArchive.addExtensionModule(ConnectorBindingType type,
ExtensionModule extModule)
Adds the Extension module to the archive. |
ExtensionModule[] |
BasicConnectorArchive.getExtensionModules(ConnectorBindingType type)
Extention modules needed by the connector type, in order to deploy correctly in the DQP or in server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||