get rmiaddress

Description

Retrieves the address of Remote Method Invocation (RMI) service. RMI enables an object running in one Java virtual machine (VM) to invoke methods on an object running in another Java VM. RMI provides remote communication between programs written in Java.

RMS provides client applications the ability to register callback routines that are executed when a specific event occurs. The RMS provides asynchronous callbacks using the remote RMI feature.

Syntax

get rmiaddress

Parameters

rmiaddress

Returns the server and port used for RMI service.

Examples

Example 1

Retrieves the address of the RMI service:

get rmiaddress

Rmi Address
--------------------
rmi://redtail:9999/

Usage

get rmiaddress returns the address of the RMI service.