Class PluginServiceService

  • All Implemented Interfaces:
    de.willuhn.boot.Bootable

    public class PluginServiceService
    extends java.lang.Object
    implements de.willuhn.boot.Bootable
    Initialisiert die Services der Plugins. PS: Das ist ein haesslicher Klassen-Name ;)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginServiceService

        public PluginServiceService()
    • Method Detail

      • depends

        public java.lang.Class[] depends()
        Specified by:
        depends in interface de.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:
        init in interface de.willuhn.boot.Bootable
        Throws:
        de.willuhn.boot.SkipServiceException
        See Also:
        Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
      • getServiceFactory

        public ServiceFactory getServiceFactory()
        Liefert die aktuelle Service-Factory.
        Returns:
        die Service-Factory.
      • shutdown

        public void shutdown()
        Specified by:
        shutdown in interface de.willuhn.boot.Bootable
        See Also:
        Bootable.shutdown()