|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedPC | |
org.jpox | This package provides classes that are typically client-facing. |
org.jpox.cache | This package provides classes implementing caching within JPOX. |
org.jpox.state | Provides classes relating to the life cycle state of a persistable object. |
Uses of CachedPC in org.jpox |
Methods in org.jpox that return CachedPC | |
CachedPC |
StateManager.getL2CacheableObject()
Accessor for an L2 cacheable form of this object. |
Uses of CachedPC in org.jpox.cache |
Methods in org.jpox.cache that return CachedPC | |
CachedPC |
Level2Cache.get(java.lang.Object oid)
Accessor for an object from the cache. |
CachedPC |
Level2Cache.put(java.lang.Object oid,
CachedPC pc)
Method to put an object in the cache. |
CachedPC |
DefaultLevel2Cache.get(java.lang.Object oid)
Accessor for an object from the cache. |
CachedPC |
DefaultLevel2Cache.put(java.lang.Object oid,
CachedPC pc)
Method to put an object in the cache. |
CachedPC |
NullLevel2Cache.get(java.lang.Object oid)
Accessor for an object from the cache |
CachedPC |
NullLevel2Cache.put(java.lang.Object oid,
CachedPC pc)
Method to put an object in the L2 cache |
Methods in org.jpox.cache with parameters of type CachedPC | |
CachedPC |
Level2Cache.put(java.lang.Object oid,
CachedPC pc)
Method to put an object in the cache. |
CachedPC |
DefaultLevel2Cache.put(java.lang.Object oid,
CachedPC pc)
Method to put an object in the cache. |
CachedPC |
NullLevel2Cache.put(java.lang.Object oid,
CachedPC pc)
Method to put an object in the L2 cache |
Uses of CachedPC in org.jpox.state |
Methods in org.jpox.state that return CachedPC | |
CachedPC |
StateManagerImpl.getL2CacheableObject()
Accessor for a L2-Cacheable form of this PersistenceCapable object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |