org.jnp.server
Class NamingServer_Stub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
          extended by org.jnp.server.NamingServer_Stub
All Implemented Interfaces:
Serializable, Remote, Naming

public final class NamingServer_Stub
extends RemoteStub
implements Naming

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
NamingServer_Stub(RemoteRef ref)
           
 
Method Summary
 void bind(Name $param_Name_1, Object $param_Object_2, String $param_String_3)
           
 Context createSubcontext(Name $param_Name_1)
           
 Collection list(Name $param_Name_1)
           
 Collection listBindings(Name $param_Name_1)
           
 Object lookup(Name $param_Name_1)
           
 void rebind(Name $param_Name_1, Object $param_Object_2, String $param_String_3)
           
 void unbind(Name $param_Name_1)
           
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamingServer_Stub

public NamingServer_Stub(RemoteRef ref)
Method Detail

bind

public void bind(Name $param_Name_1,
                 Object $param_Object_2,
                 String $param_String_3)
          throws RemoteException,
                 NamingException
Specified by:
bind in interface Naming
Throws:
RemoteException
NamingException

createSubcontext

public Context createSubcontext(Name $param_Name_1)
                         throws RemoteException,
                                NamingException
Specified by:
createSubcontext in interface Naming
Throws:
RemoteException
NamingException

list

public Collection list(Name $param_Name_1)
                throws RemoteException,
                       NamingException
Specified by:
list in interface Naming
Throws:
RemoteException
NamingException

listBindings

public Collection listBindings(Name $param_Name_1)
                        throws RemoteException,
                               NamingException
Specified by:
listBindings in interface Naming
Throws:
RemoteException
NamingException

lookup

public Object lookup(Name $param_Name_1)
              throws RemoteException,
                     NamingException
Specified by:
lookup in interface Naming
Throws:
RemoteException
NamingException

rebind

public void rebind(Name $param_Name_1,
                   Object $param_Object_2,
                   String $param_String_3)
            throws RemoteException,
                   NamingException
Specified by:
rebind in interface Naming
Throws:
RemoteException
NamingException

unbind

public void unbind(Name $param_Name_1)
            throws RemoteException,
                   NamingException
Specified by:
unbind in interface Naming
Throws:
RemoteException
NamingException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.