javax.enterprise.inject.spi
Interface ProcessSessionBean<X>

All Superinterfaces:
ProcessBean<java.lang.Object>

public interface ProcessSessionBean<X>
extends ProcessBean<java.lang.Object>


Method Summary
 AnnotatedType<X> getAnnotatedBeanClass()
           
 java.lang.String getEjbName()
           
 SessionBeanType getSessionBeanType()
           
 
Methods inherited from interface javax.enterprise.inject.spi.ProcessBean
addDefinitionError, getAnnotated, getBean
 

Method Detail

getAnnotatedBeanClass

AnnotatedType<X> getAnnotatedBeanClass()

getEjbName

java.lang.String getEjbName()

getSessionBeanType

SessionBeanType getSessionBeanType()


Copyright © 2008-2009. All Rights Reserved.