de.willuhn.boot.Bootable
public class TransportService
extends java.lang.Object
implements de.willuhn.boot.Bootable
Constructor | Description |
---|---|
TransportService() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class<de.willuhn.boot.Bootable>[] |
depends() |
|
Transport |
getTransport(java.net.URL url) |
Liefert die Transport-Implementierung fuer die URL.
|
void |
init(de.willuhn.boot.BootLoader arg0,
de.willuhn.boot.Bootable arg1) |
|
void |
shutdown() |
public java.lang.Class<de.willuhn.boot.Bootable>[] depends()
depends
in interface de.willuhn.boot.Bootable
Bootable.depends()
public void init(de.willuhn.boot.BootLoader arg0, de.willuhn.boot.Bootable arg1) 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 void shutdown()
shutdown
in interface de.willuhn.boot.Bootable
Bootable.shutdown()
public Transport getTransport(java.net.URL url) throws de.willuhn.util.ApplicationException
url
- URL.de.willuhn.util.ApplicationException