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: ServiceApplication.java,v 1.3 2005/12/03 14:38:29 ddimon Exp $
Method Summary |
void |
stopApplication()
This method should stop the application. |
stopApplication
public 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-2005 Dmitry Olshansky. All Rights Reserved.