Uses of Class
org.apache.geronimo.xbeans.j2ee.SessionTypeType.Enum

Packages that use SessionTypeType.Enum
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
 

Uses of SessionTypeType.Enum in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return SessionTypeType.Enum
 SessionTypeType.Enum SessionBeanType.getSessionType()
          Gets the "session-type" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type SessionTypeType.Enum
 void SessionBeanType.setSessionType(SessionTypeType.Enum sessionType)
          Sets the "session-type" element
 

Uses of SessionTypeType.Enum in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return SessionTypeType.Enum
 SessionTypeType.Enum SessionBeanTypeImpl.getSessionType()
          Gets the "session-type" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type SessionTypeType.Enum
 void SessionBeanTypeImpl.setSessionType(SessionTypeType.Enum sessionType)
          Sets the "session-type" element
 

Uses of SessionTypeType.Enum in org.apache.geronimo.xbeans.j2ee
 

Fields in org.apache.geronimo.xbeans.j2ee declared as SessionTypeType.Enum
static SessionTypeType.Enum SessionTypeType.STATEFUL
           
static SessionTypeType.Enum SessionTypeType.STATELESS
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return SessionTypeType.Enum
static SessionTypeType.Enum SessionTypeType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static SessionTypeType.Enum SessionTypeType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.