Logo
IT Dienstleistungen

RMI

Bei der Remote Method Invocation, also dem „Aufruf entfernter Methoden“, handelt es sich um eine Java-basierte Lösung für den Aufruf einer Methode eines entfernten Java-Objekts und realisiert die Java-eigene Art des Remote Procedure Call.

RMI bezeichnet außerdem ein Kommunikationsprotokoll, das für entfernte Aufrufe zwischen Java-Objekten verwendet wird, und eine Java-Standard-Klassenbibliothek, mit der diese Aufrufe realisiert werden können. Diese Klassenbibliothek ist Teil der J2SE.

<blockquote>Java ME J2ME RMI Optional Package, (RMI OP); JSR 66

Developed through the Java Community Process (JCP), the RMI Optional Package (RMI OP) brings the world of distributed applications to consumer and embedded devices.

Long a feature of the Java 2 Platform, Standard Edition (J2SE), remote method invocation enables applications written in the Java programming language to interoperate in a transparent, flexible way, even when deployed on very different systems. With the advent of RMI OP, „very different systems“ now includes, not only desktop and server systems, but small handheld and embedded devices such as smart communicators and personal digital assistants. RMI OP is a subset of J2SE RMI that can be used on devices that support the Connected Device Configuration (CDC) of the Java 2 Platform, Mobile Edition (J2ME).<cite>http://java.sun.com/products/rmiop/</cite></blockquote>

http://java.sun.com/javase/technologies/core/basic/rmi/index.jsp


Seiten-Werkzeuge