com.bigdata.service
Class Session
java.lang.Object
com.bigdata.service.Session
public class Session
- extends Object
A (transient) property set associated with some kinds of services.
- Version:
- $Id: Session.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
|
Field Summary |
protected static org.apache.log4j.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log4j.Logger log
Session
public Session()
get
public Object get(String name)
putIfAbsent
public Object putIfAbsent(String name,
Object value)
put
public Object put(String name,
Object value)
remove
public Object remove(String name)
remove
public Object remove(String name,
Object expectedValue)
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.