Uses of Class
se.ericsson.eto.norarc.javaframe.ActiveObject

Uses of ActiveObject in se.ericsson.eto.norarc.javaframe
 

Subclasses of ActiveObject in se.ericsson.eto.norarc.javaframe
 class Composite
          A composite of ActiveObjects collected in a list.
 class Router
          A Router is a special StateMachine that performs routing of Messages to one in a list of Mediators.
 class StateMachine
          The StateMachine is a finite State machine that is executed by the associated Scheduler
 

Methods in se.ericsson.eto.norarc.javaframe with parameters of type ActiveObject
 void Composite.addActiveObject(ActiveObject newActiveObject)
          Add an ActiveObject to the composite
 void Composite.removeActiveObject(ActiveObject oldActiveObject)
          Removes oldActiveObject from the composite's containment list and removes all links to the mediators of oldActiveObject.