Interface DeploymentUnit

All Superinterfaces:
Attachable, FeatureFilter, FeatureRegistry

public interface DeploymentUnit extends Attachable, FeatureRegistry
The deployment unit. This object retains data which is persistent for the life of the deployment.
  • Method Details

    • getServiceName

      org.jboss.msc.service.ServiceName getServiceName()
      Get the service name of the root deployment unit service.
      Returns:
      the service name
    • getParent

      DeploymentUnit getParent()
      Get the deployment unit of the parent (enclosing) deployment.
      Returns:
      the parent deployment unit, or null if this is a top-level deployment
    • getName

      String getName()
      Get the simple name of the deployment unit.
      Returns:
      the simple name
    • getServiceRegistry

      org.jboss.msc.service.ServiceRegistry getServiceRegistry()
      Get the service registry.
      Returns:
      the service registry