Re: need Help in reflect an RMI object
- From: "Rodrigo Zechin" <rodrigo.zr@xxxxxxxxx>
- Date: 28 Sep 2006 08:47:02 -0700
Man, don't try to use reflection on RMI objects, just create a getter
for the fields you want to retrieve and call the getter.
(you will need to add it in the interface:)
int getField() throws RemoteException;
RZR
fAnSKyer wrote:
I can call remote methods, but what I need is the values for the
variables? Can you tell me how to write a remote methods to get these
Variables? I doubt in this situation I have to use reflect?
Thanks a lot, FanS
.
- References:
- need Help in reflect an RMI object
- From: fAnSKyer
- Re: need Help in reflect an RMI object
- From: EJP
- Re: need Help in reflect an RMI object
- From: fAnSKyer
- need Help in reflect an RMI object
- Prev by Date: Re: Converting from old event model
- Next by Date: Re: more than one EJB container on one server
- Previous by thread: Re: need Help in reflect an RMI object
- Next by thread: .war file and external ressources
- Index(es):
Relevant Pages
|
|