Package biz.hammurapi.dispatch

Interface Summary
Dispatcher.Invocation Simple form of invocation used by dispatcher to chain invocations.
InvocationHandler Handler to invoke methods with one argument.
InvocationTarget Collection of invocation handlers.
ResultConsumer Consumes return values from invocations.
 

Class Summary
Dispatcher This class dispatches objects to invocation handlers which can accept them.
DispatchingVisitor Dispatches visited objects to visit- and leave- dispatchers.
IntrospectingInvocationTarget This class introspects an object passed to the constructor and creates invocation handlers for methods with one argument and the name provided in the constructor.
QueuingDispatcher This class puts results to a queue, which is processed by a worker.
 

Exception Summary
DispatchException Exception thrown by invocation handlers are wrapped into this exception and dispatched as return values.
 



Copyright © 2005 Hammurapi Group. All Rights Reserved.