|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMultipleOperations
This interface should be implemented in order to provide multiple operation support to the persistent adapter.
| Method Summary | |
|---|---|
int |
delete(PersistentContext context,
String className,
Object[] UID)
This method called when the engine removes the entries from persistent storage. |
void |
insert(PersistentContext context,
PersistentEntry[] entries)
This method called whenever the space engine store the entries in the persistent storage. |
| Method Detail |
|---|
void insert(PersistentContext context,
PersistentEntry[] entries)
throws SAException
context - Persistent implementation contextentries - The entries to be stored
SAException - In case a SA error occurred
int delete(PersistentContext context,
String className,
Object[] UID)
throws SAException
context - Persistent implementation contextclassName - The class name of the entry that is about to be removed from persistent storeUID - The entry unique id that is about to removed from persistent store
SAException - In case a SA error occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||