JBoss Metadata EJB 7.2.2.Final

Uses of Class
org.jboss.metadata.ejb.spec.SessionType

Packages that use SessionType
org.jboss.metadata.ejb.jboss   
org.jboss.metadata.ejb.parser.spec   
org.jboss.metadata.ejb.spec   
 

Uses of SessionType in org.jboss.metadata.ejb.jboss
 

Methods in org.jboss.metadata.ejb.jboss that return SessionType
 SessionType JBossSessionBeanMetaData.getSessionType()
          Get the sessionType.
 

Methods in org.jboss.metadata.ejb.jboss with parameters of type SessionType
 void JBossSessionBeanMetaData.setSessionType(SessionType sessionType)
          Set the sessionType.
 

Uses of SessionType in org.jboss.metadata.ejb.parser.spec
 

Methods in org.jboss.metadata.ejb.parser.spec that return SessionType
protected  SessionType SessionBeanMetaDataParser.processSessionType(String sessionType)
          Returns the SessionType corresponding to the passed sessionType string.
protected  SessionType SessionBean31MetaDataParser.processSessionType(String sessionType)
          Returns the SessionType corresponding to the passed sessionType string.
 

Uses of SessionType in org.jboss.metadata.ejb.spec
 

Methods in org.jboss.metadata.ejb.spec that return SessionType
 SessionType AbstractGenericBeanMetaData.getSessionType()
          Get the sessionType.
 SessionType SessionBeanMetaData.getSessionType()
          Get the sessionType.
static SessionType SessionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionType[] SessionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.metadata.ejb.spec with parameters of type SessionType
 void AbstractGenericBeanMetaData.setSessionType(SessionType sessionType)
          Set the sessionType.
 


JBoss Metadata EJB 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.