|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache
Maintain a collection of ObjectModified objects. A unique cached exists for each thread. See ExpandingObjectModifiedCache for details.
ExpandingObjectModifiedCache
Constructor Summary | |
ExpandingObjectModifiedArrayCache()
|
Method Summary | |
static ObjectModified[] |
getObjectModifiedFromCache()
Entry point to get objects from the cache. |
ObjectModified[] |
getObjectModifiedFromCacheWork()
Attempt to lift an array out of the cache. |
static void |
main(java.lang.String[] args)
|
static void |
returnObjectModifiedToCache(ObjectModified[] value)
Entry point to return objects to the cache. |
void |
returnObjectModifiedToCacheWork(ObjectModified[] value)
Cache arrays of various sizes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpandingObjectModifiedArrayCache()
Method Detail |
public static final ObjectModified[] getObjectModifiedFromCache()
public static final void returnObjectModifiedToCache(ObjectModified[] value)
public final ObjectModified[] getObjectModifiedFromCacheWork()
public final void returnObjectModifiedToCacheWork(ObjectModified[] value)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |