|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.common.config.model.BasicConnectorArchive
public class BasicConnectorArchive
ConnectorArchive defines a bundle a.k.a zip file for Connector Types. This bundle will package all the nessasary artifacts that would be needed by a given connector types.
| Constructor Summary | |
|---|---|
BasicConnectorArchive()
ctor |
|
| Method Summary | |
|---|---|
void |
addConnectorType(ConnectorBindingType type)
Add a Connector Type to the archive |
void |
addExtensionModule(ConnectorBindingType type,
ExtensionModule extModule)
Adds the Extension module to the archive. |
void |
addMainfestContents(byte[] contents)
This is used by the importer to add the contents of the manifest |
ConnectorBindingType[] |
getConnectorTypes()
Return the connector types in this connector archive |
ExtensionModule[] |
getExtensionModules(ConnectorBindingType type)
Extention modules needed by the connector type, in order to deploy correctly in the DQP or in server. |
byte[] |
getManifestContents()
Get the Manifest files contents from the CAF file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicConnectorArchive()
| Method Detail |
|---|
public ConnectorBindingType[] getConnectorTypes()
getConnectorTypes in interface ConnectorArchiveMetaMatrixComponentExceptionpublic ExtensionModule[] getExtensionModules(ConnectorBindingType type)
getExtensionModules in interface ConnectorArchiveMetaMatrixComponentExceptionpublic void addConnectorType(ConnectorBindingType type)
type - - adds to the archive
public void addExtensionModule(ConnectorBindingType type,
ExtensionModule extModule)
type - extModule - public byte[] getManifestContents()
ConnectorArchive
getManifestContents in interface ConnectorArchiveConnectorArchive.getManifestContents()public void addMainfestContents(byte[] contents)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||