org.iids.aos.gui.services
Class KernelWrapper

java.lang.Object
  extended by org.iids.aos.gui.services.ServiceWrapper
      extended by 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

Method Summary
 AsCommunicator getCommunicator()
           
 KernelConfig getConfig()
           
 Cookie getCookie()
           
 KernelClient getKernel()
           
 boolean isOK()
           
 void setConfig(KernelConfig config)
           
 void shutdown()
           
 
Methods inherited from class org.iids.aos.gui.services.ServiceWrapper
getChildren, getParent, getStruct, isLocal, setLocal, setStruct, unbindStruct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.