Uses of Class
net.sodacan.core.jug.NormalMessage
Packages that use NormalMessage
Package
Description
This package contains most of the Interfaces of Sodacan.
A small island of compute sending and receiving messages to/from other Actors.
A Host manages ActorGroups.
The Scheduler for an ActorGroup is concerned with thread coordination.
-
Uses of NormalMessage in net.sodacan.core
Methods in net.sodacan.core with parameters of type NormalMessage -
Uses of NormalMessage in net.sodacan.core.actor
Methods in net.sodacan.core.actor with parameters of type NormalMessageModifier and TypeMethodDescriptionvoid
AbstractActor.callProcessMessage
(NormalMessage nm) Process one message in the actor which has already been realized, if needed.protected boolean
ActorEntry.normalMessage
(NormalMessage nm) -
Uses of NormalMessage in net.sodacan.core.host
Methods in net.sodacan.core.host with parameters of type NormalMessageModifier and TypeMethodDescriptionprotected void
AbstractHost.forwardToHost
(int hostNumber, NormalMessage nm) Figure our where the host is and send this message thereprotected void
AbstractHost.replicate
(int host, NormalMessage nm) protected boolean
AbstractHost.sendNormalMessage
(NormalMessage nm) -
Uses of NormalMessage in net.sodacan.core.scheduler
Methods in net.sodacan.core.scheduler with parameters of type NormalMessageModifier and TypeMethodDescriptionprotected void
DefaultScheduler.normalMessage
(NormalMessage nm)