Package org.jboss.as.server.deployment
Class AttachableDependency
java.lang.Object
org.jboss.as.server.deployment.AttachableDependency
Represents a phase dependency that gets attached to the phase context or the deployment unit.
-
Constructor Summary
ConstructorsConstructorDescriptionAttachableDependency(AttachmentKey<?> attachmentKey, org.jboss.msc.service.ServiceName serviceName, boolean deploymentUnit) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceNameboolean
-
Constructor Details
-
AttachableDependency
public AttachableDependency(AttachmentKey<?> attachmentKey, org.jboss.msc.service.ServiceName serviceName, boolean deploymentUnit)
-
-
Method Details
-
getAttachmentKey
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName() -
isDeploymentUnit
public boolean isDeploymentUnit()
-