org.ow2.util.ee.metadata.common.api.interfaces
Interface IEjbEJB
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- ICommonClassMetadata<C,M,F>, ICommonFieldMetadata<C,M,F>, ICommonMethodMetadata<C,M,F>, IEnvironmentRefAccessor, ISharedMetadata
public interface IEjbEJB
- extends Serializable
This interface represents methods which can be call on
ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @EJB annotation.
- Author:
- Florent Benoit
getJEjbEJB
IJEjbEJB getJEjbEJB()
- Returns:
- JEjbEJB object representing javax.ejb.EJB annotation.
setJEjbEJB
void setJEjbEJB(IJEjbEJB jEjbEJB)
- Set jEjbEJB object.
- Parameters:
jEjbEJB - object representing javax.ejb.EJB annotation.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.