org.jbpm.process.workitem.wsht
Class AsyncMinaHTWorkItemHandler

java.lang.Object
  extended by org.jbpm.process.workitem.wsht.AbstractHTWorkItemHandler
      extended by org.jbpm.process.workitem.wsht.AsyncGenericHTWorkItemHandler
          extended by org.jbpm.process.workitem.wsht.AsyncMinaHTWorkItemHandler
All Implemented Interfaces:
WorkItemHandler

public class AsyncMinaHTWorkItemHandler
extends AsyncGenericHTWorkItemHandler

This class provides the default configurations for a Mina WorkItem Handler


Field Summary
 
Fields inherited from class org.jbpm.process.workitem.wsht.AbstractHTWorkItemHandler
action, eventHandlers, session
 
Constructor Summary
AsyncMinaHTWorkItemHandler(AsyncTaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncMinaHTWorkItemHandler(String connectorName, AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action)
           
AsyncMinaHTWorkItemHandler(String connectorName, AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
 
Method Summary
 String getConnectorName()
           
 void setConnectorName(String connectorName)
           
 
Methods inherited from class org.jbpm.process.workitem.wsht.AsyncGenericHTWorkItemHandler
abortWorkItem, connect, dispose, executeWorkItem, getClassLoader, getClient, getIpAddress, getPort, isConnected, isLocal, isOwningSessionOnly, setClassLoader, setClient, setIpAddress, setLocal, setOwningSessionOnly, setPort
 
Methods inherited from class org.jbpm.process.workitem.wsht.AbstractHTWorkItemHandler
createTaskBasedOnWorkItemParams, createTaskContentBasedOnWorkItemParams, setAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncMinaHTWorkItemHandler

public AsyncMinaHTWorkItemHandler(KnowledgeRuntime session)

AsyncMinaHTWorkItemHandler

public AsyncMinaHTWorkItemHandler(KnowledgeRuntime session,
                                  boolean owningSessionOnly)

AsyncMinaHTWorkItemHandler

public AsyncMinaHTWorkItemHandler(AsyncTaskService client,
                                  KnowledgeRuntime session,
                                  boolean owningSessionOnly)

AsyncMinaHTWorkItemHandler

public AsyncMinaHTWorkItemHandler(KnowledgeRuntime session,
                                  OnErrorAction action)

AsyncMinaHTWorkItemHandler

public AsyncMinaHTWorkItemHandler(String connectorName,
                                  AsyncTaskService client,
                                  KnowledgeRuntime session,
                                  OnErrorAction action)

AsyncMinaHTWorkItemHandler

public AsyncMinaHTWorkItemHandler(String connectorName,
                                  AsyncTaskService client,
                                  KnowledgeRuntime session,
                                  OnErrorAction action,
                                  ClassLoader classLoader)
Method Detail

getConnectorName

public String getConnectorName()

setConnectorName

public void setConnectorName(String connectorName)


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