de.willuhn.boot.Bootable
public class RegistryService
extends java.lang.Object
implements de.willuhn.boot.Bootable
Constructor | Description |
---|---|
RegistryService() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class[] |
depends() |
|
java.rmi.server.RMISocketFactory |
getSocketFactory() |
Liefert die aktuelle RMI-Socket-Factory.
|
void |
init(de.willuhn.boot.BootLoader loader,
de.willuhn.boot.Bootable caller) |
|
void |
rebind(java.lang.String name,
java.rmi.Remote remote) |
Bindet ein Remote-Objekt an die Registry.
|
void |
shutdown() |
|
void |
unbind(java.lang.String name) |
Entfernt ein Remote-Objekt aus der Registry.
|
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 void shutdown()
shutdown
in interface de.willuhn.boot.Bootable
Bootable.shutdown()
public void rebind(java.lang.String name, java.rmi.Remote remote) throws java.lang.Exception
name
- Lookup-Name.remote
- Instanz des Remote-Objektes.java.lang.Exception
public void unbind(java.lang.String name) throws java.lang.Exception
name
- der Lookup-Name.java.lang.Exception
public java.rmi.server.RMISocketFactory getSocketFactory()