de.willuhn.boot.Bootable
public class MessagingService
extends java.lang.Object
implements de.willuhn.boot.Bootable
Constructor | Description |
---|---|
MessagingService() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class[] |
depends() |
|
MessagingFactory |
getMessagingFactory() |
Liefert die aktuelle MessagingFactory.
|
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.Bootable
Bootable.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.Bootable
de.willuhn.boot.SkipServiceException
Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
public MessagingFactory getMessagingFactory()
public void shutdown()
shutdown
in interface de.willuhn.boot.Bootable
Bootable.shutdown()