Class EJBComponentSuspendDeploymentUnitProcessor
- java.lang.Object
-
- org.jboss.as.ejb3.deployment.processors.EJBComponentSuspendDeploymentUnitProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class EJBComponentSuspendDeploymentUnitProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static StringENTRY_POINT_NAME
-
Constructor Summary
Constructors Constructor Description EJBComponentSuspendDeploymentUnitProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(org.jboss.as.server.deployment.DeploymentPhaseContext context)
-
-
-
Field Detail
-
ENTRY_POINT_NAME
public static final String ENTRY_POINT_NAME
- See Also:
- Constant Field Values
-
-