org.opa.module
Class AppRestarter

java.lang.Object
  extended byorg.opa.module.AppRestarter
All Implemented Interfaces:
java.lang.Runnable

public class AppRestarter
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
AppRestarter()
          Creates a new instance of AppRestarter
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppRestarter

public AppRestarter()
Creates a new instance of AppRestarter

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable