This class provides an implementation of a
de.danet.an.workflow.omgcore.WfRequester WfRequester .
It class may be used directly if the events that are usually
delivered to a requester are of no interest.
If events are to be processed, DefaultRequester must
be subclassed with
DefaultRequester.receiveEvent receiveEvent overridden with the event handling code.
As an alternative to subclassing, a handler may be passed to the
DefaultRequester.DefaultRequester(WorkflowService,WfAuditHandler)constructor . Events will then be forwarded to the handler. This is
convenient in situation where the implementation of
WfAuditHandler WfAuditHandler already exists and a
subclass would only do the forwarding. Note that the reference to the
handler is transient .
author: version: $Revision: 1.2 $ |