Uses of Interface
de.willuhn.boot.Bootable
Packages that use Bootable
Package
Description
de.willuhn.boot ist ein kleines Framework zum Starten
von Diensten/Services angelehnt an das SysV-Bootkonzept
(bekannt aus Unix-Systemen).
-
Uses of Bootable in de.willuhn.boot
Methods in de.willuhn.boot with type parameters of type BootableModifier and TypeMethodDescriptionfinal <T extends Bootable>
TBootLoader.getBootable
(Class<? extends Bootable> target) Liefert den gewuenschten Dienst und bootet das System bei Bedarf bis genau zu diesem.Methods in de.willuhn.boot that return BootableModifier and TypeMethodDescriptionSkipServiceException.getBootable()
Liefert den Dienst, der den Fehler augeloest hat.Methods in de.willuhn.boot that return types with arguments of type BootableModifier and TypeMethodDescriptionBootable.depends()
Liste von Abhaengigkeiten in Form von Class-Objekten.Methods in de.willuhn.boot with parameters of type BootableModifier and TypeMethodDescriptionvoid
Bootable.init
(BootLoader loader, Bootable caller) Wird vom BootLoader aufgerufen, wenn der Dienst initialisiert werden soll.Method parameters in de.willuhn.boot with type arguments of type BootableModifier and TypeMethodDescriptionfinal <T extends Bootable>
TBootLoader.getBootable
(Class<? extends Bootable> target) Liefert den gewuenschten Dienst und bootet das System bei Bedarf bis genau zu diesem.Constructors in de.willuhn.boot with parameters of type BootableModifierConstructorDescriptionSkipServiceException
(Bootable bootable, String message) ct.SkipServiceException
(Bootable bootable, String message, Throwable cause) ct.