Interface Application

All Known Subinterfaces:
ClientApplication
All Known Implementing Classes:
AbstractApplication, AbstractClientApplication

public interface Application
This interface defines the API of the singleton Application that runs in a jDISC instance. An Application instance will always have its destroy() method called, regardless of whether start() or stop() threw any exceptions.
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called by the ApplicationLoader after first calling stop(), and all previous DeactivatedContainers have terminated.
    void
    This method is called by the ApplicationLoader just after creating this Application instance.
    void
    This method is called by the ApplicationLoader after the corresponding signal has been issued by the controlling start script.