|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jdo.impl.state.ReachabilityHandler.Processor
org.apache.jdo.impl.state.ReachabilityHandler.AutoPersistentProcessor
Processor for MakeAutoPersistent request.
| Constructor Summary | |
(package private) |
ReachabilityHandler.AutoPersistentProcessor()
|
| Method Summary | |
(package private) void |
process(java.lang.Object o,
PersistenceManagerInternal pm)
Transition Object or elements of a Collection or values and keys of a Map to auto-persistent inside an active transaction (persistence-by-reachability) |
private void |
processArray(java.lang.Object[] o,
PersistenceManagerInternal pm)
Processes Array of referenced objects for possible auto-persistence (persistence-by-reachability). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ReachabilityHandler.AutoPersistentProcessor()
| Method Detail |
void process(java.lang.Object o,
PersistenceManagerInternal pm)
process in class ReachabilityHandler.Processoro - Object to process.pm - the PersistenceManagerInternal instance associated with
the caller.
private void processArray(java.lang.Object[] o,
PersistenceManagerInternal pm)
o - Array of referenced objectspm - PersistenceManagerInternal instance associated with the
request.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||