Package org.wildfly.clustering.ejb.bean
Interface BeanConfiguration
- All Superinterfaces:
DeploymentConfiguration,DeploymentConfiguration
Specifies the configuration of an EJB component.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentNameMethods inherited from interface org.wildfly.clustering.ejb.DeploymentConfiguration
getDeploymentServiceName, getModule
-
Method Details
-
getName
String getName()Returns the name of the EJB component.- Returns:
- the component name
-