org.identityconnectors.framework.impl.api
Class ConnectorInfoManagerFactoryImpl

java.lang.Object
  extended by org.identityconnectors.framework.api.ConnectorInfoManagerFactory
      extended by org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl

public class ConnectorInfoManagerFactoryImpl
extends ConnectorInfoManagerFactory


Constructor Summary
ConnectorInfoManagerFactoryImpl()
           
 
Method Summary
 void clearLocalCache()
           
 void clearRemoteCache()
           
 ConnectorInfoManager getLocalManager(List<URL> urls, ClassLoader bundleParentClassLoader)
           
 ConnectorInfoManager getLocalManager(URL... urls)
           
 ConnectorInfoManager getRemoteManager(RemoteFrameworkConnectionInfo info)
           
 
Methods inherited from class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorInfoManagerFactoryImpl

public ConnectorInfoManagerFactoryImpl()
Method Detail

clearLocalCache

public void clearLocalCache()
Specified by:
clearLocalCache in class ConnectorInfoManagerFactory

clearRemoteCache

public void clearRemoteCache()
Specified by:
clearRemoteCache in class ConnectorInfoManagerFactory

getLocalManager

public ConnectorInfoManager getLocalManager(URL... urls)
                                     throws ConfigurationException
Specified by:
getLocalManager in class ConnectorInfoManagerFactory
Throws:
ConfigurationException

getLocalManager

public ConnectorInfoManager getLocalManager(List<URL> urls,
                                            ClassLoader bundleParentClassLoader)
                                     throws ConfigurationException
Throws:
ConfigurationException

getRemoteManager

public ConnectorInfoManager getRemoteManager(RemoteFrameworkConnectionInfo info)
                                      throws ConfigurationException
Specified by:
getRemoteManager in class ConnectorInfoManagerFactory
Throws:
ConfigurationException


Copyright © 2011. All Rights Reserved.