org.jbpm.process.workitem.wsht
Class HornetQHTWorkItemHandler
java.lang.Object
org.jbpm.process.workitem.wsht.AbstractHTWorkItemHandler
org.jbpm.process.workitem.wsht.GenericHTWorkItemHandler
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
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)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getConnectorName
public String getConnectorName()
setConnectorName
public void setConnectorName(String connectorName)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.