org.ops4j.exec
Interface StoppableJavaRunner

All Superinterfaces:
JavaRunner
All Known Implementing Classes:
DefaultJavaRunner

public interface StoppableJavaRunner
extends JavaRunner

A JavaRunner that can be stopped.

Since:
0.16.1, December 9, 2008
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Method Summary
 void shutdown()
          Stops the started java platform.
 
Methods inherited from interface org.ops4j.exec.JavaRunner
exec, exec
 

Method Detail

shutdown

void shutdown()
Stops the started java platform.



Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.