|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ChangeReader.Change
A change operation that is part of a ChangeTxn; used only by SyncProcessor implementations and custom sources of change set information.
Method Summary | |
---|---|
DatabaseEntry |
getData()
Returns the record data for this change, or null if this is a DELETE operation. |
String |
getDatabaseName()
Returns the name of the local database to which this change was applied. |
DatabaseEntry |
getKey()
Returns the record key for this change. |
ChangeReader.ChangeType |
getType()
Returns the operation type of this change. |
Method Detail |
---|
ChangeReader.ChangeType getType()
DatabaseEntry getKey()
DatabaseEntry getData()
String getDatabaseName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |