Skip navigation links
com.essbase.eas.framework.server.application
Class DefaultStoreToken
java.lang.Object
com.essbase.eas.framework.server.application.DefaultStoreToken
- All Implemented Interfaces:
- StoreToken
-
public class DefaultStoreToken
- extends java.lang.Object
- implements StoreToken
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox, Painted Word
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.Object key
core
protected DefaultStoreCore core
valid
protected boolean valid
DefaultStoreToken
protected DefaultStoreToken(java.lang.Object key,
DefaultStoreCore core)
- Constructs a
DefaultStoreToken
object with the specified key and core.
- Parameters:
key
-
core
-
set
public boolean set(ScopeType type,
java.lang.Object key,
java.lang.Object value)
-
- Specified by:
set
in interface StoreToken
get
public java.lang.Object get(ScopeType type,
java.lang.Object key)
-
- Specified by:
get
in interface StoreToken
getAll
public java.lang.Object[] getAll(ScopeType type)
-
- Specified by:
getAll
in interface StoreToken
remove
public java.lang.Object remove(ScopeType type,
java.lang.Object key)
-
- Specified by:
remove
in interface StoreToken
add
public boolean add(ScopeType type,
java.lang.Object list,
java.lang.Object value)
-
- Specified by:
add
in interface StoreToken
invalidate
protected void invalidate()
isValid
protected boolean isValid()
getKey
protected java.lang.Object getKey()
getCore
protected DefaultStoreCore getCore()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.