Package org.jboss.as.server.deployment
Class AttachableDependency
- java.lang.Object
-
- org.jboss.as.server.deployment.AttachableDependency
-
public class AttachableDependency extends Object
Represents a phase dependency that gets attached to the phase context or the deployment unit.
-
-
Constructor Summary
Constructors Constructor Description AttachableDependency(AttachmentKey<?> attachmentKey, org.jboss.msc.service.ServiceName serviceName, boolean deploymentUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentKey<?>getAttachmentKey()org.jboss.msc.service.ServiceNamegetServiceName()booleanisDeploymentUnit()
-
-
-
Constructor Detail
-
AttachableDependency
public AttachableDependency(AttachmentKey<?> attachmentKey, org.jboss.msc.service.ServiceName serviceName, boolean deploymentUnit)
-
-
Method Detail
-
getAttachmentKey
public AttachmentKey<?> getAttachmentKey()
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName()
-
isDeploymentUnit
public boolean isDeploymentUnit()
-
-