org.glassfish.extras.grizzly
Class GrizzlyAdapterSniffer

java.lang.Object
  extended by org.glassfish.internal.deployment.GenericSniffer
      extended by org.glassfish.extras.grizzly.GrizzlyAdapterSniffer
All Implemented Interfaces:
Sniffer

@Service(name="grizzly")
public class GrizzlyAdapterSniffer
extends GenericSniffer
implements Sniffer

Sniffs raw grizzly adapters in jar files

Author:
Jerome Dochez

Field Summary
 
Fields inherited from class org.glassfish.internal.deployment.GenericSniffer
modulesRegistry
 
Constructor Summary
GrizzlyAdapterSniffer()
           
 
Method Summary
 String[] getContainersNames()
           
 
Methods inherited from class org.glassfish.internal.deployment.GenericSniffer
equals, getAnnotationTypes, getDeploymentConfigurationPaths, getDeploymentConfigurations, getIncompatibleSnifferTypes, getModuleType, getURLPatterns, handles, 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, getDeploymentConfigurations, getIncompatibleSnifferTypes, getModuleType, getURLPatterns, handles, isUserVisible, setup, tearDown
 

Constructor Detail

GrizzlyAdapterSniffer

public GrizzlyAdapterSniffer()
Method Detail

getContainersNames

public String[] getContainersNames()
Specified by:
getContainersNames in interface Sniffer


Copyright © 2012 GlassFish Community. All Rights Reserved.