public class

ConfigDocumentumConnectorAdapter

extends Config
implements ConnectionManagementConnectionAdapter<S, K extends ConnectionManagementConnectionKey> TestableConnection<K extends ConnectionManagementConnectionKey>
java.lang.Object
   ↳ org.mule.modules.documentum.Config
     ↳ org.mule.modules.documentum.connectivity.ConfigDocumentumConnectorAdapter

Summary

[Expand]
Inherited Constants
From class org.mule.modules.documentum.Config
[Expand]
Inherited Fields
From class org.mule.modules.documentum.Config
Public Constructors
ConfigDocumentumConnectorAdapter()
Public Methods
void connect(ConnectionManagementConfigDocumentumConnectorConnectionKey connectionKey)
String connectionId()
Connection Identifier
void disconnect()
Disconnect
Config getStrategy()
boolean isConnected()
Are we connected
void test(ConnectionManagementConfigDocumentumConnectorConnectionKey connectionKey)
[Expand]
Inherited Methods
From class org.mule.modules.documentum.Config
From class java.lang.Object
From interface org.mule.devkit.internal.connection.management.ConnectionManagementConnectionAdapter
From interface org.mule.devkit.internal.connection.management.TestableConnection

Public Constructors

public ConfigDocumentumConnectorAdapter ()

Public Methods

public void connect (ConnectionManagementConfigDocumentumConnectorConnectionKey connectionKey)

Parameters
connectionKey
Throws
ConnectionException

public String connectionId ()

Connection Identifier

public void disconnect ()

Disconnect

public Config getStrategy ()

public boolean isConnected ()

Are we connected

public void test (ConnectionManagementConfigDocumentumConnectorConnectionKey connectionKey)

Parameters
connectionKey
Throws
ConnectionException