org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated
Class Tomcat7SessionManagerType

java.lang.Object
  extended by 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>
 


Field Summary
protected  Long maxActiveSessions
           
 
Constructor Summary
Tomcat7SessionManagerType()
           
 
Method Summary
 Long getMaxActiveSessions()
          Gets the value of the maxActiveSessions property.
 void setMaxActiveSessions(Long value)
          Sets the value of the maxActiveSessions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxActiveSessions

protected Long maxActiveSessions
Constructor Detail

Tomcat7SessionManagerType

public Tomcat7SessionManagerType()
Method Detail

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.