public class

ConfigFreshBooksConnectorAdapter

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

Summary

[Expand]
Inherited Fields
From class org.mule.modules.freshbooks.Config
Public Constructors
ConfigFreshBooksConnectorAdapter()
Public Methods
void connect(ConnectionManagementConfigFreshBooksConnectorConnectionKey connectionKey)
String connectionId()
void disconnect()
Clear the current connection and resources
Config getStrategy()
boolean isConnected()
Validate is active connection
void test(ConnectionManagementConfigFreshBooksConnectorConnectionKey connectionKey)
[Expand]
Inherited Methods
From class org.mule.modules.freshbooks.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 ConfigFreshBooksConnectorAdapter ()

Public Methods

public void connect (ConnectionManagementConfigFreshBooksConnectorConnectionKey connectionKey)

Parameters
connectionKey
Throws
ConnectionException

public String connectionId ()

public void disconnect ()

Clear the current connection and resources

public Config getStrategy ()

public boolean isConnected ()

Validate is active connection

public void test (ConnectionManagementConfigFreshBooksConnectorConnectionKey connectionKey)

Parameters
connectionKey
Throws
ConnectionException