|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface used by the runtime to communicate with the boot runtime
| Method Summary | |
void |
endComponent(IComponent rtc)
cleanup components and application resources. |
IComponent |
getComponent(java.lang.String component)
get a component |
byte[] |
getDigest()
get digest (version hash code) for the current application |
java.lang.String |
getPluginImplClient(java.lang.String interfaceName)
get the name of the class that implements the interface name given as input parameter. |
| Method Detail |
public IComponent getComponent(java.lang.String component)
throws java.lang.Exception
component - the absolute uri of the desired component in another or the same webapplication.
java.lang.Exception - unable to load, create or instantiate the componentpublic void endComponent(IComponent rtc)
rtc - the terminating componentpublic byte[] getDigest()
public java.lang.String getPluginImplClient(java.lang.String interfaceName)
interfaceName - name of the plugin interface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||