RMI Executor Nodes Settings
The Execution Types node (on the Project Settings dialog) has six subnodes
for execution modes that are related to RMI:
-
RMI Executor
-
RMI Unicast Export (debug)
-
RMI Client Executor
-
RMI Unicast Export
-
RMI Client Executor (debug)
-
RMI Executor (debug)
Each of these nodes represents a slightly different execution mode for
RMI programs. When you generate a class with the RMI templates or the RMI
wizard, one of these execution modes is specified for it. You can see the
execution mode that has been specified for a class by looking at the class's
property sheet. (The property sheet's Execution tab has an Executor property.)
When you run a class, its Executor property is used to start the Java virtual
mahine in which the class will run.
The settings for each of these Executor nodes define one execution environment.
Properties Tab
External Process
A java command with appropriate parameters for RMI execution.
When you run a class, this command is used to start the Java virtual machine
in which the class will run. Each of the RMI executor nodes has a slightly
different set of parameters.
Identifying Name
This name represents the execution mode defined by the settings. Each of
the RMI executor nodes has a different identifying name. This is the name
the appears in the individual class Executor settings.
Expert Tab
Boot Class Path
Class path used to locate the java executable for running an RMI class.
Class path
The class path supplied to the process that runs the RMI class. Includes
the project directory you are working in and any other filesystems you
mounted for the project.
Filesystems IP URL
The HTTP address for the IDE's Filesystems node, using local host's IP
address.
Filesystems Path
Path for all Filesystems nodes, including filesystems that you have mounted.
Filesystems URL
The HTTP address for the IDE's Filesystems node, using local host's name.
Host IP
The IP address of the local host.
Internal HTTP Port
The port used by the IDE's internal HTTP server.
Library Path
Path for libraries available to the IDE, including any that you have mounted.
Working Directory
Working directory for the debugging process. Defaults to "null."
Legal Notices