Re: class name?
Bob Scheifler <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
> The > Jini ERI dynamic proxies will show the class name and also list all the > interfaces implemented by that dynamic proxy. It only shows the first interface implemented by the proxy. You may be better off calling proxy.getClass().getInterfaces() and picking the interface(s) you want directly. - Bob -------------------------------------------------------------------------- Getting Started: http://www.jini.org/wiki/Category:Getting_Started Community Web Site: http://jini.org jini-users Archive: http://archives.java.sun.com/archives/jini-users.html Unsubscribing: email "signoff JINI-USERS" to [email protected]