FileDocCategorySizeDatePackage
AVKPersistenceUnitInfoImpl.javaAPI DocGlassfish v2 API3264Fri May 04 22:33:26 BST 2007com.sun.enterprise.tools.verifier.persistence

AVKPersistenceUnitInfoImpl

public class AVKPersistenceUnitInfoImpl extends com.sun.enterprise.server.PersistenceUnitInfoImpl
This class implements {@link javax.persistence.spi.PersistenceUnitInfo} It inherits most of the implementation from its super class, except the implementation that depends on runtime environment. See the details of methods overridden in this class.
author
Sanjeeb.Sahoo@Sun.COM

Fields Summary
Constructors Summary
public AVKPersistenceUnitInfoImpl(com.sun.enterprise.deployment.PersistenceUnitDescriptor persistenceUnitDescriptor, String applicationLocation, com.sun.enterprise.loader.InstrumentableClassLoader classLoader)

        super(persistenceUnitDescriptor, applicationLocation, classLoader);
    
Methods Summary
protected javax.sql.DataSource_getJtaDataSource()
For verification purpose, we don't need any data-source.

return

        return null;
    
protected javax.sql.DataSource_getNonJtaDataSource()
For verification purpose, we don't need any data-source.

return

        return null;