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

All Superinterfaces:
ProcessBean<java.lang.Object>, ProcessManagedBean<java.lang.Object>

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


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

Method Detail

getAnnotatedSessionBeanClass

AnnotatedType<X> getAnnotatedSessionBeanClass()

getEjbName

java.lang.String getEjbName()

getSessionBeanType

SessionBeanType getSessionBeanType()


Copyright © 2008-2009 Seam Framework. All Rights Reserved.