Top "Rmi" questions

Remote Method Invocation (RMI) is Java's object-oriented remote procedure call (RPC) mechanism.

Getting java.rmi.UnmarshalException: unrecognized method hash: method not supported by remote object

I am new to RMI technology. When I am running the rmi client program, I am getting the exception : java.…

java exception rmi unmarshalling
How to set JMX remote port system environment parameters through java code for remote monitoring?

I have a program which requires dynamically (i.e. at run time) opening an available socket and start a JMX …

java rmi jmx
Illegal remote method in java

It's the first time I use java Rmi*. I have a custom class which extends UnicastRemoteObject and implements an interface …

java rmi runtime-error illegalargumentexception
rmi vs servlets vs sockets

what is the difference between socket programming, rmi and Servlets. When to use what?

java sockets servlets rmi
RMI vs REST Service

We are developing a service for our portal / web client developed using JSF . My advice was to expose the service …

java rest rmi
How to have JMX bind to a specific interface?

I am currently starting my Java VM with the com.sun.management.jmxremote.* properties so that I can connect to …

java rmi jmx jconsole
Using JAVA RMI in Android application

I've read lots of threads about this issue, and i couldnt see a 'real' solution for it. I made a …

java android rmi
How to close rmiregistry running on particular port?

I am working on Java RMI. I am having little issue with running my rmiregistry on port 2028 as I already …

java linux rmi rmiregistry
What is the difference between Java RMI and JMS?

When designing an distributed application in Java there seem to be a few technologies that address the same kind of …

java jakarta-ee jms rmi distributed-system
Java RMI : What is the role of the stub-skeleton that are generated by the rmic compiler

I am currently learning Java RMI (Remote Method Invocation), and I followed the tutorial provided by Oracle on it´s …

java rmi distributed