|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Message s to one in a list of Mediator s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |