Sea 0.4.0

Uses of Class
gov.lbl.dsd.sea.EventHandler

Packages that use EventHandler
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.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. 
 

Uses of EventHandler in gov.lbl.dsd.sea
 

Methods in gov.lbl.dsd.sea with parameters of type EventHandler
 Stage StageManager.createStage(EventHandler handler)
          Creates and returns a managed stage with the given event handler.
 Stage StageManager.createStage(String stageName, EventHandler handler)
          Creates and returns a managed stage with the given name and event handler.
 Stage StageManager.createStage(String stageName, EventHandler handler, ExceptionHandler exceptionHandler)
          Creates and returns a managed stage with the given name, event handler and exceptionHandler.
 

Constructors in gov.lbl.dsd.sea with parameters of type EventHandler
Stage(String stageName, EventHandler handler, ExecutorFactory executorFactory, ExceptionHandler exceptionHandler)
          Creates a new stage with the given name, event handler, executor factory and exceptionHandler.
 

Uses of EventHandler in gov.lbl.dsd.sea.demo
 

Subclasses of EventHandler in gov.lbl.dsd.sea.demo
 class SimpleHTTPEventHandler
          Simple HTTP 1.1 handler with limited functionality; Internally uses the raw commons-httpclient library.
 

Uses of EventHandler in gov.lbl.dsd.sea.nio
 

Subclasses of EventHandler in gov.lbl.dsd.sea.nio
 class AgentEventHandler
          Abstract base class simplifying the implementation of event handlers sending requests to an agent, and receiving responses from the agent.
 

Uses of EventHandler in gov.lbl.dsd.sea.nio.demo
 

Subclasses of EventHandler in gov.lbl.dsd.sea.nio.demo
 class EchoServer
          Simple non-blocking echo server that can be tested in conjunction with a standard UNIX telnet client.
 class HttpClient
          Simple echo client; connects to one or more HTTP servers and prints page output.
 class PingPong
          Simple non-blocking hello world client and server, echoing messages back and forth.
 class PingPongBench
          Asynchronous non-blocking ping pong benchmark; Sends messages back and forth between client and server and measures throughput.
 class StreamingBench
          TODO.
 class TimeServer
          Simple time server that can be tested in conjunction with a standard UNIX telnet client.
 


Sea 0.4.0