|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interfaces defined a manager of proxies (@see SpeedoProxy). This concept is based on the javax.jdo.PersistenceManager interface. A proxy manager must be able:
Method Summary | |
void |
addUse()
Signal to the persistence maneger that it is used |
java.lang.Object |
getConnectionSpec()
|
Semaphore |
getSemaphore()
|
TransactionalPersistenceManager |
getTransactionalPersistenceManager()
|
void |
open(java.lang.Object connectionSpec)
Opens the persistent manager. |
void |
speedoDeletePersistent(java.lang.Object o)
Delete persistent a SpeedoProxy. |
java.lang.Object |
speedoGetObjectById(java.lang.Object oid,
boolean validate)
|
void |
speedoMakePersistent(SpeedoProxy sp)
Make persistent a SpeedoProxy. |
Method Detail |
public TransactionalPersistenceManager getTransactionalPersistenceManager()
public void open(java.lang.Object connectionSpec)
connectionSpec
- is the information to access to the datastore
(user, passwor, ...)public java.lang.Object getConnectionSpec()
public void addUse()
public java.lang.Object speedoGetObjectById(java.lang.Object oid, boolean validate)
public void speedoMakePersistent(SpeedoProxy sp)
sp
- is the instance to make persistent.public void speedoDeletePersistent(java.lang.Object o)
o
- is the instance to make persistent.public Semaphore getSemaphore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |