Firefish 0.5.10

Uses of Package
gov.lbl.dsd.firefish

Packages that use gov.lbl.dsd.firefish
gov.lbl.dsd.firefish Core firefish classes. 
 

Classes in gov.lbl.dsd.firefish used by gov.lbl.dsd.firefish
Configuration
          Allows to retrieve global configuration options.
Event
          An event is handed from one stage to the input queue of another stage; it contains a message and the stage from which the event originates.
EventHandler
          The abstract base class of all asynchronous event handlers.
MsgHandler
          The abstract base class of all synchronous handlers.
Stage
          The firefish system is architected according to the principles of the Stage Event Driven Architecture (SEDA) described in SEDA Architecture and SEDA Homepage .
Transaction
          A transaction is a sequence of message exchanges for a given query; At any given time it is either in state TransactionState.UNKNOWN, TransactionState.OPEN or TransactionState.CLOSED.
TransactionState
          A type safe enum indicating the current state of a given transaction.
 


Firefish 0.5.10

Jump to the Firefish Homepage