org.codehaus.wadi
Interface Context

All Superinterfaces:
Evictable, Motable, SerializableContent
All Known Subinterfaces:
Session, WADIHttpSession
All Known Implementing Classes:
AbstractContext, StandardSession

public interface Context
extends Motable, SerializableContent

Base API for client state

Version:
$Revision: 1139 $
Author:
Jules Gosnell

Method Summary
 Sync getExclusiveLock()
           
 Sync getSharedLock()
           
 
Methods inherited from interface org.codehaus.wadi.Motable
copy, getBodyAsByteArray, getBodyAsByteBuffer, getName, init, mote, setBodyAsByteArray, setBodyAsByteBuffer
 
Methods inherited from interface org.codehaus.wadi.Evictable
checkTimeframe, copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, isNew, mote, setLastAccessedTime, setMaxInactiveInterval
 
Methods inherited from interface org.codehaus.wadi.SerializableContent
readContent, writeContent
 

Method Detail

getSharedLock

public Sync getSharedLock()

getExclusiveLock

public Sync getExclusiveLock()


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.