de.danet.an.workflow.ejbs.util |
This package provides some utility EJBs.
@since V1.0
|
Java Source File Name | Type | Comment |
ApplInvokerEJB.java | Class | This class provides the message driven bean that handles tool
invocations.
The following diagram provides an overview of the invocation.
Setting log level to DEBUG will additionally output
the stack traces for the issued warning messages.
author: Michael N. |
EventHandlerEJB.java | Class | This class provides the MDB that handles the
WfAuditEvent s throws by the
WfExecutionObject s. |
QueuerEJB.java | Class | This class provides a method to queue an event in the internal
event queue or a tool invocation in the tool invocation queue. |
RedeliveryRequiredException.java | Class | This class defines an exception that can be used to signal to the
EventHandlerEJB EventHandlerEJB that an event
nust be redelivered. |