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

    Constructors
    Constructor
    Description
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EjbType

      public EjbType()
      Deprecated, for removal: This API element is subject to removal in a future version.