[JINI] Remote Object State Update
Hi
I know this is not the right forum as I am using JINI technology, but I think my question is related to underlying RMI structure.
I have a service that offers various methods. Once I discovery and get a remote service interface, I can actually use my methods but I have noticed that all the changes to the remote state are not being propagated to remote instance of my objects. I.E. when I use another client to get the reference, I always start with the "initial" state so I think all the methods invocation are local and not remote (or the state doesn't get updated)
Do you know what methods I should use to update state correctly?

