Package de.willuhn.jameica.services
Class HostnameVerifierService
- java.lang.Object
-
- de.willuhn.jameica.services.HostnameVerifierService
-
- All Implemented Interfaces:
de.willuhn.boot.Bootable
public class HostnameVerifierService extends java.lang.Object implements de.willuhn.boot.BootableInitialisiert den Hostname-Verifier.
-
-
Constructor Summary
Constructors Constructor Description HostnameVerifierService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class[]depends()voidinit(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller)voidshutdown()
-
-
-
Method Detail
-
depends
public java.lang.Class[] depends()
- Specified by:
dependsin interfacede.willuhn.boot.Bootable- See Also:
Bootable.depends()
-
init
public void init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller) throws de.willuhn.boot.SkipServiceException- Specified by:
initin interfacede.willuhn.boot.Bootable- Throws:
de.willuhn.boot.SkipServiceException- See Also:
Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfacede.willuhn.boot.Bootable- See Also:
Bootable.shutdown()
-
-