| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Entry> |
FolderWatcher.cache |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Entry> |
FolderWatcher.getCache() |
Collection<Entry> |
FolderWatcher.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseOperationCallback.complete(Entry[] entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderWatcher.folderChanged(Collection<Entry> added,
Collection<String> removed,
boolean full) |
void |
FolderSyncController.folderChanged(Collection<Entry> added,
Collection<String> removed,
boolean full) |
void |
FolderListener.folderChanged(Collection<Entry> added,
Collection<String> removed,
boolean full)
Provide changes to the listener
|
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
Connection.browse(Location location,
int timeout) |
protected Entry[] |
Connection.completeBrowse(LongRunningOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Entry> |
ConnectionImpl.convert(List<BrowserEntry> addedOrModified) |
| Modifier and Type | Method and Description |
|---|---|
static Entry[] |
Helper.convert(List<BrowserEntry> browserData) |
static Entry |
Helper.convertEntry(BrowserEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Folder.fireListener(Collection<Entry> added,
Collection<String> removed,
boolean full) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataItemEntry |
interface |
FolderEntry |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseOperationListener.success(Entry[] result) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderListener.folderChanged(Location location,
List<Entry> added,
Set<String> removed,
boolean full) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryCommon |
| Modifier and Type | Method and Description |
|---|---|
static Entry[] |
ListBrowser.parseResponse(Message message) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
ListBrowser.createResponse(long id,
Entry[] entries) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
ListBrowser.createEvent(String[] path,
Collection<Entry> added,
Collection<String> removed,
boolean full) |
static void |
ListBrowser.parseEvent(Message message,
List<String> path,
List<Entry> added,
List<String> removed,
Holder<Boolean> full) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataItemEntryCommon |
class |
FolderEntryCommon |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
Folder.list(Stack<String> path) |
Entry[] |
FolderCommon.list(Stack<String> path) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderListener.changed(Object tag,
List<Entry> added,
Set<String> removed,
boolean full) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
GroupFolder.list(Stack<String> path) |
Entry[] |
GroupSubFolder.list(Stack<String> path) |
Entry[] |
QueryFolder.list(Stack<String> path) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
BrowseCallable.call() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveBrowserCommon.changed(Object tag,
List<Entry> added,
Set<String> removed,
boolean full) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
ComponentFolder.list(Stack<String> path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectionHandler.folderChanged(Location location,
List<Entry> added,
Set<String> removed,
boolean full) |
| Modifier and Type | Method and Description |
|---|---|
protected List<BrowserEntry> |
ServerConnectionImpl.convertEntries(Entry[] result) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerConnectionImpl.handleFolderChanged(Location location,
Collection<Entry> added,
Set<String> removed,
boolean full) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
ProxyFolder.list(Stack<String> path) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyFolder.folderChanged(Collection<Entry> added,
Collection<String> removed,
boolean full) |
| Modifier and Type | Method and Description |
|---|---|
Entry |
FolderEntryWrapper.getEntry() |
| Constructor and Description |
|---|
FolderEntryWrapper(FolderEntryWrapper parent,
Entry entry,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderObserver.folderChanged(Collection<Entry> added,
Collection<String> removed,
boolean full) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.