public interface ConnectorMgmtService
Modifier and Type | Method and Description |
---|---|
void |
installConnector(java.lang.String connectorPkgName)
Installs connector from a exploded ConnectorPackage in the ConnectorDefaultDirectory.
|
void |
installConnector(java.lang.String connectorPkgName,
java.lang.String connectorInstallXML)
Installs connector from a exploded ConnectorPackage in the ConnectorDefaultDirectory.
|
void installConnector(java.lang.String connectorPkgName) throws ConnectorInstallException
connectorPkg
- the name of the expanded connector package in the ConnectorDefaultDirectoryConnectorInstallException
- if there is any exception during connector install-
including exceptions while unmarshalling CI xml, uploading jars and resource bundles to DB and importing DM xml etc.void installConnector(java.lang.String connectorPkgName, java.lang.String connectorInstallXML) throws ConnectorInstallException
connectorPkg
- the name of the expanded connector package in the ConnectorDefaultDirectoryconnectorInstallXML
- if there are more than one CI XMLs in the connector package.ConnectorInstallException
- if there is any exception during connector install-
including exceptions while unmarshalling CI xml, uploading jars and resource bundles to DB and importing DM xml etc.