java.lang.Object
java.rmi.Naming
- See Also:
- Top Examples, Source Code,
Registry
,
LocateRegistry
,
LocateRegistry.createRegistry(int)
public static void bind(String name,
Remote obj)
throws AlreadyBoundException,
MalformedURLException,
RemoteException
- See Also:
- AccessException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static String[] list(String name)
throws RemoteException,
MalformedURLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Remote lookup(String name)
throws NotBoundException,
MalformedURLException,
RemoteException
- See Also:
- AccessException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void rebind(String name,
Remote obj)
throws RemoteException,
MalformedURLException
- See Also:
- AccessException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void unbind(String name)
throws RemoteException,
NotBoundException,
MalformedURLException
- See Also:
- AccessException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples