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