| Author |
CORBA - OBJECT_NOT_EXIST exception
|
Dan Murphy
Ranch Hand
Joined: Mar 29, 2005
Posts: 126
|
|
Hi, I'm writing a java CORBA client, using the Visibroker ORB. Sometimes when I call methods on the remote object references I get the following exception Is there some way that I can check beforehand whether this exception will be thrown, i.e. whether the remote object still exists? I thought that I could do it like this: But I've found that _non_existent() throws exceptions. Is there a better way to check for the state that causes an OBJECT_NOT_EXIST exception? Regards, Dan
|
SCJP, SCJD, SCWCD
|
 |
Tom Johnson
Ranch Hand
Joined: May 11, 2005
Posts: 142
|
|
Why not handle the exception and get a new reference when the exception occurs? /Tom
|
<a href="http://faq.javaranch.com/java/UseCodeTags" target="_blank" rel="nofollow">Use Code Tags!!</a>
|
 |
 |
|
|
subject: CORBA - OBJECT_NOT_EXIST exception
|
|
|