public class RegistryService
extends java.lang.Object
implements de.willuhn.boot.Bootable
| Constructor and Description |
|---|
RegistryService() |
| Modifier and Type | Method and 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.BootableBootable.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.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 void rebind(java.lang.String name,
java.rmi.Remote remote)
throws java.lang.Exception
name - Lookup-Name.remote - Instanz des Remote-Objektes.java.lang.Exceptionpublic void unbind(java.lang.String name)
throws java.lang.Exception
name - der Lookup-Name.java.lang.Exceptionpublic java.rmi.server.RMISocketFactory getSocketFactory()