|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PersistenceManagerSvr
The PersistenceManagerSvr interface identifies the set of PersistentManager
methods that are invokable only from classes running in the method server
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
int |
execute(AbstractBatchSpec a_batchSpec)
This method executes a batch update or delete operation on the specified Batch Specification. |
QueryResult |
query(StatementSpec a_statementSpec)
Retrieves persistable objects from the datastore given the specified statement. |
void |
query(StatementSpec a_statementSpec,
ResultProcessor a_resultProcessor)
Retrieves persistable objects from the datastore for the specified statement. |
Persistable |
store(Persistable obj,
Timestamp createDate,
Timestamp modifyDate)
Stores the given Persistable object in the datastore with the given timestamps. |
| Method Detail |
|---|
QueryResult query(StatementSpec a_statementSpec)
throws WTException
a_statementSpec - The statement instance specifying the query to execute.
WTException
Persistable store(Persistable obj,
Timestamp createDate,
Timestamp modifyDate)
throws WTException
obj - createDate - modifyDate -
WTException
void query(StatementSpec a_statementSpec,
ResultProcessor a_resultProcessor)
throws WTException
a_statementSpec - a_resultProcessor -
WTException
int execute(AbstractBatchSpec a_batchSpec)
throws WTException
a_batchSpec - Batch Specification to execute.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||