Package se.ericsson.eto.norarc.javaframe

Interface Summary
Addressable The superclass of all objects of JavaFrame that are addressable.
 

Class Summary
ActiveObject An ActiveObject represents the behaving elements of the JavaFrame systems
Composite A composite of ActiveObjects collected in a list.
CompositeState CompositeState is a State with inner States.
Database A class that is a sketch of how a simple database e.g. for routing could be stuctured.
MailBox The message queue concept This concept is not intended for JavaFrame users, but only for JavaFrame
Mediator The superclass of those objects that represent the concrete message interfaces between ActiveObjects
Message Defines the asynchronous messages that is passed within our javaframe systems
MessageGUI Creates a user interface to input messages to a JavaFrame application.
MultiCastMediator a MultiCastMediator is a Mediator that replicates the received Message and sends it to all its outgoing connections (which are organized in a list)
OutputEdgeMediator  
Router A Router is a special StateMachine that performs routing of Messages to one in a list of Mediators.
RouterMediator The RouterMediator has a Router state machine associated.
Scheduler The scheduling process.
SimpleIdRouterMediator  
SimpleRouterMediator A SimpleRouterMediator is a superclass of Mediators that overrides the forward method and thus defines how the routing should go.
StartMessage This is the Message used to indicate a Start transition.
State The class for the singular States of the StateMachines.
StateMachine The StateMachine is a finite State machine that is executed by the associated Scheduler
TimedSocket This class offers a timeout feature on socket connections.
TimedSocket.SocketThread  
TimerMsg A class to include Timers into the JavaFrame machinery.
Trace This object produces Trace information to file or stream for one scheduler.