Thanx...
So, regardless of whether I implement my Server code to retain state or not, all client "lookup"s for the remote object will be handled by the same object instance? In fact, to answer my own question, the instance that will be handling the calls is the one that was given to the .rebind(...) call during server startup/registration. If I choose to implement state (as the incrementValue() and getValue() methods could be used) maintainence then the state would be kept.
That being said, I have one more closely related question... is there any from the server side to identify the client that invoking me (client IP address, PID, etc...) or is the server object unable to distinguish this?
Thanx again...