org.jppf.startup
Interface JPPFDriverStartupSPI

All Superinterfaces:
JPPFStartup, Runnable

public interface JPPFDriverStartupSPI
extends JPPFStartup

This interface class represents objects that are run at server startup time.

More precisely, they are run just after the server MBeans have been registered.

Classes implementing this interface must have a public no-arg constructor and implement the run() method.

Server startup classes allow a developer to perform initializations at runtime, such as load specific APIs, create connection pools, subscribe to the monitoring MBeans notifications, etc. The range of applications is quite broad.

They are looked up by using the Service Provider Interface (SPI) lookup mechanism. For the SPI to find them, proceed as follows:

Author:
Laurent Cohen

Method Summary
 
Methods inherited from interface java.lang.Runnable
run
 



Copyright © 2005-2010 JPPF Team.