[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: draft Java-api-12



At 08:43 AM 11/28/00 -0800, Rob Weltman wrote:
>It might be better instead to eliminate the current unsolicited notification methods and instead have methods to add and remove listeners for usolicited notifications. The implementation can then discard unsolicited notifications if there are no listeners. For example (I haven't thought this through completely yet): 

When using the low level ("asynchronous") API, unsolicited
notifications can (and should) be handled just like any other
response message.  I do agree that the higher level ("synchronous")
API which needs some reworking.