org.jboss.metadata.web.spec
Class SessionConfigMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.web.spec.SessionConfigMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class SessionConfigMetaData
extends IdMetaDataImpl

Version:
$Revision: 65928 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
SessionConfigMetaData()
           
 
Method Summary
 int getSessionTimeout()
           
 void setSessionTimeout(int sessionTimeout)
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionConfigMetaData

public SessionConfigMetaData()
Method Detail

getSessionTimeout

public int getSessionTimeout()

setSessionTimeout

public void setSessionTimeout(int sessionTimeout)


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