|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to retrieve the records from the Store table and perform the forward request. The ForwardingServerOperation implements this interface.
Method Summary | |
void |
forwardAllRecords()
Retrieves all records and forward the transaction messages. |
void |
forwardRecordsWithCollection(java.util.Enumeration collection)
Retrieves record with a collection of ids and forward transaction message to host. |
void |
forwardRecordsWithCriteria(java.lang.String whereClause)
Retrieves records from Store table using a search criteria and forward transaction messages host. |
void |
forwardRecordWithID(int identifier)
Retrieves record and fowards transaction message based on record id. |
Method Detail |
public void forwardAllRecords() throws DSEException
public void forwardRecordsWithCollection(java.util.Enumeration collection) throws DSEException
collection
- java.util.Enumeration, a collection of store idspublic void forwardRecordsWithCriteria(java.lang.String whereClause) throws DSEException
whereClause
- java.lang.String, a search criteriapublic void forwardRecordWithID(int identifier) throws DSEException
identifier
- int, a store record id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |