Package de.danet.an.workflow.domain

Examples of de.danet.an.workflow.domain.ToolInvocationFailedAuditEvent


     * @ejb.transaction type="Required"
     */
    public void handleToolInvocationFailed (ActivityUniqueKey act) {
        try {
            QueuerUtils.queue(queueConnectionFactory(), eventQueue(),
                              new ToolInvocationFailedAuditEvent (act));
        } catch (ResourceNotAvailableException e) {
            throw new IllegalStateException (e);
        }
    }
View Full Code Here

TOP

Related Classes of de.danet.an.workflow.domain.ToolInvocationFailedAuditEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.