Class CallbackRegistry


  • public class CallbackRegistry
    extends Object
    Registry of active callbacks. When we receive a call back into the web interface, we strip off the context element and the remainder is a key into this registry.

    The saved or retrieved CallbackRegistryEntry has a connector id, a subscription and a flag indicating which end of the subscription called back. For example the full path might be:

    /synchcb/exchg/1234567890/

    and we remove "/synchcb/" to get "exchg/1234567890/".

    Author:
    Mike Douglass