Package com.tailf.dp
Class DpAccumulate
Object
com.tailf.dp.DpAccumulate
The DpAccumulate object is used for accumulating operations on database from
 the DpDataCallbacks 
setElem, create, and
 remove operations when they return
 Conf.REPLY_ACCUMULATE.- 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
SET_ELEM
public static final int SET_ELEMAn accumulating setElem operation.- See Also:
 
 - 
CREATE
public static final int CREATEAn accumulated create operation.- See Also:
 
 - 
REMOVE
public static final int REMOVEAn accumulated remove operation.- See Also:
 
 
 - 
 - 
Method Details
- 
getCallPoint
The callpoint that handled the operation. - 
getOperation
public int getOperation()The op has one of the values:SET_ELEM,CREATE,REMOVE - 
getKP
The keypath consisting of an array of ConfTag and/or ConfKey objects. Where kp[0] is the leaf. - 
getValue
The value to be set if op isSET_ELEM - 
toString
 
 -