org.identityconnectors.framework.impl.api
Class ConnectorFacadeFactoryImpl

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

public class ConnectorFacadeFactoryImpl
extends ConnectorFacadeFactory


Constructor Summary
ConnectorFacadeFactoryImpl()
           
 
Method Summary
 void dispose()
          Dispose of all object pools and other resources associated with this class.
 ConnectorFacade newInstance(APIConfiguration config)
          
 
Methods inherited from class org.identityconnectors.framework.api.ConnectorFacadeFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorFacadeFactoryImpl

public ConnectorFacadeFactoryImpl()
Method Detail

newInstance

public ConnectorFacade newInstance(APIConfiguration config)

Specified by:
newInstance in class ConnectorFacadeFactory

dispose

public void dispose()
Dispose of all object pools and other resources associated with this class.

Specified by:
dispose in class ConnectorFacadeFactory


Copyright © 2011. All Rights Reserved.