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

    Modifier and Type
    Method
    Description
    void
    This method should stop the application.

    Methods inherited from interface org.java.plugin.boot.Application

    startApplication
  • Method Details