java > java.rmi > java.rmi.naming >

Class: java.rmi.Naming
    java.lang.Object
       java.rmi.Naming


public final class Naming extends Object


FIELDS:

CONSTRUCTORS:

METHODS:
public static void bind(String name, Remote obj)
Throws: AlreadyBoundException
Throws: MalformedURLException
Throws: RemoteException
Throws: AccessException

public static String[] list(String name)
Throws: MalformedURLException
Throws: RemoteException

public static Remote lookup(String name)
Throws: NotBoundException
Throws: RemoteException
Throws: AccessException
Throws: MalformedURLException

public static void rebind(String name, Remote obj)
Throws: MalformedURLException
Throws: RemoteException
Throws: AccessException

public static void unbind(String name)
Throws: NotBoundException
Throws: MalformedURLException
Throws: RemoteException
Throws: AccessException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net