com.jtri.base
Class Cusco

java.lang.Object
  extended bycom.jtri.base.Cusco
All Implemented Interfaces:
java.io.Serializable

public class Cusco
extends java.lang.Object
implements java.io.Serializable

Cusco is a unplugged session

See Also:
Serialized Form

Constructor Summary
Cusco()
          Alternatives: Keep a list of sessId-Cusco in the jndi main tree
 
Method Summary
 java.lang.Object getAttribute(java.lang.String name)
           
static Cusco getInstance(javax.servlet.http.HttpServletRequest request)
           
 void removeAll()
           
 void setAttribute(java.lang.String name, java.lang.Object ob)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cusco

public Cusco()
Alternatives: Keep a list of sessId-Cusco in the jndi main tree

Method Detail

getInstance

public static Cusco getInstance(javax.servlet.http.HttpServletRequest request)

getAttribute

public java.lang.Object getAttribute(java.lang.String name)

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object ob)

removeAll

public void removeAll()