Uses of Class
javax.enterprise.inject.spi.SessionBeanType

Packages that use SessionBeanType
com.caucho.ejb.inject   
com.caucho.ejb.session   
javax.enterprise.inject.spi Java Dependency Injection programmatic APIs. 
 

Uses of SessionBeanType in com.caucho.ejb.inject
 

Methods in com.caucho.ejb.inject that return SessionBeanType
 SessionBeanType ProcessSessionBeanImpl.getSessionBeanType()
           
 

Constructors in com.caucho.ejb.inject with parameters of type SessionBeanType
ProcessSessionBeanImpl(InjectManager manager, Bean<java.lang.Object> bean, AnnotatedType<java.lang.Object> beanAnnType, java.lang.String ejbName, SessionBeanType type)
           
 

Uses of SessionBeanType in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return SessionBeanType
protected  SessionBeanType AbstractSessionManager.getSessionBeanType()
           
protected  SessionBeanType SingletonManager.getSessionBeanType()
           
protected  SessionBeanType StatefulManager.getSessionBeanType()
           
protected  SessionBeanType StatelessManager.getSessionBeanType()
           
 

Uses of SessionBeanType in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return SessionBeanType
 SessionBeanType ProcessSessionBean.getSessionBeanType()
           
static SessionBeanType SessionBeanType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SessionBeanType[] SessionBeanType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.