org.objectweb.dsrg.sofa.deployment.util
Class SOFAAppShutter

java.lang.Object
  extended by org.objectweb.dsrg.sofa.deployment.util.SOFAAppShutter
All Implemented Interfaces:
SOFAAppShuttingContext

public class SOFAAppShutter
extends java.lang.Object
implements SOFAAppShuttingContext


Constructor Summary
SOFAAppShutter(java.lang.String appID)
           
 
Method Summary
 void shutdownApp()
          Shuts down the sofa application with everything needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOFAAppShutter

public SOFAAppShutter(java.lang.String appID)
Method Detail

shutdownApp

public void shutdownApp()
Description copied from interface: SOFAAppShuttingContext
Shuts down the sofa application with everything needed.

Specified by:
shutdownApp in interface SOFAAppShuttingContext