Package de.willuhn.jameica.services
Class RegistryService
java.lang.Object
de.willuhn.jameica.services.RegistryService
- All Implemented Interfaces:
de.willuhn.boot.Bootable
Service, der die RMI-Registry startet.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegistryService
public RegistryService()
-
-
Method Details
-
depends
- Specified by:
depends
in interfacede.willuhn.boot.Bootable
- See Also:
-
init
public void init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller) throws de.willuhn.boot.SkipServiceException - Specified by:
init
in interfacede.willuhn.boot.Bootable
- Throws:
de.willuhn.boot.SkipServiceException
- See Also:
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfacede.willuhn.boot.Bootable
- See Also:
-
rebind
Bindet ein Remote-Objekt an die Registry.- Parameters:
name
- Lookup-Name.remote
- Instanz des Remote-Objektes.- Throws:
Exception
-
unbind
Entfernt ein Remote-Objekt aus der Registry.- Parameters:
name
- der Lookup-Name.- Throws:
Exception
-
getSocketFactory
Liefert die aktuelle RMI-Socket-Factory.- Returns:
- aktuelle RMI-Socket-Factory.
-