| java.lang.Object org.cougaar.lib.aggagent.session.XmlIncrement
XmlIncrement | public class XmlIncrement implements IncrementFormat(Code) | | XmlIncrement is an IncrementFormat implementation that uses the XMLEncoder
(q.v.) interface to encode individual objects found on the blackboard.
Every UpdateDelta formatted by the encode method of this class will be in
increment mode (i.e., with "added", "changed", and "removed" lists).
|
XmlIncrement | public XmlIncrement(XMLEncoder coder)(Code) | | Create a new XmlIncrement. The provided XMLEncoder implementation sets
the behavior for this instance.
|
encode | public void encode(UpdateDelta out, SubscriptionAccess sacc)(Code) | | Encode the latest subscription information as an UpdateDelta. The
Objects found in the "added", "changed", and "removed" lists of the
SubscriptionAccess are each converted to ResultSetDataAtoms, which are
then added to the appropriate list in the UpdateDelta.
|
|
|