Package org.wildfly.clustering.ejb
Interface DeploymentConfiguration
- All Superinterfaces:
DeploymentConfiguration
- All Known Subinterfaces:
BeanConfiguration,BeanDeploymentConfiguration,TimerServiceConfiguration
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.service.ServiceNameReturns the service name of the deployment containing the EJB.org.jboss.modules.ModuleReturns 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
-