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, marshallerContext, session
 
Constructor Summary
HornetQHTWorkItemHandler(KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(String connectorName, KnowledgeRuntime session, OnErrorAction action)
           
 
Method Summary
 
Methods inherited from class org.jbpm.process.workitem.wsht.GenericHTWorkItemHandler
abortWorkItem, connect, dispose, executeWorkItem, getClient, getIpAddress, getPort, isConnected, isLocal, setClient, setIpAddress, setLocal, setPort
 
Methods inherited from class org.jbpm.process.workitem.wsht.AbstractHTWorkItemHandler
createTaskBasedOnWorkItemParams, createTaskContentBasedOnWorkItemParams, getMarshallerContext, setAction, setMarshallerContext
 
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(String connectorName,
                                KnowledgeRuntime session)

HornetQHTWorkItemHandler

public HornetQHTWorkItemHandler(KnowledgeRuntime session,
                                OnErrorAction action)

HornetQHTWorkItemHandler

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


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