Interface WebDeploymentConfiguration

All Known Subinterfaces:
SessionManagerFactoryConfiguration

public interface WebDeploymentConfiguration
Defines the configuration of a web deployment.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this deployment
    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
    • getDeploymentName

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

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