Uses of Package
net.sf.asyncobjects.vats

Packages that use net.sf.asyncobjects.vats
net.sf.asyncobjects The core classes of the framework. 
net.sf.asyncobjects.net.nio This package contains implementation of network interfaces that is based on non-blocking NIO socket API. 
net.sf.asyncobjects.net.threading This package contains implementation of network interfaces that is based on blocking socket API. 
net.sf.asyncobjects.vats This package contains core classes releate to vats and vat runners. 
 

Classes in net.sf.asyncobjects.vats used by net.sf.asyncobjects
ThreadBasedRunner
          This interface is supported by runners that might occupy the thread.
Vat
          Vat is managed collection of objects.
 

Classes in net.sf.asyncobjects.vats used by net.sf.asyncobjects.net.nio
SingleThreadIdleRunner
          This base class for runners allows executing some idle action instead of blocking on vat queue.
ThreadBasedRunner
          This interface is supported by runners that might occupy the thread.
Vat
          Vat is managed collection of objects.
VatFactory
          This interface is for factory that creates vats.
VatQueueRunner
          This is a runner that has own queue of vats.
VatRunner
           This is a base class for vat runners.
 

Classes in net.sf.asyncobjects.vats used by net.sf.asyncobjects.net.threading
VatRunner
           This is a base class for vat runners.
 

Classes in net.sf.asyncobjects.vats used by net.sf.asyncobjects.vats
ExecutorRunner
          This runner is being run over some Executor service.
ThreadBasedRunner
          This interface is supported by runners that might occupy the thread.
Vat
          Vat is managed collection of objects.
Vat.VatState
          Vat state
VatFactory
          This interface is for factory that creates vats.
VatQueueRunner
          This is a runner that has own queue of vats.
VatQueueRunner.EnqueuedVat
          An enqueued vat
VatRunner
           This is a base class for vat runners.
VatRunner.VatRunnerState
          Vat state
 



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.