public class TransportService
extends java.lang.Object
implements de.willuhn.boot.Bootable
| Constructor and Description |
|---|
TransportService() |
| Modifier and Type | Method and 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.BootableBootable.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.Bootablede.willuhn.boot.SkipServiceExceptionBootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)public void shutdown()
shutdown in interface de.willuhn.boot.BootableBootable.shutdown()public Transport getTransport(java.net.URL url) throws de.willuhn.util.ApplicationException
url - URL.de.willuhn.util.ApplicationException