| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorSniffer
Sniffer for detecting resource-adapter modules
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionsArchivist> |
ArchivistFactory.getExtensionsArchivists(Collection<Sniffer> sniffers,
ArchiveType moduleType)
Gets all the classes for processing parts of a specified archive
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecuritySniffer
SecuritySniffer for security related activities
|
| Modifier and Type | Method and Description |
|---|---|
Sniffer |
SnifferManagerImpl.getSniffer(String appType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Sniffer> |
SnifferManagerImpl.getSniffers()
Returns all the presently registered sniffers
|
Collection<? extends Sniffer> |
ApplicationLifecycle.getSniffers(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
Collection<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) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EngineInfo> |
ApplicationLifecycle.setupContainer(Sniffer sniffer,
Logger logger,
DeploymentContext context) |
Collection<EngineInfo> |
ContainerStarter.startContainer(Sniffer sniffer) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
ApplicationLifecycle.deploy(Collection<? extends Sniffer> sniffers,
ExtendedDeploymentContext context) |
Collection<? extends Sniffer> |
ApplicationLifecycle.getSniffers(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
void |
ApplicationLifecycle.initialize(ApplicationInfo appInfo,
Collection<? extends Sniffer> sniffers,
ExtendedDeploymentContext context) |
Deployment.ApplicationDeployment |
ApplicationLifecycle.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 ModuleInfos
|
void |
SnifferManagerImpl.validateSniffers(Collection<? extends Sniffer> snifferCol,
DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SnifferAdapter.initialize(Sniffer sniffer,
ContainerMapper mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppClientSniffer |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbSniffer
Implementation of the Sniffer for the Ejb container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyAdapterSniffer
Sniffs raw grizzly adapters in jar files
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSGiSniffer
Sniffer for OSGi bundles
|
| Modifier and Type | Method and Description |
|---|---|
Sniffer |
EngineInfo.getSniffer()
Returns the sniffer associated with this container
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Sniffer> |
ApplicationInfo.getSniffers()
Returns the list of sniffers that participated in loaded this
application
|
Collection<Sniffer> |
ModuleInfo.getSniffers()
Returns the list of sniffers that participated in loaded this
application
|
List<Sniffer> |
ContainerRegistry.getStartedContainersSniffers() |
| Constructor and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSniffer
Generic implementation of the Sniffer service that can be programmatically instantiated
|
| Modifier and Type | Method and Description |
|---|---|
Sniffer |
SnifferManager.getSniffer(String name)
Return a sniffer instance based on its registered name
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Sniffer> |
SnifferManager.getSniffers()
Returns all the presently registered sniffers
|
Collection<? extends Sniffer> |
Deployment.getSniffers(ArchiveHandler archiveHandler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
Collection<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) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
Deployment.deploy(Collection<? extends Sniffer> sniffers,
ExtendedDeploymentContext context) |
Collection<? extends Sniffer> |
Deployment.getSniffers(ArchiveHandler archiveHandler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
void |
Deployment.initialize(ApplicationInfo appInfo,
Collection<? extends Sniffer> sniffers,
ExtendedDeploymentContext context) |
Deployment.ApplicationDeployment |
Deployment.prepare(Collection<? extends Sniffer> sniffers,
ExtendedDeploymentContext context) |
List<EngineInfo> |
Deployment.setupContainerInfos(ArchiveHandler handler,
Collection<? extends Sniffer> sniffers,
DeploymentContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<Sniffer> |
EmbeddedContainer.getSniffers()
Returns the list of sniffers associated with this container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EarSniffer
Ear sniffers snifs ear files.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sniffer> |
EmbeddedAdminCtrImpl.getSniffers() |
| Modifier and Type | Class and Description |
|---|---|
class |
JPACompositeSniffer
Sniffer handling ears
|
class |
JPASniffer
Implementation of the Sniffer for JPA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PayaraResourcesCompositeSniffer |
class |
PayaraResourcesSniffer |
class |
ResourcesCompositeSniffer
Sniffer to detect glassfish-resources.xml(s) in composite archives
|
class |
ResourcesSniffer
Sniffer to detect glassfish-resources.xml in standalone archives
|
| Modifier and Type | Method and Description |
|---|---|
List<Sniffer> |
WebContainerImpl.getSniffers()
Returns the list of sniffers associated with this embedded container
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSniffer
Implementation of the Sniffer for the web container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebServicesSniffer
This is the Sniffer for Webservices
|
| Modifier and Type | Class and Description |
|---|---|
class |
WeldCompositeSniffer
This sniffer determines if there are any beans.xml at the ear level.
|
class |
WeldSniffer
Implementation of the Sniffer for Weld.
|
Copyright © 2019. All rights reserved.