com.ibm.btt.invoker.pojo
Class POJOInvoker
java.lang.Object
com.ibm.btt.invoker.AbstractInvoker
com.ibm.btt.invoker.pojo.POJOInvoker
- All Implemented Interfaces:
- Invoker
- Direct Known Subclasses:
- EJBInvoker, WSProxyInvoker
public class POJOInvoker
- extends AbstractInvoker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected BTTLog logger
beanName
protected java.lang.String beanName
method
protected java.lang.String method
POJOInvoker
public POJOInvoker()
getBeanName
public java.lang.String getBeanName()
- Returns:
setBeanName
public void setBeanName(java.lang.String beanName)
- Parameters:
beanName
-
getMethod
public java.lang.String getMethod()
- Returns:
setMethod
public void setMethod(java.lang.String method)
- Parameters:
method
-
execute
public java.lang.Object execute(java.lang.Object[] objs)
throws java.lang.Exception
- Throws:
java.lang.Exception
prepareInstance
protected Target prepareInstance(Target it)
throws java.lang.Exception
- Throws:
java.lang.Exception
beforeExecute
protected Target beforeExecute(Target it)
throws java.lang.Exception
- Throws:
java.lang.Exception
afterExecute
protected Target afterExecute(Target it)
throws java.lang.Exception
- Throws:
java.lang.Exception
schedule
public InvokerTimerTask schedule(java.lang.Object[] objs,
java.util.Date time)
throws java.lang.Exception
- Throws:
java.lang.Exception
execute
public java.lang.Object execute(java.lang.Object[] objs,
long timeout)
throws java.lang.Exception
- Throws:
java.lang.Exception
execute
public InvokerTimerTask execute(java.lang.Object[] objs,
CallBackPoint cb,
long timeout)
throws java.lang.Exception
- Throws:
java.lang.Exception
(c) Copyright IBM Corporation 1998, 2009