Class EjbDeploymentMarker

java.lang.Object
org.jboss.as.server.deployment.EjbDeploymentMarker

public class EjbDeploymentMarker extends Object
Marks a DeploymentUnit as an EJB deployment.
Author:
Jaikiran Pai
  • Constructor Details

    • EjbDeploymentMarker

      public EjbDeploymentMarker()
  • Method Details

    • mark

      public static void mark(DeploymentUnit deployment)
    • isEjbDeployment

      public static boolean isEjbDeployment(DeploymentUnit deploymentUnit)