com.atlassian.jira.web.session
Interface AbstractSessionSearchObjectManager.Session

All Known Implementing Classes:
AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
Enclosing class:
AbstractSessionSearchObjectManager<T>

public static interface AbstractSessionSearchObjectManager.Session

Simple interface for a wrapper of the various representations of Sessions we might use.


Method Summary
 Object get(String s)
           
 String getId()
           
 void set(String s, Object o)
           
 

Method Detail

get

Object get(String s)
Parameters:
s - session object key
Returns:
the object from the session; null if it doesn't exist

set

void set(String s,
         Object o)
Parameters:
s - session object key
o - the object to store

getId

String getId()
Returns:
a unique String identifier for the session being wrapped


Copyright © 2002-2014 Atlassian. All Rights Reserved.