|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Addressable in se.ericsson.eto.norarc.javaframe |
Classes in se.ericsson.eto.norarc.javaframe that implement Addressable | |
class |
Mediator
The superclass of those objects that represent the concrete message interfaces between ActiveObject s |
class |
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) |
class |
OutputEdgeMediator
|
class |
Router
A Router is a special StateMachine that performs routing of Message s to one in a list of Mediator s. |
class |
RouterMediator
The RouterMediator has a Router state machine associated. |
class |
SimpleIdRouterMediator
|
class |
SimpleRouterMediator
A SimpleRouterMediator is a superclass of Mediators that overrides the forward method
and thus defines how the routing should go.
|
class |
StateMachine
The StateMachine is a finite State machine that is executed by the associated Scheduler |
Fields in se.ericsson.eto.norarc.javaframe declared as Addressable | |
Addressable |
Mediator.address
|
Methods in se.ericsson.eto.norarc.javaframe that return Addressable | |
Addressable |
Mediator.getAddress()
Return the value of the address reference |
Methods in se.ericsson.eto.norarc.javaframe with parameters of type Addressable | |
void |
SimpleRouterMediator.addAddress(Addressable newMediator)
Add another address to the list of addressing targets |
void |
SimpleRouterMediator.removeAddress(Addressable med)
Removes the specified {link Mediator} from the mediatorList. |
void |
SimpleIdRouterMediator.removeAddress(Addressable a)
|
void |
RouterMediator.addAddress(Addressable newMediator)
Adds the specified Mediator to the mediatorList. |
void |
Router.addAddress(Addressable newMediator)
Adds a Mediator to the list of routing targets. |
void |
OutputEdgeMediator.addAddress(Addressable adr)
|
void |
MultiCastMediator.addAddress(Addressable newMediator)
Adds the specified {link Mediator} to the mediatorList. |
void |
MultiCastMediator.removeAddress(Addressable med)
Removes the specified {link Mediator} from the mediatorList. |
void |
Mediator.addAddress(Addressable newAddress)
Sets the address of this Mediator to the given value. |
void |
Mediator.removeAddress(Addressable med)
Removes the specified {link Mediator} |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |