org.apache.openejb.jee
Class SessionConfig

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

public class SessionConfig
extends Object


Field Summary
protected  String id
           
protected  BigInteger sessionTimeout
           
 
Constructor Summary
SessionConfig()
           
 
Method Summary
 String getId()
           
 BigInteger getSessionTimeout()
           
 void setId(String value)
           
 void setSessionTimeout(BigInteger value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionTimeout

protected BigInteger sessionTimeout

id

protected String id
Constructor Detail

SessionConfig

public SessionConfig()
Method Detail

getSessionTimeout

public BigInteger getSessionTimeout()

setSessionTimeout

public void setSessionTimeout(BigInteger value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.