org.glassfish.persistence.jpa
Class JPACompositeSniffer

java.lang.Object
  extended by org.glassfish.internal.deployment.GenericSniffer
      extended by org.glassfish.persistence.jpa.JPASniffer
          extended by org.glassfish.persistence.jpa.JPACompositeSniffer
All Implemented Interfaces:
CompositeSniffer, Sniffer

@Service(name="jpaCompositeSniffer")
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class JPACompositeSniffer
extends JPASniffer
implements CompositeSniffer

Sniffer handling ears

Author:
Mitesh Meswani

Field Summary
 
Fields inherited from class org.glassfish.internal.deployment.GenericSniffer
modulesRegistry
 
Constructor Summary
JPACompositeSniffer()
           
 
Method Summary
 boolean handles(DeploymentContext context)
          Decides whether we have any pu roots at ear level
 
Methods inherited from class org.glassfish.persistence.jpa.JPASniffer
getContainersNames, handles, scanForPURootsInLibDir
 
Methods inherited from class org.glassfish.internal.deployment.GenericSniffer
equals, getAnnotationTypes, getDeploymentConfigurationPaths, getDeploymentConfigurations, getIncompatibleSnifferTypes, getModuleType, getURLPatterns, hashCode, isUserVisible, setup, tearDown
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.glassfish.api.container.Sniffer
getAnnotationTypes, getContainersNames, getDeploymentConfigurations, getIncompatibleSnifferTypes, getModuleType, getURLPatterns, handles, isUserVisible, setup, tearDown
 

Constructor Detail

JPACompositeSniffer

public JPACompositeSniffer()
Method Detail

handles

public boolean handles(DeploymentContext context)
Decides whether we have any pu roots at ear level

Specified by:
handles in interface CompositeSniffer


Copyright © 2012 GlassFish Community. All Rights Reserved.