org.jfox.ejb
Class StatefulInvokerChain

java.lang.Object
  extended byorg.jfox.ejb.plugin.InvokerChain
      extended byorg.jfox.ejb.StatefulInvokerChain

public class StatefulInvokerChain
extends InvokerChain


Field Summary
 
Fields inherited from class org.jfox.ejb.plugin.InvokerChain
invokers
 
Constructor Summary
StatefulInvokerChain()
           
 
Method Summary
static StatefulInvokerChain getInstance()
           
 java.lang.Object invokeBean(Bucket bucket, Invocation invocation)
           
 java.lang.Object invokeHome(Bucket bucket, Invocation invocation)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.jfox.ejb.plugin.InvokerChain
addInvoker, nextInvokeBean, nextInvokeHome, removeInvoker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulInvokerChain

public StatefulInvokerChain()
Method Detail

getInstance

public static StatefulInvokerChain getInstance()

invokeHome

public java.lang.Object invokeHome(Bucket bucket,
                                   Invocation invocation)
                            throws java.lang.Exception
Specified by:
invokeHome in class InvokerChain
Throws:
java.lang.Exception

invokeBean

public java.lang.Object invokeBean(Bucket bucket,
                                   Invocation invocation)
                            throws java.lang.Exception
Specified by:
invokeBean in class InvokerChain
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)