|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.api.ApiAdapterFactory
public class ApiAdapterFactory
Factory of API adapters for JPOX.
| Constructor Summary | |
|---|---|
protected |
ApiAdapterFactory()
Protected constructor to prevent outside instantiation |
| Method Summary | |
|---|---|
ApiAdapter |
getApiAdapter(java.lang.String name)
Accessor for an adapter, given the api name. |
static ApiAdapterFactory |
getInstance()
Accessor for the ApiAdapterFactory for JPOX (singleton) |
java.util.Map |
getRegisteredApiAdapters()
Accessor for the registered Api Adapters |
void |
initializeApiAdapterExtensions(ClassLoaderResolver clr,
PluginManager pluginMgr)
Load "org.jpox.api.adapter" extensions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ApiAdapterFactory()
| Method Detail |
|---|
public static ApiAdapterFactory getInstance()
public java.util.Map getRegisteredApiAdapters()
public ApiAdapter getApiAdapter(java.lang.String name)
name - the adapter name
public void initializeApiAdapterExtensions(ClassLoaderResolver clr,
PluginManager pluginMgr)
clr - ClassLoader resolver for resolving the adapter classpluginMgr - the Plug-in Manager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||