|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
com.essbase.eas.framework.server.application.DefaultServiceContext
public class DefaultServiceContext
Extends the HashMap
class and implements the ServiceContext
interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary | |
---|---|
protected java.util.HashMap |
requestStorage |
Constructor Summary | |
---|---|
DefaultServiceContext() Constructs a ServiceContext object with the default size and load factor taken from HashMap |
|
DefaultServiceContext(int initialCapacity) constructs a ServiceContext object with the requested initial size. |
Method Summary | |
---|---|
void |
dispose() clears the request storage and any other fields in this object. |
java.util.Map |
getRequestScopeStorage() retrieves the request storage map for this service context instance. |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
---|
protected java.util.HashMap requestStorage
Constructor Detail |
---|
public DefaultServiceContext()
ServiceContext
object with the default size and load factor taken from HashMap
public DefaultServiceContext(int initialCapacity)
ServiceContext
object with the requested initial size. If the initial capacity parameter is less than 1, uses a value of 1.
initialCapacity
- - the initial capacity of the context.Method Detail |
---|
public java.util.Map getRequestScopeStorage()
getRequestScopeStorage
in interface ServiceContext
public void dispose()
dispose
in interface ServiceContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |