Package org.wildfly.clustering.ejb.bean
Interface BeanDeploymentMarshallingContext
- All Known Subinterfaces:
BeanDeploymentConfiguration
public interface BeanDeploymentMarshallingContext
The marshalling context for a bean deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionThe set of bean classes contained in the bean deployment.org.jboss.modules.ModuleReturns the module of the bean deployment,
-
Method Details
-
getModule
org.jboss.modules.Module getModule()Returns the module of the bean deployment,- Returns:
- the module of the bean deployment
-
getBeanClasses
The set of bean classes contained in the bean deployment.- Returns:
- a set of bean classes
-