com.mjh.switchrmi.transport.http
Class HttpSessionScopeAccess

java.lang.Object
  |
  +--com.mjh.switchrmi.transport.http.HttpSessionScopeAccess
All Implemented Interfaces:
RmiSessionScopeAccess

public class HttpSessionScopeAccess
extends java.lang.Object
implements RmiSessionScopeAccess


Constructor Summary
HttpSessionScopeAccess(javax.servlet.http.HttpSession s)
           
 
Method Summary
 java.lang.Object get(java.lang.String name)
           
 void put(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionScopeAccess

public HttpSessionScopeAccess(javax.servlet.http.HttpSession s)
Method Detail

get

public java.lang.Object get(java.lang.String name)
Specified by:
get in interface RmiSessionScopeAccess

put

public void put(java.lang.String name,
                java.lang.Object value)
Specified by:
put in interface RmiSessionScopeAccess


Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.