org.jbpm.task.service.hornetq
Class CommandBasedHornetQWSHumanTaskHandler

java.lang.Object
  extended by org.jbpm.task.service.hornetq.CommandBasedHornetQWSHumanTaskHandler
All Implemented Interfaces:
WorkItemHandler

public class CommandBasedHornetQWSHumanTaskHandler
extends Object
implements WorkItemHandler


Constructor Summary
CommandBasedHornetQWSHumanTaskHandler(KnowledgeRuntime session)
           
 
Method Summary
 void abortWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be aborted.
 void connect()
           
 void dispose()
           
 void executeWorkItem(WorkItem workItem, WorkItemManager manager)
          The given work item should be executed.
 void setClient(TaskClient client)
           
 void setConnection(String ipAddress, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandBasedHornetQWSHumanTaskHandler

public CommandBasedHornetQWSHumanTaskHandler(KnowledgeRuntime session)
Method Detail

setConnection

public void setConnection(String ipAddress,
                          int port)

setClient

public void setClient(TaskClient client)

connect

public void connect()

executeWorkItem

public void executeWorkItem(WorkItem workItem,
                            WorkItemManager manager)
Description copied from interface: WorkItemHandler
The given work item should be executed.

Specified by:
executeWorkItem in interface WorkItemHandler
Parameters:
workItem - the work item that should be executed
manager - the manager that requested the work item to be executed

dispose

public void dispose()
             throws Exception
Throws:
Exception

abortWorkItem

public void abortWorkItem(WorkItem workItem,
                          WorkItemManager manager)
Description copied from interface: WorkItemHandler
The given work item should be aborted.

Specified by:
abortWorkItem in interface WorkItemHandler
Parameters:
workItem - the work item that should be aborted
manager - the manager that requested the work item to be aborted


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