Hi all,
I am a bit confused about the meaning/purpose/responsibilities of the following
classes:
ServiceDispatcher/GenericDispatcher/LocalDispatcher/DispatchContext
Would any of you help me understand the role of each of these classes? They all
see rather intermingled in terms of responsibilities.
For example, what is the purpose of creating two instances with different names
of a dispatcher associated to the same delegator:
LocalDispatcher dispatcher = GenericDispatcher.getLocalDispatcher("entity-" +
delegator.getDelegatorName(), delegator);
and
LocalDispatcher thisDispatcher =
GenericDispatcher.getLocalDispatcher(delegator.getDelegatorName(), delegator);
?
Thanks,
Jacopo