Hi,
I have a preliminary RMI Question.I have a class which has all static
methods.This class needs to be accessed from a different JVM than where it
resides.I have tried to look up the documentaion of RMI.However all
implementations indicate that the instance handle of the object needs to be
registered for the client to do a lookup.
Can someone please tell me how to implement this class such that I could
register it.Can a static class be accessed remotely..??
Implementing the class as a SINGLETON produces a problem that the handle is
meant for internal use and hence is not available for registering the same.
Even pointers would be highly appreciated.
Regards
SANJAY
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".