Uses of Class
xdevs.core.simulation.distributed.MessageDistributed
-
Packages that use MessageDistributed Package Description xdevs.core.simulation.distributed -
-
Uses of MessageDistributed in xdevs.core.simulation.distributed
Methods in xdevs.core.simulation.distributed that return MessageDistributed Modifier and Type Method Description MessageDistributed
SimulatorDistributed. interpreter(MessageDistributed md)
This function interprets the message and executes the command.MessageDistributed
PingMessage. ping()
Send the message and receive the response.Methods in xdevs.core.simulation.distributed with parameters of type MessageDistributed Modifier and Type Method Description MessageDistributed
SimulatorDistributed. interpreter(MessageDistributed md)
This function interprets the message and executes the command.Constructors in xdevs.core.simulation.distributed with parameters of type MessageDistributed Constructor Description PingMessage(MessageDistributed message)
Constructor for the ping message.PingMessage(MessageDistributed message, String destinationHost, int destinationPort)
Constructor for the ping message.
-