| Thread | Last Post | Replies |
|
| Problem calling business method on EJB! Help!! | 28 Mar 2005 18:56 GMT | 1 |
I am posting this message with a different subject line because the previous one did not catch up (one more line added though). Please do not mind! I am experimenting with a very small (with just two business
|
| _var as returned value | 28 Mar 2005 02:50 GMT | 1 |
If my C++ function is to return an object reference, I always use _ptr as the returned type so that the caller takes over the ownership of the returned reference. If the caller does not want to keep it, it could always release the reference (or better yet, to copy the
|
| Sun's ORB and ORB policies | 27 Mar 2005 02:51 GMT | 1 |
I need to associate policies w/ an ORB or the remote objects that I reference from that ORB. Unfortunately, it seems that this is not supported in JDK142. Am I missing something or is there a way around this? Regards,
|
| Questions on TypeCode equals(...) and equivalent(...) methods | 23 Mar 2005 23:34 GMT | 1 |
I have a question about the methods equals(...) and equivalent(...) in the abstract class org.omg.CORBA.TypeCode. Could anyone tell me when do I use these methods i.e. when should I use equals(...) instead of equivalent(...) and how do I implement them accordingly.
|