MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 400

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

DeltaPacket interface (Flash Professional only)
ActionScript Interface Name
The DeltaPacket interface is provided by the
which is part of the data management functionality in Flash MX Professional 2004. (For more
information, see Chapter 14, "Data Integration (Flash Professional Only)," in Using Flash).
Typically the delta packet is used internally by resolver components.The DeltaPacket interface
and the related Delta interface and DeltaItem class let you manage changes made to the data.
These components have no visual appearance at runtime.
A delta packet is an optimized set of instructions that describe all changes that have been made to
the data in a data set. When the
component populates the
(by data binding) to a resolver component such as RDBMSResolver. The resolver converts the
delta packet into an update packet in the appropriate format.
Note: Unless you are writing your own custom resolver, it is unlikely you will ever need to know about
or write code that accesses methods or properties of a
A delta packet contains one or more deltas (see
on page
390), and each delta contains zero or more delta items (see
Professional only)" on page
Method summary for the DeltaPacket interface
The following table lists the methods of the DeltaPacket interface.
Method
DeltaPacket.getConfigInfo()
DeltaPacket.getIterator()
DeltaPacket.getSource()
DeltaPacket.getTimestamp()
DeltaPacket.getTransactionId()
DeltaPacket.logChanges()
DeltaPacket.getConfigInfo()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
mx.data.components.datasetclasses.DeltaPacket
deltaPacket
DataSet.applyUpdates()
DataSet.deltaPacket
"Delta interface (Flash Professional only)"
397).
Description
Returns configuration information that is specific to the
implementation of the DeltaPacket interface.
Returns the iterator for the delta packet that iterates through
the delta packet's list of deltas.
Returns the source of the delta packet. This is the component
that has exposed this delta packet.
Returns the date and time at which the delta packet was
instantiated.
Returns the transaction ID for this delta packet.
Indicates whether the consumer of the delta packet should log
the changes it specifies.
DeltaPacket interface (Flash Professional only)
Components Dictionary
property of the DataSet component,
method is called, the DataSet
property. Typically, this property is connected
delta packet
.
"DeltaItem class (Flash
CHAPTER 6
401

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents