Uses of Interface
org.glassfish.api.container.Sniffer
-
-
Uses of Sniffer in com.sun.enterprise.connectors.connector.module
Classes in com.sun.enterprise.connectors.connector.module that implement Sniffer Modifier and Type Class Description classConnectorSnifferSniffer for detecting resource-adapter modules -
Uses of Sniffer in com.sun.enterprise.deployment.archivist
Method parameters in com.sun.enterprise.deployment.archivist with type arguments of type Sniffer Modifier and Type Method Description List<ExtensionsArchivist>ArchivistFactory. getExtensionsArchivists(Collection<Sniffer> sniffers, ArchiveType moduleType)Gets all the classes for processing parts of a specified archive -
Uses of Sniffer in com.sun.enterprise.security.ee
Classes in com.sun.enterprise.security.ee that implement Sniffer Modifier and Type Class Description classSecuritySnifferSecuritySniffer for security related activities -
Uses of Sniffer in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return Sniffer Modifier and Type Method Description SnifferSnifferManagerImpl. getSniffer(String appType)Methods in com.sun.enterprise.v3.server that return types with arguments of type Sniffer Modifier and Type Method Description Collection<? extends Sniffer>ApplicationLifecycle. getSniffers(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)Collection<Sniffer>SnifferManagerImpl. getSniffers()Returns all the presently registered sniffersCollection<Sniffer>SnifferManagerImpl. getSniffers(DeploymentContext context)Returns a collection of sniffers that recognized some parts of the passed archive as components their container handle.Collection<Sniffer>SnifferManagerImpl. getSniffers(DeploymentContext context, List<URI> uris, org.glassfish.hk2.classmodel.reflect.Types types)List<Sniffer>ApplicationLifecycle. getSniffersFromApp(Application app)Methods in com.sun.enterprise.v3.server with parameters of type Sniffer Modifier and Type Method Description protected Collection<EngineInfo>ApplicationLifecycle. setupContainer(Sniffer sniffer, Logger logger, DeploymentContext context)Collection<EngineInfo>ContainerStarter. startContainer(Sniffer sniffer)Method parameters in com.sun.enterprise.v3.server with type arguments of type Sniffer Modifier and Type Method Description ApplicationInfoApplicationLifecycle. deploy(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)Collection<? extends Sniffer>ApplicationLifecycle. getSniffers(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)voidApplicationLifecycle. initialize(ApplicationInfo appInfo, Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)Deployment.ApplicationDeploymentApplicationLifecycle. prepare(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)List<EngineInfo>ApplicationLifecycle. setupContainerInfos(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context)set up containers and prepare the sorted ModuleInfosvoidSnifferManagerImpl. validateSniffers(Collection<? extends Sniffer> snifferCol, DeploymentContext context) -
Uses of Sniffer in com.sun.enterprise.v3.services.impl
Methods in com.sun.enterprise.v3.services.impl with parameters of type Sniffer Modifier and Type Method Description voidSnifferAdapter. initialize(Sniffer sniffer, ContainerMapper mapper) -
Uses of Sniffer in fish.payara.microprofile.config.activation
Classes in fish.payara.microprofile.config.activation that implement Sniffer Modifier and Type Class Description classConfigSniffer -
Uses of Sniffer in fish.payara.microprofile.connector
Classes in fish.payara.microprofile.connector that implement Sniffer Modifier and Type Class Description classMicroProfileSniffer -
Uses of Sniffer in fish.payara.microprofile.faulttolerance.activation
Classes in fish.payara.microprofile.faulttolerance.activation that implement Sniffer Modifier and Type Class Description classFaultToleranceSniffer -
Uses of Sniffer in fish.payara.microprofile.healthcheck.activation
Classes in fish.payara.microprofile.healthcheck.activation that implement Sniffer Modifier and Type Class Description classHealthSniffer -
Uses of Sniffer in fish.payara.microprofile.jwtauth.activation
Classes in fish.payara.microprofile.jwtauth.activation that implement Sniffer Modifier and Type Class Description classJwtAuthSniffer -
Uses of Sniffer in fish.payara.microprofile.metrics.activation
Classes in fish.payara.microprofile.metrics.activation that implement Sniffer Modifier and Type Class Description classMetricsSniffer -
Uses of Sniffer in fish.payara.microprofile.openapi.activation
Classes in fish.payara.microprofile.openapi.activation that implement Sniffer Modifier and Type Class Description classOpenApiSniffer -
Uses of Sniffer in fish.payara.nucleus.hotdeploy
Method parameters in fish.payara.nucleus.hotdeploy with type arguments of type Sniffer Modifier and Type Method Description voidApplicationState. setSniffers(Collection<? extends Sniffer> sniffers)Sets the sniffers, If previous sniffers differs from current deployment sniffers then moduleInfo, and engineInfos cache staled. -
Uses of Sniffer in org.glassfish.appclient.server.connector
Classes in org.glassfish.appclient.server.connector that implement Sniffer Modifier and Type Class Description classAppClientSniffer -
Uses of Sniffer in org.glassfish.ejb.deployment.archive
Classes in org.glassfish.ejb.deployment.archive that implement Sniffer Modifier and Type Class Description classEjbSnifferImplementation of the Sniffer for the Ejb container. -
Uses of Sniffer in org.glassfish.extras.grizzly
Classes in org.glassfish.extras.grizzly that implement Sniffer Modifier and Type Class Description classGrizzlyAdapterSnifferSniffs raw grizzly adapters in jar files -
Uses of Sniffer in org.glassfish.extras.osgicontainer
Classes in org.glassfish.extras.osgicontainer that implement Sniffer Modifier and Type Class Description classOSGiSnifferSniffer for OSGi bundles -
Uses of Sniffer in org.glassfish.internal.data
Methods in org.glassfish.internal.data that return Sniffer Modifier and Type Method Description SnifferEngineInfo. getSniffer()Returns the sniffer associated with this containerMethods in org.glassfish.internal.data that return types with arguments of type Sniffer Modifier and Type Method Description Collection<Sniffer>ApplicationInfo. getSniffers()Returns the list of sniffers that participated in loaded this applicationCollection<Sniffer>ModuleInfo. getSniffers()Returns the list of sniffers that participated in loaded this applicationList<Sniffer>ContainerRegistry. getStartedContainersSniffers()Constructors in org.glassfish.internal.data with parameters of type Sniffer Constructor Description EngineInfo(org.glassfish.hk2.api.ServiceHandle<T> container, Sniffer sniffer, ClassLoader cloader)Creates a new ContractProvider info with references to the container, the sniffer and the connector module implementing the ContractProvider/Deployer interfaces. -
Uses of Sniffer in org.glassfish.internal.deployment
Classes in org.glassfish.internal.deployment that implement Sniffer Modifier and Type Class Description classGenericSnifferGeneric implementation of the Sniffer service that can be programmatically instantiatedMethods in org.glassfish.internal.deployment that return Sniffer Modifier and Type Method Description SnifferSnifferManager. getSniffer(String name)Return a sniffer instance based on its registered nameMethods in org.glassfish.internal.deployment that return types with arguments of type Sniffer Modifier and Type Method Description Collection<? extends Sniffer>Deployment. getSniffers(ArchiveHandler archiveHandler, Collection<? extends Sniffer> sniffers, DeploymentContext context)Collection<Sniffer>SnifferManager. getSniffers()Returns all the presently registered sniffersCollection<Sniffer>SnifferManager. getSniffers(DeploymentContext context)Returns a collection of sniffers that recognized some parts of the passed archive as components their container handle.Collection<Sniffer>SnifferManager. getSniffers(DeploymentContext context, List<URI> uris, org.glassfish.hk2.classmodel.reflect.Types types)List<Sniffer>Deployment. getSniffersFromApp(Application app)Method parameters in org.glassfish.internal.deployment with type arguments of type Sniffer Modifier and Type Method Description ApplicationInfoDeployment. deploy(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)Collection<? extends Sniffer>Deployment. getSniffers(ArchiveHandler archiveHandler, Collection<? extends Sniffer> sniffers, DeploymentContext context)voidDeployment. initialize(ApplicationInfo appInfo, Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)Deployment.ApplicationDeploymentDeployment. prepare(Collection<? extends Sniffer> sniffers, ExtendedDeploymentContext context)List<EngineInfo>Deployment. setupContainerInfos(ArchiveHandler handler, Collection<? extends Sniffer> sniffers, DeploymentContext context) -
Uses of Sniffer in org.glassfish.internal.embedded
Methods in org.glassfish.internal.embedded that return types with arguments of type Sniffer Modifier and Type Method Description List<Sniffer>EmbeddedContainer. getSniffers()Returns the list of sniffers associated with this container. -
Uses of Sniffer in org.glassfish.javaee.full.deployment
Classes in org.glassfish.javaee.full.deployment that implement Sniffer Modifier and Type Class Description classEarSnifferEar sniffers snifs ear files. -
Uses of Sniffer in org.glassfish.kernel.embedded
Methods in org.glassfish.kernel.embedded that return types with arguments of type Sniffer Modifier and Type Method Description List<Sniffer>EmbeddedAdminCtrImpl. getSniffers() -
Uses of Sniffer in org.glassfish.persistence.jpaconnector
Classes in org.glassfish.persistence.jpaconnector that implement Sniffer Modifier and Type Class Description classJPACompositeSnifferSniffer handling earsclassJPASnifferImplementation of the Sniffer for JPA. -
Uses of Sniffer in org.glassfish.resources.connector
Classes in org.glassfish.resources.connector that implement Sniffer Modifier and Type Class Description classPayaraResourcesCompositeSnifferclassPayaraResourcesSnifferclassResourcesCompositeSnifferSniffer to detect glassfish-resources.xml(s) in composite archivesclassResourcesSnifferSniffer to detect glassfish-resources.xml in standalone archives -
Uses of Sniffer in org.glassfish.web.embed.impl
Methods in org.glassfish.web.embed.impl that return types with arguments of type Sniffer Modifier and Type Method Description List<Sniffer>WebContainerImpl. getSniffers()Returns the list of sniffers associated with this embedded container -
Uses of Sniffer in org.glassfish.web.sniffer
Classes in org.glassfish.web.sniffer that implement Sniffer Modifier and Type Class Description classWebSnifferImplementation of the Sniffer for the web container. -
Uses of Sniffer in org.glassfish.webservices.connector
Classes in org.glassfish.webservices.connector that implement Sniffer Modifier and Type Class Description classWebServicesSnifferThis is the Sniffer for Webservices -
Uses of Sniffer in org.glassfish.weld.connector
Classes in org.glassfish.weld.connector that implement Sniffer Modifier and Type Class Description classWeldCompositeSnifferThis sniffer determines if there are any beans.xml at the ear level.classWeldSnifferImplementation of the Sniffer for Weld.
-