Package org.wildfly.clustering.ejb
Interface DeploymentConfiguration
-
- All Superinterfaces:
DeploymentConfiguration
- All Known Subinterfaces:
BeanConfiguration,BeanDeploymentConfiguration,TimerServiceConfiguration
public interface DeploymentConfiguration extends DeploymentConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetDeploymentServiceName()Returns the service name of the deployment containing the EJB.org.jboss.modules.ModulegetModule()Returns the module of the deployment.-
Methods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentName
-
-
-
-
Method Detail
-
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
-
-