org.apache.openejb.jee
Class SessionConfig

java.lang.Object
  extended by org.apache.openejb.jee.SessionConfig

public class SessionConfig
extends Object

web-common_3_0.xsd

Java class for session-configType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="session-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="session-timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/>
         <element name="cookie-config" type="{http://java.sun.com/xml/ns/javaee}cookie-configType" minOccurs="0"/>
         <element name="tracking-mode" type="{http://java.sun.com/xml/ns/javaee}tracking-modeType" maxOccurs="3" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CookieConfig cookieConfig
           
protected  String id
           
protected  Integer sessionTimeout
           
protected  List<TrackingMode> trackingMode
           
 
Constructor Summary
SessionConfig()
           
 
Method Summary
 CookieConfig getCookieConfig()
           
 String getId()
           
 Integer getSessionTimeout()
           
 List<TrackingMode> getTrackingMode()
           
 void setCookieConfig(CookieConfig value)
           
 void setId(String value)
           
 void setSessionTimeout(Integer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionTimeout

protected Integer sessionTimeout

cookieConfig

protected CookieConfig cookieConfig

trackingMode

protected List<TrackingMode> trackingMode

id

protected String id
Constructor Detail

SessionConfig

public SessionConfig()
Method Detail

getSessionTimeout

public Integer getSessionTimeout()

setSessionTimeout

public void setSessionTimeout(Integer value)

getCookieConfig

public CookieConfig getCookieConfig()

setCookieConfig

public void setCookieConfig(CookieConfig value)

getTrackingMode

public List<TrackingMode> getTrackingMode()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.