org.jbpm.process.workitem.wsht
Class HornetQHTWorkItemHandler

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

public class HornetQHTWorkItemHandler
extends GenericHTWorkItemHandler

This class provides the default configurations for a HornetQ WorkItem Handler


Field Summary
 
Fields inherited from class org.jbpm.process.workitem.wsht.AbstractHTWorkItemHandler
action, eventHandlers, session
 
Constructor Summary
HornetQHTWorkItemHandler(KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
 
Method Summary
 String getConnectorName()
           
 void setConnectorName(String connectorName)
           
 
Methods inherited from class org.jbpm.process.workitem.wsht.GenericHTWorkItemHandler
abortWorkItem, connect, dispose, executeWorkItem, getClassLoader, getClient, getIpAddress, getPort, isConnected, isLocal, isOwningSessionOnly, registerTaskEvents, 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

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(KnowledgeRuntime session)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(KnowledgeRuntime session,
                                boolean owningSessionOnly)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(KnowledgeRuntime session,
                                OnErrorAction action)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(TaskService client,
                                KnowledgeRuntime session)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(TaskService client,
                                KnowledgeRuntime session,
                                boolean owningSessionOnly)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(TaskService client,
                                KnowledgeRuntime session,
                                OnErrorAction action)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(String connectorName,
                                TaskService client,
                                KnowledgeRuntime session,
                                OnErrorAction action)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(String connectorName,
                                TaskService 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.