Modifier and Type | Method and Description |
---|---|
void |
BrowserListener.dataChanged(List<BrowserEntry> addedOrUpdated,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
void |
BrowserManager.updateData(List<BrowserEntry> addedOrUpdated,
Set<String> removed) |
Modifier and Type | Method and Description |
---|---|
List<BrowserEntry> |
BrowseData.getAddedOrUpdated() |
Constructor and Description |
---|
BrowseData(List<BrowserEntry> addedOrUpdated,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static BrowserEntry |
Structures.decodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static BrowserEntry |
Structures.inlindeDecodeBrowserEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<BrowserEntry> |
Structures.decodeListBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<BrowserEntry> |
Structures.decodeSetBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
BrowserEntry value) |
protected static void |
Structures.inlineEncodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
BrowserEntry value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<BrowserEntry> values) |
protected static void |
Structures.fillBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<BrowserEntry> values) |
Modifier and Type | Method and Description |
---|---|
void |
SessionImpl.dataChanged(List<BrowserEntry> addedOrUpdated,
Set<String> removed,
boolean full) |
protected void |
ServiceImpl.triggerBrowserChange(List<BrowserEntry> entries,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
void |
BrowserListenerManager.dataChanged(List<BrowserEntry> addedOrUpdated,
Set<String> removed,
boolean full) |
void |
ServerConnectionImpl.handleBrowseDataChanged(BrowserListenerManager browserListenerManager,
List<BrowserEntry> addedOrUpdated,
Set<String> removed,
boolean full) |
Modifier and Type | Method and Description |
---|---|
BrowserEntry |
BrowserEntryBean.getEntry() |
Constructor and Description |
---|
BrowserEntryBean(ConnectionService connection,
BrowserEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionWrapper.dataChanged(List<BrowserEntry> addedOrUpdated,
Set<String> removed,
boolean full) |
protected void |
ConnectionWrapper.handleDataChanged(List<BrowserEntry> addedOrUpdated,
Set<String> removed,
boolean full) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.