Package org.wildfly.clustering.ejb
Interface BeanConfiguration
-
- All Known Subinterfaces:
StatefulBeanConfiguration
public interface BeanConfigurationSpecifies the configuration of an EJB component.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetDeploymentUnitServiceName()Returns the service name of the deployment unit containing the EJB.org.jboss.modules.ModulegetModule()Returns the module of the deployment.StringgetName()Returns the name of the EJB component.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the EJB component.- Returns:
- the component name
-
getDeploymentUnitServiceName
org.jboss.msc.service.ServiceName getDeploymentUnitServiceName()
Returns the service name of the deployment unit containing the EJB.- Returns:
- a deployment unit
-
getModule
org.jboss.modules.Module getModule()
Returns the module of the deployment.- Returns:
- a module
-
-