Java java.rmi.server UnicastRemoteObject fields, constructors, methods, implement or subclass

Example usage for Java java.rmi.server UnicastRemoteObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.rmi.server UnicastRemoteObject.

The text is from its open source code.

Subclass

java.rmi.server.UnicastRemoteObject has subclasses.
Click this link to see all its subclasses.

Method

RemoteexportObject(Remote obj, int port)
Exports the remote object to make it available to receive incoming calls, using the particular supplied port.
RemoteexportObject(Remote obj, UnicastServerRef sref)
Exports the specified object using the specified server ref.
RemoteStubexportObject(Remote obj)
Exports the remote object to make it available to receive incoming calls using an anonymous port.
RemoteexportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory.
booleanunexportObject(Remote obj, boolean force)
Removes the remote object, obj, from the RMI runtime.