public class

ConfigPeopleSoftConnectorAdapter

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

Summary

[Expand]
Inherited Fields
From class org.mule.modules.peoplesoft.Config
Public Constructors
ConfigPeopleSoftConnectorAdapter()
Public Methods
void connect(ConnectionManagementConfigPeopleSoftConnectorConnectionKey connectionKey)
String connectionId()
void disconnect()
Clear the current connection and resources
Config getStrategy()
boolean isConnected()
Check if the current tenant has a connection already established
void test(ConnectionManagementConfigPeopleSoftConnectorConnectionKey connectionKey)
[Expand]
Inherited Methods
From class org.mule.modules.peoplesoft.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 ConfigPeopleSoftConnectorAdapter ()

Public Methods

public void connect (ConnectionManagementConfigPeopleSoftConnectorConnectionKey connectionKey)

Parameters
connectionKey
Throws
ConnectionException

public String connectionId ()

public void disconnect ()

Clear the current connection and resources

public Config getStrategy ()

public boolean isConnected ()

Check if the current tenant has a connection already established

Returns
  • true if it is connected, false otherwise

public void test (ConnectionManagementConfigPeopleSoftConnectorConnectionKey connectionKey)

Parameters
connectionKey
Throws
ConnectionException