|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Launcher
Interface that allows a host to launch a runtime.
Method Summary | |
---|---|
org.osoa.sca.CompositeContext |
bootApplication(URL applicationScdl,
ClassLoader applicationClassLoader)
Boot a default application into the runtime. |
void |
bootRuntime(URL systemScdl,
ClassLoader systemClassLoader,
MonitorFactory monitorFactory)
Boot the Tuscany runtime. |
void |
shutdownRuntime()
Shutdown the Tuscany runtime. |
Method Detail |
---|
void bootRuntime(URL systemScdl, ClassLoader systemClassLoader, MonitorFactory monitorFactory) throws TuscanyException
systemScdl
- the SCDL defining the runtime's system configurationsystemClassLoader
- the root classloader to use to deploy the system SCDLmonitorFactory
- the monitor factory initialize the runtime with
TuscanyException
- if there was a problem booting the runtimrvoid shutdownRuntime()
org.osoa.sca.CompositeContext bootApplication(URL applicationScdl, ClassLoader applicationClassLoader)
applicationScdl
- the application's SCDLapplicationClassLoader
- the classloader to use to deploy the application
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |