public class PluginServiceService
extends java.lang.Object
implements de.willuhn.boot.Bootable
| Constructor and Description |
|---|
PluginServiceService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class[] |
depends() |
ServiceFactory |
getServiceFactory()
Liefert die aktuelle Service-Factory.
|
void |
init(de.willuhn.boot.BootLoader loader,
de.willuhn.boot.Bootable caller) |
void |
shutdown() |
public java.lang.Class[] depends()
depends in interface de.willuhn.boot.BootableBootable.depends()public void init(de.willuhn.boot.BootLoader loader,
de.willuhn.boot.Bootable caller)
throws de.willuhn.boot.SkipServiceException
init in interface de.willuhn.boot.Bootablede.willuhn.boot.SkipServiceExceptionBootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)public ServiceFactory getServiceFactory()
public void shutdown()
shutdown in interface de.willuhn.boot.BootableBootable.shutdown()