org.jfox.ejb.plugin
Class Z5_SessionInvoker

java.lang.Object
  extended byorg.jfox.ejb.plugin.AbstractInvoker
      extended byorg.jfox.ejb.plugin.Z5_SessionInvoker
All Implemented Interfaces:
java.lang.Comparable, Invoker

public class Z5_SessionInvoker
extends AbstractInvoker

一般是最后一个 invoker invokeHome: 生成 EJBObject 的 invoker invokeBean: 执行实际的方法


Field Summary
 
Fields inherited from class org.jfox.ejb.plugin.AbstractInvoker
logger
 
Constructor Summary
Z5_SessionInvoker()
           
 
Method Summary
 java.lang.Object invokeBean(Bucket bucket, Invocation invocation, java.util.Iterator iter)
          执行 invokeBean 方法
 java.lang.Object invokeHome(Bucket bucket, Invocation invocation, java.util.Iterator iter)
          执行 invokeHome 方法
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jfox.ejb.plugin.AbstractInvoker
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Z5_SessionInvoker

public Z5_SessionInvoker()
Method Detail

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)