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.
Author:
Stuart Douglas
See Also:
  • Constructor Details

    • AttachableDependency

      public AttachableDependency(AttachmentKey<?> attachmentKey, org.jboss.msc.service.ServiceName serviceName, boolean deploymentUnit)
  • Method Details

    • getAttachmentKey

      public AttachmentKey<?> getAttachmentKey()
    • getServiceName

      public org.jboss.msc.service.ServiceName getServiceName()
    • isDeploymentUnit

      public boolean isDeploymentUnit()