org.jbpm.process.workitem.wsht
Class WSHumanTaskHandler

java.lang.Object
  extended by org.jbpm.process.workitem.wsht.WSHumanTaskHandler
All Implemented Interfaces:
WorkItemHandler
Direct Known Subclasses:
WSThroughJMSHumanTaskHandler

Deprecated.

@Deprecated
public class WSHumanTaskHandler
extends Object
implements WorkItemHandler


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

Constructor Detail

WSHumanTaskHandler

public WSHumanTaskHandler()
Deprecated. 

WSHumanTaskHandler

public WSHumanTaskHandler(KnowledgeRuntime session)
Deprecated. 

WSHumanTaskHandler

public WSHumanTaskHandler(OnErrorAction action)
Deprecated. 

WSHumanTaskHandler

public WSHumanTaskHandler(KnowledgeRuntime session,
                          OnErrorAction action)
Deprecated. 
Method Detail

setConnection

public void setConnection(String ipAddress,
                          int port)
Deprecated. 

setAction

public void setAction(OnErrorAction action)
Deprecated. 

setClient

public void setClient(TaskClient client)
Deprecated. 

connect

public void connect()
Deprecated. 

setManager

public void setManager(WorkItemManager manager)
Deprecated. 

executeWorkItem

public void executeWorkItem(WorkItem workItem,
                            WorkItemManager manager)
Deprecated. 
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
Deprecated. 
Throws:
Exception

abortWorkItem

public void abortWorkItem(WorkItem workItem,
                          WorkItemManager manager)
Deprecated. 
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.