org.jfox.ejb
Class EJBHomeMethod

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

public class EJBHomeMethod
extends java.lang.Object


Field Summary
static java.lang.reflect.Method GetEJBMetaData
           
static java.lang.reflect.Method GetHomeHandle
           
static java.lang.reflect.Method RemoveByHandle
           
static java.lang.reflect.Method RemoveByPrimaryKey
           
 
Constructor Summary
EJBHomeMethod()
           
 
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

GetEJBMetaData

public static final java.lang.reflect.Method GetEJBMetaData

GetHomeHandle

public static final java.lang.reflect.Method GetHomeHandle

RemoveByHandle

public static final java.lang.reflect.Method RemoveByHandle

RemoveByPrimaryKey

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

EJBHomeMethod

public EJBHomeMethod()
Method Detail

main

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