JGDMS Project 3.0-SNAPSHOT API Documentation

Skip navigation links
E G J N T U 

E

export(Remote) - Method in class net.jini.jrmp.JrmpExporter
Exports a remote object, impl, to the JRMP runtime and returns a proxy (stub) for the remote object.

G

getActivationID() - Method in class net.jini.jrmp.JrmpExporter
Returns the activation ID associated with the object exported by this exporter, or null if activation is not being used with this exporter.
getClientSocketFactory() - Method in class net.jini.jrmp.JrmpExporter
Returns the client socket factory for this exporter, or null if none (in which case Socket objects are created directly).
getPort() - Method in class net.jini.jrmp.JrmpExporter
Returns the port used by this exporter, or zero if an anonymous port is used.
getServerContext() - Method in class net.jini.jrmp.JrmpServerContext
Returns a server context collection containing an element that implements the ClientHost interface whose getClientHost method returns the client host if the current thread is handling a JRMP remote call, or null otherwise.
getServerSocketFactory() - Method in class net.jini.jrmp.JrmpExporter
Returns the server socket factory for this exporter, or null if none (in which case java.net.ServerSocket objects are created directly).

J

JrmpExporter - Class in net.jini.jrmp
A JrmpExporter contains the information necessary to export a single remote object to the JRMP runtime.
JrmpExporter() - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for a non-activatable JRMP "unicast" remote object that exports on an anonymous port and does not use custom socket factories.
JrmpExporter(int) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for a non-activatable JRMP "unicast" remote object that exports on the specified TCP port and does not use custom socket factories.
JrmpExporter(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for a non-activatable JRMP "unicast" remote object that exports on the specified TCP port and uses sockets created by the given custom socket factories.
JrmpExporter(ActivationID, int) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for an activatable JRMP remote object with the given activation ID that exports on the specified TCP port and does not use custom socket factories.
JrmpExporter(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for an activatable JRMP remote object with the given activation ID that exports on the specified TCP port and uses sockets created by the given custom socket factories.
JrmpServerContext - Class in net.jini.jrmp
Server context provider for remote objects exported via JRMP.
JrmpServerContext() - Constructor for class net.jini.jrmp.JrmpServerContext
 

N

net.jini.jrmp - package net.jini.jrmp
Provides an Exporter implementation, JrmpExporter, that can be used to export and unexport activatable and non-activatable JRMP remote objects.

T

toString() - Method in class net.jini.jrmp.JrmpExporter
Returns the string representation for this exporter.

U

unexport(boolean) - Method in class net.jini.jrmp.JrmpExporter
Unexports the remote object exported via this exporter's export method such that the object can no longer accept incoming remote calls that were possible as a result of exporting via this exporter.
E G J N T U 
Skip navigation links
Copyright ©, multiple authors.

Copyright © 2016–2018. All rights reserved.