|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JPPFDriverStartupSPI
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:
| Method Summary |
|---|
| Methods inherited from interface java.lang.Runnable |
|---|
run |
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||