org.java.plugin.boot
Interface ServiceApplication
- All Superinterfaces:
- Application
public interface ServiceApplication
- extends Application
This is "marker" interface to represent a service style application that
may be started and stopped.
- Version:
- $Id$
Method Summary |
void |
stopApplication()
This method should stop the application. |
stopApplication
void stopApplication()
throws java.lang.Exception
- This method should stop the application. Don't call this method directly,
use
Boot.stopApplication(Application)
instead.
- Throws:
java.lang.Exception
- if any error has occurred during application stopping
Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.