Host Server Firewall tab

Use this tab to update the TCP/IP and net address translation port settings.

The Java Remote Method Invocation Application Programming Interface (API), or Java RMI, is a Java API that performs the object-oriented equivalent of remote procedure calls (RPC). It does this with support for direct transfer of serialized Java objects and distributed garbage collection.

The original implementation depends on Java Virtual Machine (JVM) class representation mechanisms and thus it only supports making calls from one JVM to another. The protocol underlying this Java-only implementation is known as Java Remote Method Protocol (JRMP).

To support code running in a non-JVM context, a CORBA version was later developed. Usage of the term RMI may denote solely the programming interface. It could also signify both the API and JRMP. The term RMI-IIOP, read as RMI over IIOP, denotes the RMI interface delegating most of the functionality to the supporting CORBA implementation.