org.ops4j.pax.runner.platform
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.pax.runner.platform.JavaRunner
exec
 

Method Detail

shutdown

void shutdown()
Stops the started java platform.



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