|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VatFactory | |
---|---|
net.sf.asyncobjects.net.nio | This package contains implementation of network interfaces that is based on non-blocking NIO socket API. |
net.sf.asyncobjects.vats | This package contains core classes releate to vats and vat runners. |
Uses of VatFactory in net.sf.asyncobjects.net.nio |
---|
Classes in net.sf.asyncobjects.net.nio that implement VatFactory | |
---|---|
class |
NIOSelectorRunner
A selector runner, there could be only one vat per selector and only one selector in runner. |
Uses of VatFactory in net.sf.asyncobjects.vats |
---|
Subinterfaces of VatFactory in net.sf.asyncobjects.vats | |
---|---|
interface |
ThreadBasedRunner
This interface is supported by runners that might occupy the thread. |
Classes in net.sf.asyncobjects.vats that implement VatFactory | |
---|---|
class |
ExecutorRunner
This runner is being run over some Executor service. |
class |
SingleThreadIdleRunner
This base class for runners allows executing some idle action instead of blocking on vat queue. |
class |
SingleThreadRunner
This is a single thread runner. |
class |
VatQueueRunner
This is a runner that has own queue of vats. |
class |
VatRunner
This is a base class for vat runners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |