R

RAB · RACE · RADIUS · RAID · RAM · RAR · RARP · RBAC · RC2 · RC4 · RC5 · RC6 · RCE · RDBMS · RDD · RDDL · RDF · RDF/A · RDFQ · RDFS · RDF/XML · RDFa · RDQL · REL · RELAX · RELAX NG · REST · REXML · RFC · RGB · RIA · RIF · RIFF · RIP · RJ11 · RJ12 · RJ45 · RLE · RM · RMI · ROLAP · ROM · RPC · RS232 · RS422 · RS423 · RS485 · RSA · RSAC · RSACi · RSS · RSS1 · RSS2 · RSVP · RTCP · RTF · RTP · RTSP · RTTTL · Repeater · Rhino · Rijndael · RoR · Router · Ruby · RuleML

Webdret.net/glossary

RMI (Remote Method Invocation)

RMI is an RPC mechanism enabling Java programmers to create distributed applications, in which the methods of remote Java objects can be invoked from another JVM, possibly on a different host. A Java program can make a call on a remote object once it obtains a reference to the remote object, either by looking up the remote object in the bootstrap naming service provided by RMI, or by receiving the reference as an argument or a return value. A Client can call a remote object in a Server, and that Server can also be a Client of other remote objects. RMI uses object serialization to marshal and unmarshal parameters and does not truncate types, supporting true object-oriented polymorphism.

Type Associations

Additional Information

  • Topic Creation: 2000-06-15; HTML Creation: 2012-01-22, 07:00:09
  • Comments? Corrections? Updates? Please send Email!

1 2 3 4 5 6 7 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z