@Contract
public interface SnifferManager
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.api.container.Sniffer |
getSniffer(String name)
Return a sniffer instance based on its registered name
|
Collection<org.glassfish.api.container.Sniffer> |
getSniffers()
Returns all the presently registered sniffers
|
Collection<org.glassfish.api.container.Sniffer> |
getSniffers(org.glassfish.api.deployment.DeploymentContext context)
Returns a collection of sniffers that recognized some parts of the
passed archive as components their container handle.
|
Collection<org.glassfish.api.container.Sniffer> |
getSniffers(org.glassfish.api.deployment.DeploymentContext context,
List<URI> uris,
org.glassfish.hk2.classmodel.reflect.Types types) |
boolean |
hasNoSniffers()
Returns true if no sniffer/container is registered in the habitat.
|
org.glassfish.api.container.Sniffer getSniffer(String name)
name - the sniffer service registration nameboolean hasNoSniffers()
Collection<org.glassfish.api.container.Sniffer> getSniffers()
Collection<org.glassfish.api.container.Sniffer> getSniffers(org.glassfish.api.deployment.DeploymentContext context)
context - the deployment contextCollection<org.glassfish.api.container.Sniffer> getSniffers(org.glassfish.api.deployment.DeploymentContext context, List<URI> uris, org.glassfish.hk2.classmodel.reflect.Types types)
Copyright © 2014. All rights reserved.