org.jbpm.process.workitem.wsht
Class CommandBasedWSHumanTaskHandler

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

Deprecated.

@Deprecated
public class CommandBasedWSHumanTaskHandler
extends Object
implements WorkItemHandler


Constructor Summary
CommandBasedWSHumanTaskHandler()
          Deprecated.  
CommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
          Deprecated.  
CommandBasedWSHumanTaskHandler(KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
 
Method Summary
 void abortWorkItem(WorkItem workItem, WorkItemManager manager)
          Deprecated. The given work item should be aborted.
 void configureClient(TaskClient clientIn)
          Deprecated.  
 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 setConnection(String ipAddress, int port)
          Deprecated.  
 void setSession(KnowledgeRuntime session)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandBasedWSHumanTaskHandler

public CommandBasedWSHumanTaskHandler()
Deprecated. 

CommandBasedWSHumanTaskHandler

public CommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
Deprecated. 

CommandBasedWSHumanTaskHandler

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

setSession

public void setSession(KnowledgeRuntime session)
Deprecated. 

setConnection

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

configureClient

public void configureClient(TaskClient clientIn)
Deprecated. 

setAction

public void setAction(OnErrorAction action)
Deprecated. 

connect

public void connect()
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.