JPF 0.10

Uses of Interface
org.java.plugin.boot.Application

Packages that use Application
org.java.plugin.boot This package contains helper classes to start/stop JPF based applications. 
 

Uses of Application in org.java.plugin.boot
 

Subinterfaces of Application in org.java.plugin.boot
 interface ServiceApplication
          This is "marker" interface to represent a service style application that may be started and stopped.
 

Methods in org.java.plugin.boot that return Application
 Application DefaultApplicationInitializer.initApplication(BootErrorHandler errorHandler, java.lang.String[] args)
          Initializes application.
protected abstract  Application ApplicationPlugin.initApplication(ExtendedProperties config, java.lang.String[] args)
          This method should instantiate and configure application instance that will then be started.
 Application ApplicationInitializer.initApplication(BootErrorHandler errorHandler, java.lang.String[] args)
          This method should configure and initialize an application instance to be started.
 

Methods in org.java.plugin.boot with parameters of type Application
static void Boot.stopApplication(Application application)
          Stops the application, shuts down plug-in manager and disposes log service.
 


JPF 0.10

Copyright © 2004-2005 Dmitry Olshansky. All Rights Reserved.