com.ds.fw.servlet
Class FwSessionPool

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.servlet.FwSessionPool
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwSessionPool
extends FwSimpleObject

See Also:
Serialized Form

Constructor Summary
FwSessionPool()
           
 
Method Summary
 com.ds.fw.servlet.FwSessionContext getSession(long sID)
           
 void setSession(com.ds.fw.servlet.FwSessionContext s)
           
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FwSessionPool

public FwSessionPool()
Method Detail

getSession

public com.ds.fw.servlet.FwSessionContext getSession(long sID)

setSession

public void setSession(com.ds.fw.servlet.FwSessionContext s)