venue clients and observers

Robert Olson olson at mcs.anl.gov
Mon Mar 29 17:03:03 CST 2004


Not sure; I need to see what the existing handle error stuff does, this 
feels a little different. (what it takes is an exxception object, and 
returns a boolean that specifies whether or not the call shoudl be retried).

--bob

At 05:01 PM 3/29/2004, Thomas D. Uram wrote:
>There's a HandleError method in the observer.  If you define an error 
>class, you can trigger the VenueClientUI to handle it appropriately.
>Does that satisfy what your after?
>
>Tom
>
>Robert Olson wrote:
>
>>So I'm looking at adding the functionality where an failed invocation 
>>through a VenueIW will trigger a callback to the app if it's an 
>>exception  that can be handled by some certmgr interaction with the user.
>>
>>The notification ends up happening in a fault handler method in the 
>>VenueClient object (that was registered as the fault handler on the 
>>VenueIW). I need to get the invocation thru to the venue client UI and 
>>eventually to the gui cert mgmt stuff.
>>
>>At first blush, it seems I should be able to use an observer on the venue 
>>client. It looks like for this, I'd need to add another method to 
>>VenueObserver and its subclasses - does that fit with your design model?
>>
>>--bob
>>




More information about the ag-dev mailing list