FileDocCategorySizeDatePackage
PUMatchingEMandEMFRefTest.javaAPI DocGlassfish v2 API3273Fri May 04 22:33:34 BST 2007com.sun.enterprise.tools.verifier.tests.ejb.ejb30

PUMatchingEMandEMFRefTest

public class PUMatchingEMandEMFRefTest extends com.sun.enterprise.tools.verifier.tests.AbstractPUMatchingEMandEMFRefTest
author
Sanjeeb.Sahoo@Sun.COM
see
AbstractPUMatchingEMRefTest

Fields Summary
Constructors Summary
Methods Summary
protected com.sun.enterprise.deployment.EjbBundleDescriptorgetBundleDescriptor(com.sun.enterprise.deployment.Descriptor descriptor)

        return EjbDescriptor.class.cast(descriptor).getEjbBundleDescriptor();
    
protected java.util.CollectiongetEntityManagerFactoryReferenceDescriptors(com.sun.enterprise.deployment.Descriptor descriptor)

        return EjbDescriptor.class.cast(descriptor)
                .getEntityManagerFactoryReferenceDescriptors();
    
protected java.util.CollectiongetEntityManagerReferenceDescriptors(com.sun.enterprise.deployment.Descriptor descriptor)

        return EjbDescriptor.class.cast(descriptor)
                .getEntityManagerReferenceDescriptors();