|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.plugins.PluginManager
at.spardat.xma.plugins.PluginManagerClient
Realizes the plugin concept at the client side of XMA.
| Constructor Summary | |
PluginManagerClient(XMASessionClient session)
|
|
| Method Summary | |
boolean |
isPluginDeclared(java.lang.String interfaceName)
Checks if a plugin is configured for the given interface and a client side implementation is defined. |
protected java.lang.Object |
resolvePlugin(java.lang.String interfaceName,
java.lang.ClassLoader cl)
Resolves a plugin implementation for a specified interface name. |
| Methods inherited from class at.spardat.xma.plugins.PluginManager |
getPlugin, getPlugin, getPlugin, isPluginDeclared, newInstanceOf |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PluginManagerClient(XMASessionClient session)
| Method Detail |
protected java.lang.Object resolvePlugin(java.lang.String interfaceName,
java.lang.ClassLoader cl)
PluginManager
resolvePlugin in class PluginManagerinterfaceName - the fully qualified name of a java interface, specifying
the interface the implementation has to implement. Both, the
interface and the implementation must be loadable by the classloader
that loaded this class.cl - the ClassLoader where the implementation class can be loaded from.
PluginManager.resolvePlugin(java.lang.String, java.lang.ClassLoader)public boolean isPluginDeclared(java.lang.String interfaceName)
isPluginDeclared in class PluginManagerinterfaceName - the fully qualified name of a java interface, specifying
the interface the plugin has to implement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||