V
VisionSet
When my app starts it looks up the remote object, it doesn't do that again.
If the connection is dropped then I obviously get a NoSuchObjectException
for remote calls.
Is there any way to listen for the connection being dropped so I can attempt
to re-lookup my object?
I naturally catch all remote exceptions and I could obviously intercept the
NSOE there, but is there a cleaner way?
If the connection is dropped then I obviously get a NoSuchObjectException
for remote calls.
Is there any way to listen for the connection being dropped so I can attempt
to re-lookup my object?
I naturally catch all remote exceptions and I could obviously intercept the
NSOE there, but is there a cleaner way?