public class

ConnectionManagementStrategyMaximoConnectorAdapter

extends ConnectionManagementStrategy
implements ConnectionManagementConnectionAdapter<S, K extends ConnectionManagementConnectionKey>
java.lang.Object
   ↳ com.computime.maximo.ConnectionManagementStrategy
     ↳ com.computime.maximo.connectivity.ConnectionManagementStrategyMaximoConnectorAdapter

Summary

[Expand]
Inherited Fields
From class com.computime.maximo.ConnectionManagementStrategy
Public Constructors
ConnectionManagementStrategyMaximoConnectorAdapter()
Public Methods
void connect(ConnectionManagementConfigMaximoConnectorConnectionKey connectionKey)
String connectionId()
Are we connected
void disconnect()
Disconnect
ConnectionManagementStrategy getStrategy()
boolean isConnected()
Are we connected
[Expand]
Inherited Methods
From class com.computime.maximo.ConnectionManagementStrategy
From class java.lang.Object
From interface org.mule.devkit.shade.connection.management.ConnectionManagementConnectionAdapter

Public Constructors

public ConnectionManagementStrategyMaximoConnectorAdapter ()

Public Methods

public void connect (ConnectionManagementConfigMaximoConnectorConnectionKey connectionKey)

Parameters
connectionKey
Throws
ConnectionException

public String connectionId ()

Are we connected

Returns
  • connection identifier

public void disconnect ()

Disconnect

public ConnectionManagementStrategy getStrategy ()

public boolean isConnected ()

Are we connected

Returns
  • True if connector is connected