Package org.java.plugin.boot
Interface ServiceApplication
- All Superinterfaces:
Application
This is "marker" interface to represent a service style application that
may be started and stopped.
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method should stop the application.Methods inherited from interface org.java.plugin.boot.Application
startApplication
-
Method Details
-
stopApplication
This method should stop the application. Don't call this method directly, useBoot.stopApplication(Application)
instead.- Throws:
Exception
- if any error has occurred during application stopping
-