| Generic EJB Invoker function.
This function is used to invoke an EJB listener in a step. The EJB
must implement WorkflowListener if it's a remote session bean, or
WorkflowLocalListener if it's a local session bean.
It accepts a number of arguments, these are:
- ejb-home - The fully qualified class name of the EJB remote home interface
- ejb-local-home - The fully qualified class name of the local home interface
- ejb-jndi-location - The JNDI location of the ejb to invoke
Note that only one of ejb-home or ejb-local-home can be specified.
Also, please note that the entire set of properties will be passed through to the
constructor for InitialContext, meaning that if you need to use an
InintialContextFactory other than the default one, you are free to include arguments
that will do so.
author: Hani Suleiman version: $Revision: 1.2 $ version: Date: Apr 6, 2002 version: Time: 11:48:14 PM |