Frames | No Frames |
Methods with parameter type org.objectweb.perseus.persistence.api.WorkingSet | |
void | This method can be used to mark the end of an access to a data object. |
void | Informes the Storage manager of the begining of a working set
|
void | |
void | Closes and releases a context. |
void | |
void | Informes the Storage manager of the end of a working set
|
boolean | This methods permits to force the cache eviction of a persistent object
designed by its identifier. |
int | This methods permits to try the cache eviction of all persistent object
|
State | Given an object, this method creates the corresponding copy in
permanent support. |
State | This method permits to given some information to build the identifier of
the new persistent object. |
void | This method permits to flush entries associated to a context. |
void | This method permits to flush entries associated to a context. |
void | Reads data of a persistent from the support object and puts them into
an instance. |
State | This method records an access intention to a data object in read mode. |
State | This method records an access intention to a data object in read mode. |
void | Forget modifications of a dirty persistent object. |
void | Forget modifications of a dirty persistent object. |
void | Detach a persistent object from the persistent support. |
void | Detach a persistent object from the persistent support. |
State | Deletes the binding between an in main-memory object, and its
corresponding copy in permanent support. |
State | Deletes the binding between an in main-memory object, and its
corresponding copy in permanent support. |
State | This method records an access intention to a data object in write mode. |
State | This method records an access intention to a data object in write mode. |
Methods with return type org.objectweb.perseus.persistence.api.WorkingSet | |
WorkingSet | PersistenceManager.createWS(Object userObject) creates a working set
|
WorkingSet | WorkingSetManager.createWS(Object userObject) creates a working set
|
WorkingSet | PersistenceManager.createWS(Object userObject, Object workingSetType) creates a working set
|
WorkingSet | WorkingSetManager.createWS(Object userObject, Object workingSetType) creates a working set
|
WorkingSet |
Classes implementing org.objectweb.perseus.persistence.api.WorkingSet | |
class | It is an implementation of the WorkingSet interface. |
Methods with parameter type org.objectweb.perseus.persistence.api.WorkingSet | |
void | This method can be used to mark the end of an access to a data object. |
void | |
void | Closes and releases a context. |
boolean | The unfix action is out of date. |
int | This methods permits to try the cache eviction of all persistent object
|
State | Given an object, this method creates the corresponding copy in
permanent support. |
State | This method permits to given some information to build the identifier of
the new persistent object. |
void | This method permits to flush entries associated to a context. |
void | This method permits to flush entries associated to a context. |
CacheEntry | finds or creates the CacheEntry matching to an identifier. |
State | This method records an access intention to a data object in read mode. |
State | This method records an access intention to a data object in read mode. |
void | Forget modifications of a dirty persistent object. |
void | Forget modifications of a dirty persistent object. |
void | Detach a persistent object from the persistent support. |
void | Detach a persistent object from the persistent support. |
State | Deletes the binding between an in main-memory object, and its
corresponding copy in permanent support. |
State | Deletes the binding between an in main-memory object, and its
corresponding copy in permanent support. |
State | This method records an access intention to a data object in write mode. |
State | This method records an access intention to a data object in write mode. |
Methods with return type org.objectweb.perseus.persistence.api.WorkingSet | |
WorkingSet | TransactionalPersistenceManagerImpl.createWS(Object userObject) creates a working set
|
WorkingSet | TransactionalPersistenceManagerImpl.createWS(Object userObject, Object workingSetType) creates a working set
|