public class ManagedConnectorFacadeFactoryImpl extends ConnectorFacadeFactoryImpl
| Constructor and Description |
|---|
ManagedConnectorFacadeFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of all object pools and other resources associated with this
class.
|
void |
evictIdle(long time,
TimeUnit unit) |
ConnectorFacade |
find(String facadeKey)
Finds the
ConnectorFacade in the cache. |
ConnectorFacade |
newInstance(APIConfiguration config)
Get a new instance of
ConnectorFacade. |
ConnectorFacade |
newInstance(ConnectorInfo connectorInfo,
String config)
Get a new instance of
ConnectorFacade. |
getInstance, getManagedInstancepublic ConnectorFacade newInstance(APIConfiguration config)
ConnectorFacade.newInstance in class ConnectorFacadeFactoryImplconfig - all the configuration that the framework, connector, and
pooling needs.ConnectorFacade to call API operations against.public ConnectorFacade newInstance(ConnectorInfo connectorInfo, String config)
ConnectorFacadeFactoryConnectorFacade.newInstance in class ConnectorFacadeFactoryImplconnectorInfo - local or remote connector info used woth the config.config - all the configuration that the framework, connector, and
pooling needs. It's a Base64 serialised APIConfiguration
instance.ConnectorFacade to call API operations against.public void dispose()
dispose in class ConnectorFacadeFactoryImplpublic void evictIdle(long time,
TimeUnit unit)
public ConnectorFacade find(String facadeKey)
ConnectorFacade in the cache.
This is used for testing only.facadeKey - the key to find the ConnectorFacade.ConnectorFacade or null if not found.Copyright © 2018–2025. All rights reserved.