com.ibm.task.api

Class HumanTaskManagerDelegateFactory

  1. java.lang.Object
  2. extended bycom.ibm.task.api.HumanTaskManagerDelegateFactory

  1. public class HumanTaskManagerDelegateFactory
  2. extends java.lang.Object
Factory to create a HumanTaskManagerDelegate object.
Since:
6.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
LOCAL_EJB
  1. static
  2. int
REMOTE_EJB

Method Summary

Modifier and Type Method and Description
  1. static
  2. HumanTaskManagerDelegate
getHumanTaskManagerDelegate(java.lang.String jndiName)
Returns the single instance of a remote HumanTaskManagerDelegate object.
  1. static
  2. HumanTaskManagerDelegate
getHumanTaskManagerDelegate(java.lang.String jndiName,int protocol)
Returns the single instance of a local or remote HumanTaskManagerDelegate object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

REMOTE_EJB

  1. public static final int REMOTE_EJB
See Also:

LOCAL_EJB

  1. public static final int LOCAL_EJB
See Also:

Method Detail

getHumanTaskManagerDelegate

  1. public static HumanTaskManagerDelegate getHumanTaskManagerDelegate( java.lang.String jndiName)
  2. throws CommunicationException
  3. javax.ejb.CreateException
  4. javax.naming.NamingException
Returns the single instance of a remote HumanTaskManagerDelegate object.
Parameters:
jndiName - The lookup name to access the Human Task Manager EJB API. Per default, a remote lookup is called.
Returns:
HumanTaskManagerDelegate The human task manager delegate object.
Throws:
javax.ejb.CreateException
javax.naming.NamingException

getHumanTaskManagerDelegate

  1. public static HumanTaskManagerDelegate getHumanTaskManagerDelegate( java.lang.String jndiName,
  2. int protocol)
  3. throws CommunicationException
  4. InvalidProtocolException
  5. javax.ejb.CreateException
  6. javax.naming.NamingException
Returns the single instance of a local or remote HumanTaskManagerDelegate object.
Parameters:
jndiName - The lookup name to access the Human Task Manager EJB API.
protocol - An indication whether a local or remote access is to be triggered. REMOTE_EJB denotes that a remote EJB access is to be triggered. LOCAL_EJB denotes that a local EJB access is to be triggered.
Returns:
HumanTaskManagerDelegate The human task manager delegate object.
Throws:
javax.ejb.CreateException
javax.naming.NamingException