Uses of Interface
org.apache.jdo.ejb.EJBHelper

Packages that use EJBHelper
org.apache.jdo.ejb This package contains classes and interfaces for EJB support. 
 

Uses of EJBHelper in org.apache.jdo.ejb
 

Fields in org.apache.jdo.ejb declared as EJBHelper
(package private) static EJBHelper EJBImplHelper.myHelper
          Reference to a class that implements EJBHelper interface for this particular application server
 

Methods in org.apache.jdo.ejb with parameters of type EJBHelper
static void EJBImplHelper.registerEJBHelper(EJBHelper h)
          Register class that implements EJBHelper interface Should be called by a static method at class initialization time.