runtime.starter
Class MPJRun

java.lang.Object
  extended by runtime.starter.MPJRun

public class MPJRun
extends java.lang.Object


Constructor Summary
MPJRun(java.lang.String[] args)
          Every thing is being inside this constructor :-)
 
Method Summary
 void finish()
          This method cleans up the device environments, closes the selectors, serverSocket, and all the other socketChannels
static void main(java.lang.String[] args)
          Entry point to the class
 void readMachineFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPJRun

public MPJRun(java.lang.String[] args)
       throws java.lang.Exception
Every thing is being inside this constructor :-)

Throws:
java.lang.Exception
Method Detail

readMachineFile

public void readMachineFile()
                     throws java.lang.Exception
Throws:
java.lang.Exception

finish

public void finish()
This method cleans up the device environments, closes the selectors, serverSocket, and all the other socketChannels


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Entry point to the class

Throws:
java.lang.Exception