verinec.netsim.processors.applications
Class PingUDPServer
java.lang.Object
desmoj.core.simulator.NamedObject
desmoj.core.simulator.ModelComponent
desmoj.core.simulator.Schedulable
desmoj.core.simulator.Entity
desmoj.core.simulator.SimProcess
desmoj.core.simulator.NetSimProcess
verinec.netsim.processors.applications.AbstractApplication
verinec.netsim.processors.applications.PingUDPServer
public class PingUDPServer
- extends AbstractApplication
Server for UDP exchange.
Could be linked with the generic-service of the configuration schema.
For now, you use an input event to create the service.
- Version:
- $Revision: 594 $
- Author:
- Dominik Jungo
| Methods inherited from class desmoj.core.simulator.NetSimProcess |
activate, activateAfter, activateBefore, canCooperate, clearInterruptCode, cooperate, getInterruptCode, getMaster, getSlaveWaitQueue, getSupervisor, getUsedResources, hold, interrupt, isBlocked, isComponent, isInterrupted, isTerminated, obtainResources, passivate, prepareTransport, reActivate, resetMaster, returnAllResources, returnResources, setBlocked, setSlaveWaitQueue, setSupervisor |
| Methods inherited from class desmoj.core.simulator.Entity |
getPriority, isEqual, isLarger, isLargerOrEqual, isNotEqual, isSimProcess, isSmaller, isSmallerOrEqual, numQueues, schedule, scheduleAfter, scheduleBefore, setPriority |
| Methods inherited from class desmoj.core.simulator.ModelComponent |
current, currentEntity, currentEvent, currentModel, currentSimProcess, currentTime, debugIsOn, debugOff, debugOn, epsilon, getModel, isExperimentCompatible, isModelCompatible, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOn |
PingUDPServer
public PingUDPServer(Model model,
Node node,
String arguments)
- creates a new ping server
- Parameters:
model - the network modelnode - the node where the application runsarguments - the arguments for ping
applicationLifeCycle
public void applicationLifeCycle()
- Description copied from class:
AbstractApplication
- runs the application
- Specified by:
applicationLifeCycle in class AbstractApplication
- See Also:
SimProcess.lifeCycle()