Class EjbType
java.lang.Object
org.glassfish.api.deployment.archive.ArchiveType
org.glassfish.api.deployment.archive.EjbArchiveType
org.glassfish.ejb.deployment.archive.EjbType
@Service(name="ejb")
@Singleton
@Deprecated(forRemoval=true,
since="7.0.3")
public class EjbType
extends org.glassfish.api.deployment.archive.EjbArchiveType
Deprecated, for removal: This API element is subject to removal in a future version.
This module is an Enterprise Java Bean archive.
Please note, a war containing EJBs is not of this type, because
those EJBs are components running in a web container,
- Author:
- sanjeeb.sahoo@oracle.com
-
Field Summary
Fields inherited from class org.glassfish.api.deployment.archive.EjbArchiveType
ARCHIVE_EXTENSION, ARCHIVE_TYPE, EJB_ARCHIVE -
Constructor Summary
ConstructorsConstructorDescriptionEjbType()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.glassfish.api.deployment.archive.ArchiveType
equals, getExtension, hashCode, toString
-
Constructor Details
-
EjbType
public EjbType()Deprecated, for removal: This API element is subject to removal in a future version.
-