public class T_CachedInteger extends T_Cacheable
| Modifier and Type | Field and Description |
|---|---|
protected T_Key |
keyValue |
isDirty, owner| Constructor and Description |
|---|
T_CachedInteger() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean(boolean forRemove) |
void |
clearIdentity()
Put the object into the No Identity state.
|
org.apache.derby.iapi.services.cache.Cacheable |
createIdentity(java.lang.Object key,
java.lang.Object createParameter) |
java.lang.Object |
getIdentity()
Get the identity of this object.
|
org.apache.derby.iapi.services.cache.Cacheable |
setIdentity(java.lang.Object key) |
canRemove, dummySet, getCorrectObject, isDirty, setDirtyprotected T_Key keyValue
public org.apache.derby.iapi.services.cache.Cacheable setIdentity(java.lang.Object key)
throws org.apache.derby.iapi.error.StandardException
setIdentity in interface org.apache.derby.iapi.services.cache.CacheablesetIdentity in class T_Cacheableorg.apache.derby.iapi.error.StandardException - Standard Derby Error policypublic org.apache.derby.iapi.services.cache.Cacheable createIdentity(java.lang.Object key,
java.lang.Object createParameter)
throws org.apache.derby.iapi.error.StandardException
createIdentity in interface org.apache.derby.iapi.services.cache.CacheablecreateIdentity in class T_Cacheableorg.apache.derby.iapi.error.StandardException - Standard Derby Error policypublic void clearIdentity()
public java.lang.Object getIdentity()
public void clean(boolean forRemove)
throws org.apache.derby.iapi.error.StandardException
clean in interface org.apache.derby.iapi.services.cache.Cacheableclean in class T_Cacheableorg.apache.derby.iapi.error.StandardException - Standard Derby Error policyApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.