|
All Packages Class Hierarchy This Package Previous Next Index Class java.rmi.server.UnicastRemoteObjectjava.lang.Object | +----java.rmi.server.RemoteObject | +----java.rmi.server.RemoteServer | +----java.rmi.server.UnicastRemoteObject
Objects that require remote behavior should extend RemoteObject, typically via UnicastRemoteObject. If UnicastRemoteObject is not extended, the implementation class must then assume the responsibility for the correct semantics of the hashCode, equals, and toString methods inherited from the Object class, so that they behave appropriately for remote objects.
UnicastRemoteObjectprotected UnicastRemoteObject() throws RemoteException
clonepublic Object clone() throws CloneNotSupportedException
public static RemoteStub exportObject(Remote obj) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |