Interface DeploymentConfiguration

All Superinterfaces:
org.wildfly.clustering.server.deployment.DeploymentConfiguration
All Known Subinterfaces:
BeanConfiguration, BeanDeploymentConfiguration, TimerServiceConfiguration

public interface DeploymentConfiguration extends org.wildfly.clustering.server.deployment.DeploymentConfiguration
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    default ClassLoader
     
    org.jboss.msc.service.ServiceName
    Returns the service name of the deployment containing the EJB.
    org.jboss.modules.Module
    Returns the module of the deployment.
    default String
     

    Methods inherited from interface org.wildfly.clustering.server.deployment.DeploymentConfiguration

    getDeploymentName
  • Method Details

    • getServerName

      default String getServerName()
      Specified by:
      getServerName in interface org.wildfly.clustering.server.deployment.DeploymentConfiguration
    • getDeploymentServiceName

      org.jboss.msc.service.ServiceName getDeploymentServiceName()
      Returns the service name of the deployment containing the EJB.
      Returns:
      the service name for the deployment
    • getModule

      org.jboss.modules.Module getModule()
      Returns the module of the deployment.
      Returns:
      a module
    • getClassLoader

      default ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface org.wildfly.clustering.server.deployment.DeploymentConfiguration