FileDocCategorySizeDatePackage
PUMatchingEMandEMFRefTest.javaAPI DocGlassfish v2 API3213Fri May 04 22:34:10 BST 2007com.sun.enterprise.tools.verifier.tests.web

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.WebBundleDescriptorgetBundleDescriptor(com.sun.enterprise.deployment.Descriptor descriptor)

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

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

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