net.tomp2p.simgrid
Class SimulationLoop

java.lang.Object
  extended by org.simgrid.msg.Process
      extended by net.tomp2p.simgrid.SimulationLoop
All Implemented Interfaces:
Runnable

public class SimulationLoop
extends org.simgrid.msg.Process


Field Summary
 
Fields inherited from class org.simgrid.msg.Process
args, bind, host, id, killTime, name, nextProcessId, pid, ppid, properties, startTime
 
Constructor Summary
SimulationLoop(org.simgrid.msg.Host host, String name, String[] args)
           
 
Method Summary
 void main(String[] args)
           
 
Methods inherited from class org.simgrid.msg.Process
create, currentProcess, fromPID, getHost, getPID, getPPID, isSuspended, kill, killAll, migrate, msgName, nativeInit, pause, restart, run, showArgs, sleep, sleep, start, waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationLoop

public SimulationLoop(org.simgrid.msg.Host host,
                      String name,
                      String[] args)
Method Detail

main

public void main(String[] args)
          throws org.simgrid.msg.MsgException
Specified by:
main in class org.simgrid.msg.Process
Throws:
org.simgrid.msg.MsgException


Copyright © 2012. All Rights Reserved.