public class LocalConnectorFacadeImpl extends AbstractConnectorFacade
Modifier and Type | Class and Description |
---|---|
static class |
LocalConnectorFacadeImpl.ReferenceCounter |
MSG
NO_TIMEOUT
Constructor and Description |
---|
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration)
Builds up the maps of supported operations and calls.
|
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
String configuration) |
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
String config,
ConfigurationPropertyChangeListener changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
protected ConnectorOperationalContext |
getOperationalContext() |
protected APIOperation |
getOperationImplementation(Class<? extends APIOperation> api)
Gets the implementation of the given operation.
|
boolean |
isUnusedFor(long duration,
TimeUnit timeUnit) |
addAttributeValues, authenticate, create, createLoggingProxy, createTimeoutProxy, delete, executeBatch, getAPIConfiguration, getConnectorFacadeKey, getLatestSyncToken, getObject, getOperation, getSupportedOperations, newAPIOperationProxy, queryBatch, removeAttributeValues, resolveUsername, runScriptOnConnector, runScriptOnResource, schema, search, subscribe, subscribe, sync, test, update, validate
public LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
public LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, String configuration)
public LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo, String config, ConfigurationPropertyChangeListener changeListener)
public void dispose()
protected ConnectorOperationalContext getOperationalContext()
protected APIOperation getOperationImplementation(Class<? extends APIOperation> api)
AbstractConnectorFacade
getOperationImplementation
in class AbstractConnectorFacade
api
- The operation to implement.public boolean isUnusedFor(long duration, TimeUnit timeUnit)
Copyright © 2018–2025. All rights reserved.