KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > UnicastRemoteObject

java.rmi.server
Class UnicastRemoteObject

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
All Implemented Interfaces:
Serializable, Remote
Direct Known Subclasses:
ActivationGroup
See Also:
Top Examples, Source Code, RemoteObjectInvocationHandler, Proxy, StubNotFoundException, RemoteRef, RemoteStub, UnicastRemoteObject.exportObject(Remote)

public Object clone()
             throws CloneNotSupportedException
See Also:
Cloneable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static RemoteStub exportObject(Remote obj)
                               throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Remote exportObject(Remote obj,
                                  int port)
                           throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Remote exportObject(Remote obj,
                                  int port,
                                  RMIClientSocketFactory csf,
                                  RMIServerSocketFactory ssf)
                           throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean unexportObject(Remote obj,
                                     boolean force)
                              throws NoSuchObjectException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected UnicastRemoteObject()
                       throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected UnicastRemoteObject(int port)
                       throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected UnicastRemoteObject(int port,
                              RMIClientSocketFactory csf,
                              RMIServerSocketFactory ssf)
                       throws RemoteException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags