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.distributedMethods in xdevs.core.simulation.distributed that return MessageDistributed Modifier and Type Method Description MessageDistributedSimulatorDistributed. interpreter(MessageDistributed md)This function interprets the message and executes the command.MessageDistributedPingMessage. ping()Send the message and receive the response.Methods in xdevs.core.simulation.distributed with parameters of type MessageDistributed Modifier and Type Method Description MessageDistributedSimulatorDistributed. 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.
 
-