org.jfox.ejb.plugin
Class B5_EJBOperationInvoker
java.lang.Object
org.jfox.ejb.plugin.AbstractInvoker
org.jfox.ejb.plugin.B5_EJBOperationInvoker
- All Implemented Interfaces:
- java.lang.Comparable, Invoker
- public class B5_EJBOperationInvoker
- extends AbstractInvoker
执行在 EJBObject 和 EJBHome 中定义的方法
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
B5_EJBOperationInvoker
public B5_EJBOperationInvoker()
invokeHome
public java.lang.Object invokeHome(Bucket bucket,
Invocation invocation,
java.util.Iterator iter)
throws java.lang.Exception
- Description copied from interface:
Invoker
- 执行 invokeHome 方法
- Specified by:
invokeHome in interface Invoker- Overrides:
invokeHome in class AbstractInvoker
- Throws:
java.lang.Exception
invokeBean
public java.lang.Object invokeBean(Bucket bucket,
Invocation invocation,
java.util.Iterator iter)
throws java.lang.Exception
- Description copied from interface:
Invoker
- 执行 invokeBean 方法
- Specified by:
invokeBean in interface Invoker- Overrides:
invokeBean in class AbstractInvoker
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)