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

Packages that use SessionType
org.jboss.metadata.ejb.jboss   
org.jboss.metadata.ejb.jboss.jndipolicy.plugins   
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.jboss.jndipolicy.plugins
 

Methods in org.jboss.metadata.ejb.jboss.jndipolicy.plugins that return SessionType
 SessionType JBossSessionPolicyDecorator.getSessionType()
           
 

Methods in org.jboss.metadata.ejb.jboss.jndipolicy.plugins with parameters of type SessionType
 void JBossSessionPolicyDecorator.setSessionType(SessionType sessionType)
           
 

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

Methods in org.jboss.metadata.ejb.spec that return 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 SessionBeanMetaData.setSessionType(SessionType sessionType)
          Set the sessionType.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.