org.jfox.ejb
Class SessionBeanMethod

java.lang.Object
  extended byorg.jfox.ejb.SessionBeanMethod

public class SessionBeanMethod
extends java.lang.Object

SessionBean 类的方法,用来实现对 session bean 得回调


Field Summary
static java.lang.reflect.Method EJBActivate
           
static java.lang.reflect.Method EJBPassivate
           
static java.lang.reflect.Method EJBRemove
           
static java.lang.reflect.Method SetSessionContext
           
 
Constructor Summary
SessionBeanMethod()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJBActivate

public static final java.lang.reflect.Method EJBActivate

EJBPassivate

public static final java.lang.reflect.Method EJBPassivate

EJBRemove

public static final java.lang.reflect.Method EJBRemove

SetSessionContext

public static final java.lang.reflect.Method SetSessionContext
Constructor Detail

SessionBeanMethod

public SessionBeanMethod()
Method Detail

main

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