Download Diffusion 5.5 User Guide - Documentation
Transcript
*
* @param name the name of the line to remove
* @param callback to notify result
*/
public void removeOrdered(String name, UpdateCallback
callback) {
update(
ORDERED_TOPIC,
orderedUpdateFactory.remove(
Diffusion.content().newRecord(name, "")),
callback);
}
/**
* Add a line or lines to the end of an unordered topic.
*
* @param values lines to add
* @param callback to notify result
*/
public void addUnordered(
Collection<String> values,
UpdateCallback callback) {
update(
UNORDERED_TOPIC,
unorderedUpdateFactory.add(values),
callback);
}
/**
* Insert a line or lines at a specified index within an
unordered topic.
*
* @param index the index to add at
* @param values lines to insert
* @param callback to notify result
*/
public void insertUnordered(
int index,
Collection<String> values,
UpdateCallback callback) {
update(
UNORDERED_TOPIC,
unorderedUpdateFactory.insert(index, values),
callback);
}
/**
* Update a line within an unordered topic.
*
* @param index the index of the line to update
* @param value the new line value
* @param callback to notify result
*/
public void updateUnordered(
int index,
String value,
UpdateCallback callback) {
update(
UNORDERED_TOPIC,
unorderedUpdateFactory.update(index, value),
Diffusion | 282
Related documents
Diffusion 5.1 User Guide - Documentation
User Guide - Documentation
Netgear 782S Quick Start Guide
PRIMECLUSTER Reliant Monitor Services (RMS) with
RTI Routing Service - Community RTI Connext Users
NaviPlan User Manual: Business Administration
Sirius User Guide.book
Supply and Delivery of RS and GIS Laboratory Setup
Chapter 1 Introduction to EverBEEN
Netgear 782S Quick Start Guide
DNP 3.0 LAN/WAN Master (OPC) User`s Manual
HornetQ User Guide - for use with JBoss Enterprise