@Service(name="Ejb")
@Singleton
public class EjbSniffer
extends org.glassfish.internal.deployment.GenericSniffer
| Constructor and Description |
|---|
EjbSniffer() |
EjbSniffer(String containerName,
String appStigma,
String urlPattern) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
getAnnotationTypes() |
String[] |
getContainersNames() |
protected List<String> |
getDeploymentConfigurationPaths()
Returns the descriptor paths that might exist at an ejb app.
|
String[] |
getIncompatibleSnifferTypes() |
boolean |
handles(org.glassfish.api.deployment.archive.ReadableArchive location)
Returns true if the passed file or directory is recognized by this
instance.
|
boolean |
isJavaEE() |
boolean |
isUserVisible() |
boolean |
supportsArchiveType(org.glassfish.api.deployment.archive.ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
public String[] getContainersNames()
public boolean handles(org.glassfish.api.deployment.archive.ReadableArchive location)
handles in interface org.glassfish.api.container.Snifferhandles in class org.glassfish.internal.deployment.GenericSnifferlocation - the file or directory to explorepublic Class<? extends Annotation>[] getAnnotationTypes()
getAnnotationTypes in interface org.glassfish.api.container.SniffergetAnnotationTypes in class org.glassfish.internal.deployment.GenericSnifferpublic boolean isUserVisible()
isUserVisible in interface org.glassfish.api.container.SnifferisUserVisible in class org.glassfish.internal.deployment.GenericSnifferpublic boolean isJavaEE()
isJavaEE in interface org.glassfish.api.container.SnifferisJavaEE in class org.glassfish.internal.deployment.GenericSnifferpublic String[] getIncompatibleSnifferTypes()
getIncompatibleSnifferTypes in interface org.glassfish.api.container.SniffergetIncompatibleSnifferTypes in class org.glassfish.internal.deployment.GenericSnifferpublic boolean supportsArchiveType(org.glassfish.api.deployment.archive.ArchiveType archiveType)
archiveType - the archive type to checkCopyright © 2017–2020 Eclipse Foundation. All rights reserved.