Modifier and Type | Method and Description |
---|---|
void |
ItemListListener.listChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
void |
ItemManager.handleListUpdate(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean fullUpdate) |
Modifier and Type | Method and Description |
---|---|
Set<HistoricalItemInformation> |
ListUpdate.getAddedOrModified() |
Constructor and Description |
---|
ListUpdate(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean fullUpdate) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<HistoricalItemInformation>> |
Structures.decodeHistoricalItemInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<HistoricalItemInformation,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static HistoricalItemInformation |
Structures.decodeHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static HistoricalItemInformation |
Structures.inlindeDecodeHistoricalItemInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<HistoricalItemInformation> |
Structures.decodeListHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<HistoricalItemInformation> |
Structures.decodeSetHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
HistoricalItemInformation value) |
protected static void |
Structures.inlineEncodeHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
HistoricalItemInformation value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<HistoricalItemInformation>> |
Structures.decodeHistoricalItemInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<HistoricalItemInformation,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionHistoricalItemInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<HistoricalItemInformation> values) |
protected static void |
Structures.fillHistoricalItemInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<HistoricalItemInformation> values) |
Modifier and Type | Method and Description |
---|---|
HistoricalItemInformation |
HistoricalItem.getInformation()
Get the item information
|
Modifier and Type | Method and Description |
---|---|
protected void |
SessionImpl.fireListChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
protected void |
ServiceImpl.fireListChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
void |
SessionImpl.listChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
HistoricalItemInformation |
HistoricalItemImpl.getInformation() |
Constructor and Description |
---|
HistoricalItemImpl(HistoricalItemInformation itemInformation,
String masterId,
org.osgi.framework.BundleContext context) |
Modifier and Type | Method and Description |
---|---|
HistoricalItemInformation |
HSDBHistoricalItem.getInformation() |
Constructor and Description |
---|
HSDBHistoricalItem(ScheduledExecutorService executor,
HSDBValueSource source,
HistoricalItemInformation information) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerConnectionImpl.handleListChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
HistoricalItemInformation |
ProxyHistoricalItem.getInformation() |
Modifier and Type | Method and Description |
---|---|
HistoricalItemInformation |
AbstractStorageImpl.getInformation() |
Modifier and Type | Method and Description |
---|---|
HistoricalItemInformation |
ItemWrapper.getItemInformation() |
Constructor and Description |
---|
ItemWrapper(ConnectionWrapper connection,
HistoricalItemInformation itemInformation) |
Modifier and Type | Method and Description |
---|---|
protected void |
ItemListObserver.handleUpdate(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
void |
ItemListObserver.listChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.