Sea 0.4.0

Uses of Package
gov.lbl.dsd.sea

Packages that use gov.lbl.dsd.sea
gov.lbl.dsd.sea Framework for Stage Event Architecture (SEA) of LBL Distributed Systems Department. 
gov.lbl.dsd.sea.demo Demos for gov.lbl.dsd.sea package. 
gov.lbl.dsd.sea.event Generally useful events for users of the SEA framework. 
gov.lbl.dsd.sea.nio Efficient and scalable non-blocking asynchronous network agent connectors for the Staged Event Architecture Framework. 
gov.lbl.dsd.sea.nio.demo Demos for gov.lbl.dsd.sea.nio package. 
gov.lbl.dsd.sea.nio.event Request and response events for non-blocking network agents from the gov.lbl.dsd.sea.nio package. 
 

Classes in gov.lbl.dsd.sea used by gov.lbl.dsd.sea
EventHandler
          The abstract base class of all asynchronous event handlers.
ExceptionHandler
          Callback invoked if a RuntimeException is raised within EventHandler.handle(Object) of the given source stage.
ExecutorFactory
          Interface for construction of executors implementing some kind of threading policy.
Stage
          A stage has an input queue into which another stage puts events; A stage has one or more threads, which take events from the input queue and hand them to the stage's event handler which processes the events in a non-blocking asynchronous manner.
 

Classes in gov.lbl.dsd.sea used by gov.lbl.dsd.sea.demo
EventHandler
          The abstract base class of all asynchronous event handlers.
Stage
          A stage has an input queue into which another stage puts events; A stage has one or more threads, which take events from the input queue and hand them to the stage's event handler which processes the events in a non-blocking asynchronous manner.
 

Classes in gov.lbl.dsd.sea used by gov.lbl.dsd.sea.event
Stage
          A stage has an input queue into which another stage puts events; A stage has one or more threads, which take events from the input queue and hand them to the stage's event handler which processes the events in a non-blocking asynchronous manner.
 

Classes in gov.lbl.dsd.sea used by gov.lbl.dsd.sea.nio
EventHandler
          The abstract base class of all asynchronous event handlers.
Stage
          A stage has an input queue into which another stage puts events; A stage has one or more threads, which take events from the input queue and hand them to the stage's event handler which processes the events in a non-blocking asynchronous manner.
 

Classes in gov.lbl.dsd.sea used by gov.lbl.dsd.sea.nio.demo
EventHandler
          The abstract base class of all asynchronous event handlers.
 

Classes in gov.lbl.dsd.sea used by gov.lbl.dsd.sea.nio.event
Stage
          A stage has an input queue into which another stage puts events; A stage has one or more threads, which take events from the input queue and hand them to the stage's event handler which processes the events in a non-blocking asynchronous manner.
 


Sea 0.4.0