Interface DeploymentConfiguration

All Superinterfaces:
DeploymentConfiguration
All Known Subinterfaces:
BeanConfiguration, BeanDeploymentConfiguration, TimerServiceConfiguration

public interface DeploymentConfiguration extends DeploymentConfiguration
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration

    getDeploymentName
  • Method Details

    • 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