Package org.wildfly.clustering.ejb
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 TypeMethodDescriptionorg.jboss.msc.service.ServiceNameReturns the service name of the deployment containing the EJB.org.jboss.modules.ModuleReturns the module of the deployment.default StringMethods inherited from interface org.wildfly.clustering.server.deployment.DeploymentConfiguration
getDeploymentName
-
Method Details
-
getServerName
- Specified by:
getServerNamein interfaceorg.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
-