All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ninja.rmi.registry.NinjaRegistryImpl

java.lang.Object
   |
   +----ninja.rmi.NinjaRemoteObject
           |
           +----ninja.rmi.registry.NinjaRegistryImpl

public class NinjaRegistryImpl
extends NinjaRemoteObject
implements Registry
NinjaRegistryImpl is an implementation of the Registry interface, and acts as a registry for remote objects.


Constructor Index

 o NinjaRegistryImpl()

Method Index

 o bind(String, Remote)
 o list()
 o lookup(String)
 o main(String[])
 o rebind(String, Remote)
 o unbind(String)

Constructors

 o NinjaRegistryImpl
 public NinjaRegistryImpl() throws RemoteException

Methods

 o lookup
 public Remote lookup(String name) throws RemoteException
 o bind
 public void bind(String name,
                  Remote obj) throws RemoteException
 o unbind
 public void unbind(String name) throws RemoteException
 o rebind
 public void rebind(String name,
                    Remote obj) throws RemoteException
 o list
 public String[] list() throws RemoteException
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index