Package org.wildfly.clustering.ejb.bean
Interface BeanConfiguration
-
- All Superinterfaces:
DeploymentConfiguration,DeploymentConfiguration
public interface BeanConfiguration extends DeploymentConfiguration
Specifies the configuration of an EJB component.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the EJB component.-
Methods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentName
-
Methods inherited from interface org.wildfly.clustering.ejb.DeploymentConfiguration
getDeploymentServiceName, getModule
-
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the EJB component.- Returns:
- the component name
-
-