|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
It defines a memory instance manager able to create memory instance since an identifier. The method releaseInstance permit to use a Pool of memory instance manager.
Method Summary | |
boolean |
isObjectSharing(java.lang.Object o)
A persistence service can offer two different models of programmation concerning the persistent java object. |
java.lang.Object |
newInstance(java.lang.Object oid,
ConnectionHolder context)
It creates an instance since an identifier |
Method Detail |
public java.lang.Object newInstance(java.lang.Object oid, ConnectionHolder context) throws PersistenceException
oid
- is the identifier of the futur objectcontext
- can be used by the naming to access to the support
PersistenceException
- if an error occured during the instanciation
of the memory instance.public boolean isObjectSharing(java.lang.Object o)
o
- is a persistent object or its identifier
State
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |