org.jfox.ejb
Class EJBObjectMethod

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

public class EJBObjectMethod
extends java.lang.Object


Field Summary
static java.lang.reflect.Method GetEJBHome
           
static java.lang.reflect.Method GetHandle
           
static java.lang.reflect.Method GetPrimaryKey
           
static java.lang.reflect.Method IsIdentical
           
static java.lang.reflect.Method Remove
           
 
Constructor Summary
EJBObjectMethod()
           
 
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

GetEJBHome

public static final java.lang.reflect.Method GetEJBHome

GetHandle

public static final java.lang.reflect.Method GetHandle

GetPrimaryKey

public static final java.lang.reflect.Method GetPrimaryKey

IsIdentical

public static final java.lang.reflect.Method IsIdentical

Remove

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

EJBObjectMethod

public EJBObjectMethod()
Method Detail

main

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