Uses of Class
org.jboss.as.ejb3.component.session.SessionBeanComponentDescription.SessionBeanType
-
-
Uses of SessionBeanComponentDescription.SessionBeanType in org.jboss.as.ejb3.component.session
Methods in org.jboss.as.ejb3.component.session that return SessionBeanComponentDescription.SessionBeanType Modifier and Type Method Description abstract SessionBeanComponentDescription.SessionBeanTypeSessionBeanComponentDescription. getSessionBeanType()Returns the type of the session beanstatic SessionBeanComponentDescription.SessionBeanTypeSessionBeanComponentDescription.SessionBeanType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionBeanComponentDescription.SessionBeanType[]SessionBeanComponentDescription.SessionBeanType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SessionBeanComponentDescription.SessionBeanType in org.jboss.as.ejb3.component.singleton
Methods in org.jboss.as.ejb3.component.singleton that return SessionBeanComponentDescription.SessionBeanType Modifier and Type Method Description SessionBeanComponentDescription.SessionBeanTypeSingletonComponentDescription. getSessionBeanType() -
Uses of SessionBeanComponentDescription.SessionBeanType in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return SessionBeanComponentDescription.SessionBeanType Modifier and Type Method Description SessionBeanComponentDescription.SessionBeanTypeStatefulComponentDescription. getSessionBeanType() -
Uses of SessionBeanComponentDescription.SessionBeanType in org.jboss.as.ejb3.component.stateless
Methods in org.jboss.as.ejb3.component.stateless that return SessionBeanComponentDescription.SessionBeanType Modifier and Type Method Description SessionBeanComponentDescription.SessionBeanTypeStatelessComponentDescription. getSessionBeanType()
-