ninja.rmi.registry
Interface NinjaRegistry


public abstract interface NinjaRegistry
extends java.rmi.registry.Registry

NinjaRegistry is an interface extended from the Registry interface, acts as a registry for remote objects.


Fields inherited from class java.rmi.registry.Registry
REGISTRY_PORT
 
Method Summary
 void remove(java.lang.String name, java.rmi.Remote obj)
           
 
Methods inherited from interface java.rmi.registry.Registry
bind, list, lookup, rebind, unbind
 

Method Detail

remove

public void remove(java.lang.String name,
                   java.rmi.Remote obj)
            throws java.rmi.RemoteException