com.ibm.btt.invoker
Interface Invoker
- All Known Implementing Classes:
- AbstractInvoker, EJBInvoker, JMSInvoker, POJOInvoker, WSDynamicInvoker, WSProxyInvoker
public interface Invoker
This class provide interface for all BTT operation
Each invoker will implements following 4 activities
execute for synchronized operation
schedule for a scheduled operation
sendAndReceive for synchronized operation for asynchronized event with timeout
sendAndCallBack for an callbackinterface
Method Summary |
java.lang.Object |
execute(java.lang.Object[] objs)
|
java.lang.Object |
execute(java.lang.Object[] objs,
CallBackPoint cb,
long timeout)
|
java.lang.Object |
execute(java.lang.Object[] objs,
long timeout)
|
execute
java.lang.Object execute(java.lang.Object[] objs)
throws java.lang.Exception
- Throws:
java.lang.Exception
execute
java.lang.Object execute(java.lang.Object[] objs,
long timeout)
throws java.lang.Exception
- Throws:
java.lang.Exception
execute
java.lang.Object execute(java.lang.Object[] objs,
CallBackPoint cb,
long timeout)
throws java.lang.Exception
- Throws:
java.lang.Exception
(c) Copyright IBM Corporation 1998, 2011