org.jbpm.process.workitem.java
Class JavaInvocationWorkItemHandler

java.lang.Object
  extended by org.jbpm.process.workitem.java.JavaInvocationWorkItemHandler
All Implemented Interfaces:
WorkItemHandler

public class JavaInvocationWorkItemHandler
extends Object
implements WorkItemHandler


Constructor Summary
JavaInvocationWorkItemHandler()
           
 
Method Summary
 void abortWorkItem(WorkItem arg0, WorkItemManager arg1)
           
 void executeWorkItem(WorkItem workItem, WorkItemManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaInvocationWorkItemHandler

public JavaInvocationWorkItemHandler()
Method Detail

executeWorkItem

public void executeWorkItem(WorkItem workItem,
                            WorkItemManager manager)
Specified by:
executeWorkItem in interface WorkItemHandler

abortWorkItem

public void abortWorkItem(WorkItem arg0,
                          WorkItemManager arg1)
Specified by:
abortWorkItem in interface WorkItemHandler


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.