| Package | Description |
|---|---|
| org.mule.devkit.internal.connection.management |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionManagementConnectionAdapter<S,K extends ConnectionManagementConnectionKey> |
interface |
ConnectionManagementConnectionManager<Key extends ConnectionManagementConnectionKey,Adapter extends ConnectionManagementConnectorAdapter,Strategy>
Wrapper around
org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. |
class |
ConnectionManagementProcessInterceptor<P,Adapter extends ConnectionManagementConnectorAdapter,Key extends ConnectionManagementConnectionKey,Strategy> |
class |
ConnectionManagementProcessTemplate<P,Adapter extends ConnectionManagementConnectorAdapter,Key extends ConnectionManagementConnectionKey,Strategy> |
interface |
TestableConnection<K extends ConnectionManagementConnectionKey> |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManagementConnectorFactory.activateObject(ConnectionManagementConnectionKey key,
ConnectionManagementConnectorAdapter adapter) |
void |
ConnectionManagementConnectorFactory.destroyObject(ConnectionManagementConnectionKey key,
ConnectionManagementConnectorAdapter adapter) |
ConnectionManagementConnectorAdapter |
ConnectionManagementConnectorFactory.makeObject(ConnectionManagementConnectionKey key) |
void |
ConnectionManagementConnectorFactory.passivateObject(ConnectionManagementConnectionKey key,
ConnectionManagementConnectorAdapter adapter) |
boolean |
ConnectionManagementConnectorFactory.validateObject(ConnectionManagementConnectionKey key,
ConnectionManagementConnectorAdapter adapter) |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.