Synergy Home Page

Package au.edu.swin.synergy.kernel

Synergy Micro-kernel.

See:
          Description

Class Summary
BBlockingComplete A generic completion object which allows blocking until completion occures Possible extention is to only accept one completion call, or only kSuccess
BBoolean A boolean in an object This is much like java.lang.Boolean, but you can change the value It is in an object so you can wait on it
BCommandComplete After an event has been processed by a plugin
BCommandEvent This is the base class for all events sent through the kernel.
BEventThread  
Bka Kernel loader Loads the kernel and then boots it
BKernel Synergy Micro-Kernel
BPlugin This is the plugin base class
 

Package au.edu.swin.synergy.kernel Description

Synergy Micro-kernel.

Package Specification

This is the Micro-kernel, known as BKA or Beaker. It supports run-time loadable plugins, and uses a event passing API which allows the plugins to communicate.


Synergy Home Page