|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.identityconnectors.framework.api.ConnectorInfoManagerFactory
public abstract class ConnectorInfoManagerFactory
An application's primary entry point into connectors. Allows an application to load the connector classes from a set of bundles.
| Constructor Summary | |
|---|---|
ConnectorInfoManagerFactory() |
|
| Method Summary | |
|---|---|
abstract void |
clearLocalCache()Clears the local bundle manager cache. |
abstract void |
clearRemoteCache()Clears the remote cache. |
static ConnectorInfoManagerFactory |
getInstance()Returns the instance of this factory. |
abstract ConnectorInfoManager |
getLocalManager(java.net.URL... urls)Creates the ConnectorInfoManager from a list of bundle URLs. |
abstract ConnectorInfoManager |
getRemoteManager(RemoteFrameworkConnectionInfo info)Creates the ConnectorInfoManager for a remote framework. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorInfoManagerFactory()
| Method Detail |
|---|
public static ConnectorInfoManagerFactory getInstance()
public abstract ConnectorInfoManager getLocalManager(java.net.URL... urls)
throws ConfigurationException
ConnectorInfoManager from a list of bundle URLs.
NOTE: The results from this call are automatically cached and keyed by the list of URLs passed in. To clear the cache, call clearLocalCache().
urls - The list of bundle URLs. This list may consist of directories consisting of un-jarred bundles and/or bundle jars.ConfigurationException - If there was any problem with any of the bundles.
public abstract ConnectorInfoManager getRemoteManager(RemoteFrameworkConnectionInfo info)
throws java.lang.RuntimeException
ConnectorInfoManager for a remote framework.
NOTE: The results from this call are automatically cached and keyed by the RemoteFrameworkConnectionInfo passed in. To clear the cache, call clearRemoteCache().
info - The connection information.java.lang.RuntimeException - If there was any problem connectingpublic abstract void clearLocalCache()
public abstract void clearRemoteCache()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||