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