| Author |
java.rmi.Naming.Lookup Problems
|
Nolan Evans
Greenhorn
Joined: Nov 01, 2005
Posts: 9
|
|
I want to extend functionality of java.rmi.Naming.lookup() so when lookup is called from client, it will wrap the stub and do additional functionalities. So I make a new class called Naming with a method lookup that has this functionalities. But, I don't know how to enforce client to use my Naming class instead of the default java.rmi.Naming. Any suggestions?
|
 |
 |
|
|
subject: java.rmi.Naming.Lookup Problems
|
|
|