IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.invoker.ejb
Class EJBInvoker

java.lang.Object
  extended by com.ibm.btt.invoker.AbstractInvoker
      extended by com.ibm.btt.invoker.pojo.POJOInvoker
          extended by com.ibm.btt.invoker.ejb.EJBInvoker
All Implemented Interfaces:
Invoker

public class EJBInvoker
extends POJOInvoker


Field Summary
protected  java.lang.String eJBHome
           
protected  java.lang.String eJBLocation
           
protected  java.lang.String initialContext
           
protected  java.lang.String jNDI
           
protected  BTTLog logger
           
 
Fields inherited from class com.ibm.btt.invoker.pojo.POJOInvoker
beanName, method
 
Fields inherited from class com.ibm.btt.invoker.AbstractInvoker
invokerId, parameters
 
Constructor Summary
EJBInvoker()
           
 
Method Summary
 java.lang.Object execute(java.lang.Object[] objs)
           
 java.lang.String getEJBLocation()
          getEJBLocation
 java.lang.String getInitialContext()
           
 java.lang.String getJNDI()
          JNDI of EJB home
 void setEJBLocation(java.lang.String location)
          setEJBLocation for example : iiop://9.181.84.117:2809
 void setInitialContext(java.lang.String initialContext)
           
 void setJNDI(java.lang.String jndi)
          set JNDI of EJB home
 
Methods inherited from class com.ibm.btt.invoker.pojo.POJOInvoker
afterExecute, beforeExecute, execute, execute, getBeanName, getMethod, prepareInstance, schedule, setBeanName, setMethod
 
Methods inherited from class com.ibm.btt.invoker.AbstractInvoker
getId, getParameters, setId, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eJBHome

protected java.lang.String eJBHome

initialContext

protected java.lang.String initialContext

jNDI

protected java.lang.String jNDI

eJBLocation

protected java.lang.String eJBLocation

logger

protected BTTLog logger
Constructor Detail

EJBInvoker

public EJBInvoker()
Method Detail

execute

public java.lang.Object execute(java.lang.Object[] objs)
                         throws java.lang.Exception
Specified by:
execute in interface Invoker
Overrides:
execute in class POJOInvoker
Throws:
java.lang.Exception

getEJBLocation

public java.lang.String getEJBLocation()
getEJBLocation

Returns:
See Also:
setEJBLocation(String)

setEJBLocation

public void setEJBLocation(java.lang.String location)
setEJBLocation for example : iiop://9.181.84.117:2809

Parameters:
location -

getInitialContext

public java.lang.String getInitialContext()
Returns:

setInitialContext

public void setInitialContext(java.lang.String initialContext)
Parameters:
initialContext -

getJNDI

public java.lang.String getJNDI()
JNDI of EJB home

Returns:

setJNDI

public void setJNDI(java.lang.String jndi)
set JNDI of EJB home


IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011