Package javax.enterprise.inject.spi
Interface ProcessSessionBean<X>
-
- Type Parameters:
X
- bean class
- All Superinterfaces:
ProcessBean<java.lang.Object>
,ProcessManagedBean<java.lang.Object>
public interface ProcessSessionBean<X> extends ProcessManagedBean<java.lang.Object>
Fires event before registering session bean.- Version:
- $Rev: 905874 $ $Date: 2010-02-03 04:01:05 +0100 (Wed, 03 Feb 2010) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEjbName()
Returns ejb name.SessionBeanType
getSessionBeanType()
Returns ejb type.-
Methods inherited from interface javax.enterprise.inject.spi.ProcessBean
addDefinitionError, getAnnotated, getBean
-
Methods inherited from interface javax.enterprise.inject.spi.ProcessManagedBean
getAnnotatedBeanClass
-
-
-
-
Method Detail
-
getEjbName
java.lang.String getEjbName()
Returns ejb name.- Returns:
- ejb name
-
getSessionBeanType
SessionBeanType getSessionBeanType()
Returns ejb type.- Returns:
- ejb type.
-
-