Class COM.ibm.jaws.models.trs.ContactFilepoCached
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.ContactFilepoCached
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CommonBase
|
+----COM.ibm.jaws.models.trs.ContactBase
|
+----COM.ibm.jaws.models.trs.ContactImpl
|
+----COM.ibm.jaws.models.trs.ContactFilepoCached
- public class ContactFilepoCached
- extends ContactImpl
- implements FilepoCached
This is effectively an implementation mixin of the specific
Manageable class (with Impl suffix) and the LruCacheEntryImpl
class. The CachedSuffix is the same as the one given to the
FilepoBCImpl instance (eg, FilepoCached) that will manage
this Cached object.
-
clockCountLruCacheEntry
- The following is a copy of the LruCacheEntryImpl code.
-
ContactFilepoCached()
- All Cached classes must provide a public default constructor.
-
ContactFilepoCached(BaseCollectionEC, String, Manageable)
-
-
cleanedCacheEntry()
-
-
decrementLruCacheEntryClockCount()
-
-
getCacheEntryAttachedManagedDel()
-
-
getCacheEntryBase()
-
-
getCacheEntryCached()
-
-
getCacheEntryKey()
-
-
getHoldCountCacheEntry()
-
-
getLruCacheEntryClockCount()
-
-
holdCacheEntry()
-
-
setCacheEntryAttachedManagedDel(ManagedDel)
-
-
setCacheEntryBase(BaseCollection)
-
-
setCacheEntryCached(Manageable)
-
-
setCacheEntryKey(String)
-
-
unholdCacheEntry()
-
-
updatedCacheEntry()
-
-
usedCacheEntry(boolean)
-
clockCountLruCacheEntry
public int clockCountLruCacheEntry
- The following is a copy of the LruCacheEntryImpl code.
ContactFilepoCached
public ContactFilepoCached()
- All Cached classes must provide a public default constructor.
The FilepoBC uses this when activating a Cached object.
ContactFilepoCached
public ContactFilepoCached(BaseCollectionEC yourCachedBase,
String yourCachedKey,
Manageable yourCached)
setCacheEntryKey
public void setCacheEntryKey(String yourKey)
getCacheEntryKey
public String getCacheEntryKey()
setCacheEntryCached
public void setCacheEntryCached(Manageable yourCached)
getCacheEntryCached
public Manageable getCacheEntryCached()
setCacheEntryAttachedManagedDel
public void setCacheEntryAttachedManagedDel(ManagedDel yourManagedDel)
getCacheEntryAttachedManagedDel
public ManagedDel getCacheEntryAttachedManagedDel()
setCacheEntryBase
public void setCacheEntryBase(BaseCollection yourBase)
getCacheEntryBase
public BaseCollection getCacheEntryBase()
usedCacheEntry
public void usedCacheEntry(boolean updated)
cleanedCacheEntry
public void cleanedCacheEntry()
updatedCacheEntry
public boolean updatedCacheEntry()
getLruCacheEntryClockCount
public int getLruCacheEntryClockCount()
decrementLruCacheEntryClockCount
public void decrementLruCacheEntryClockCount()
holdCacheEntry
public void holdCacheEntry()
unholdCacheEntry
public void unholdCacheEntry()
getHoldCountCacheEntry
public int getHoldCountCacheEntry()
All Packages Class Hierarchy This Package Previous Next Index