org.iids.aos.gui.services
Class KernelWrapper
java.lang.Object
org.iids.aos.gui.services.ServiceWrapper
org.iids.aos.gui.services.KernelWrapper
public class KernelWrapper
- extends ServiceWrapper
Note: in the current state, we can have only a single kernel client
for each JVM. I'm not exactly sure why this is, but for now it is not
a problem, as we have only a single (default) kernel for now..
- Author:
- rjtimmer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getKernel
public KernelClient getKernel()
getCookie
public Cookie getCookie()
isOK
public boolean isOK()
getCommunicator
public AsCommunicator getCommunicator()
throws StartupException
- Throws:
StartupException
getConfig
public KernelConfig getConfig()
setConfig
public void setConfig(KernelConfig config)
shutdown
public void shutdown()
- Specified by:
shutdown in class ServiceWrapper
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.