impl
, to the JRMP runtime and
returns a proxy (stub) for the remote object.null
if activation is not being used with this
exporter.null
if none (in which case Socket
objects
are created directly).ClientHost
interface whose
getClientHost
method
returns the client host if the current thread is handling a JRMP
remote call, or null
otherwise.null
if none (in which case
java.net.ServerSocket
objects are created directly).JrmpExporter
contains the information necessary to export a
single remote object to the
JRMP runtime.Exporter
implementation,
JrmpExporter
, that can be used to export
and unexport activatable and non-activatable
JRMP remote objects.export
method such that the object can no longer
accept incoming remote calls that were possible as a result of
exporting via this exporter.Copyright © 2016–2018. All rights reserved.