Package org.jboss.as.server.deployment
Class RegisteredDeploymentUnitProcessor
java.lang.Object
org.jboss.as.server.deployment.RegisteredDeploymentUnitProcessor
- All Implemented Interfaces:
Comparable<RegisteredDeploymentUnitProcessor>
public final class RegisteredDeploymentUnitProcessor
extends Object
implements Comparable<RegisteredDeploymentUnitProcessor>
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionRegisteredDeploymentUnitProcessor(int priority, DeploymentUnitProcessor processor, String subsystemName) -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Constructor Details
-
RegisteredDeploymentUnitProcessor
public RegisteredDeploymentUnitProcessor(int priority, DeploymentUnitProcessor processor, String subsystemName)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<RegisteredDeploymentUnitProcessor>
-
getPriority
public int getPriority() -
getProcessor
-
getSubsystemName
-