Uses of Interface
de.willuhn.boot.Bootable
-
Packages that use Bootable Package Description de.willuhn.boot 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 Bootable Modifier and Type Method Description <T extends Bootable>
TBootLoader. getBootable(java.lang.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 Bootable Modifier and Type Method Description Bootable
SkipServiceException. getBootable()
Liefert den Dienst, der den Fehler augeloest hat.Methods in de.willuhn.boot that return types with arguments of type Bootable Modifier and Type Method Description java.lang.Class<Bootable>[]
Bootable. depends()
Liste von Abhaengigkeiten in Form von Class-Objekten.Methods in de.willuhn.boot with parameters of type Bootable Modifier and Type Method Description void
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 Bootable Modifier and Type Method Description <T extends Bootable>
TBootLoader. getBootable(java.lang.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 Bootable Constructor Description SkipServiceException(Bootable bootable, java.lang.String message)
ct.SkipServiceException(Bootable bootable, java.lang.String message, java.lang.Throwable cause)
ct.
-