org.jbpm.process.workitem.wsht
Class AsyncMinaHTWorkItemHandler
java.lang.Object
org.jbpm.process.workitem.wsht.AbstractHTWorkItemHandler
org.jbpm.process.workitem.wsht.AsyncGenericHTWorkItemHandler
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
Methods inherited from class org.jbpm.process.workitem.wsht.AsyncGenericHTWorkItemHandler |
abortWorkItem, connect, dispose, executeWorkItem, getClassLoader, getClient, getIpAddress, getPort, isConnected, isLocal, setClassLoader, setClient, setIpAddress, setLocal, setPort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncMinaHTWorkItemHandler
public AsyncMinaHTWorkItemHandler(KnowledgeRuntime session)
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)
getConnectorName
public String getConnectorName()
setConnectorName
public void setConnectorName(String connectorName)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.