|
|
|
|||||
|
Pass Object as payload
What's the best practice to pass a Java object as a payload? One way which I can think of is define an interface in the module and provide getters and setters to access the members. However, in this case every call to a getter or setter will result in a remote call.
Is there a better way to achieve this? Thanks, Ashfaq |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Object* add(Object servant, Identity id),can the servant be static object? | russule | Help Center | 2 | 06-23-2007 08:19 AM |
| How to pass complex C++ containers in ICE? | jvme | Help Center | 1 | 08-04-2005 06:30 PM |
| how to pass/receive value which I dont know at compilation time | kovacm | Help Center | 2 | 05-10-2005 06:35 PM |
| bug when pass a class by value | damingyipai | Bug Reports | 2 | 04-02-2004 03:51 AM |
| Semantics of pass by value for interface | chaukmean | Help Center | 2 | 11-27-2003 06:21 AM |