Skip navigation links


org.identityconnectors.framework.api
Class ConnectorFacadeFactory

java.lang.Object
  extended by org.identityconnectors.framework.api.ConnectorFacadeFactory


public abstract class ConnectorFacadeFactory
extends java.lang.Object

Allows an application to obtain a connector instance. Manages a pool of connector instances.

Since:
1.0
Version:
$Revision $
Author:
Will Droste

Constructor Summary
ConnectorFacadeFactory()
           

 

Method Summary
abstract  void dispose()
          Dispose of all connector pools, resources, etc.
static ConnectorFacadeFactory getInstance()
          Get the singleton instance of the ConnectorFacadeFactory.
abstract  ConnectorFacade newInstance(APIConfiguration config)
          Get a new instance of ConnectorFacade.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ConnectorFacadeFactory

public ConnectorFacadeFactory()

Method Detail

getInstance

public static ConnectorFacadeFactory getInstance()
Get the singleton instance of the ConnectorFacadeFactory.

dispose

public abstract void dispose()
Dispose of all connector pools, resources, etc.

newInstance

public abstract ConnectorFacade newInstance(APIConfiguration config)
Get a new instance of ConnectorFacade.
Parameters:
config - all the configuration that the framework, connector, and pooling needs.
Returns:
ConnectorFacade to call API operations against.

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.