Interface WebDeploymentConfiguration


public interface WebDeploymentConfiguration
Defines the configuration of a deployment. TODO Relocate to SPI module
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the name of this deployment
    org.jboss.as.server.deployment.DeploymentUnit
    The deployment unit with which this session manager factory is to be associated.
    Returns the target host name of this deployment
    default org.jboss.modules.Module
    Returns the deployment module
    Returns the target server name of this deployment
  • Method Details

    • getServerName

      String getServerName()
      Returns the target server name of this deployment
      Returns:
      a server name
    • getHostName

      String getHostName()
      Returns the target host name of this deployment
      Returns:
      a host name
    • getDeploymentName

      default String getDeploymentName()
      Returns the name of this deployment
      Returns:
      a deployment name
    • getModule

      default org.jboss.modules.Module getModule()
      Returns the deployment module
      Returns:
      the deployment module
    • getDeploymentUnit

      org.jboss.as.server.deployment.DeploymentUnit getDeploymentUnit()
      The deployment unit with which this session manager factory is to be associated.
      Returns:
      a deployment unit