org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated
Class Tomcat7SessionManagerType
java.lang.Object
org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7SessionManagerType
public class Tomcat7SessionManagerType
- extends Object
Java class for tomcat7SessionManagerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tomcat7SessionManagerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="maxActiveSessions" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxActiveSessions
protected Long maxActiveSessions
Tomcat7SessionManagerType
public Tomcat7SessionManagerType()
getMaxActiveSessions
public Long getMaxActiveSessions()
- Gets the value of the maxActiveSessions property.
- Returns:
- possible object is
Long
setMaxActiveSessions
public void setMaxActiveSessions(Long value)
- Sets the value of the maxActiveSessions property.
- Parameters:
value - allowed object is
Long
Copyright © 2012 OW2 Consortium. All Rights Reserved.