Prev Next

Java / RMI

Different layers of RMI architecture.

Stub and skeleton layer is responsible for intercepting method calls on the client interface and redirect it to remote RMI service method.

Remote reference layer manages and interprets the references from client to remote objects.

Transport layer is based on TCP/IP protocol and provides connection to 2 machines in a network and enables JVM to JVM connectivity to participate in RMI calls.

More Related questions...

Show more question and Answers...


Comments & Discussions