[omniORB] OmniORB Exception interceptor

Макс Лапшин max at maxidoors.ru
Tue Apr 4 15:09:39 BST 2006


I have the following situation:

server marks some objects with timestamp (one, global for all objects).  
Client must track the last timestamp
and provide it via interceptor each call. When timestamp changes,  
notification is sent to all.
If client does not update timestamp, it get exception:  InvalidTimestamp  
with the right timestamp.

It would be great, if possible to intercept all exceptions, going from  
server to recognize there InvalidTimestamp,
change the timestamp to right one and repeat the call right from  
interceptor (or some other proxy).

Client uses OmniORB, server uses TAO. Is it possible?



More information about the omniORB-list mailing list