| Modifier and Type | Field and Description |
|---|---|
protected Location |
FolderWatcher.location |
| Modifier and Type | Method and Description |
|---|---|
Location |
FolderWatcher.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderManager.addFolderListener(FolderListener listener,
Location location) |
void |
Connection.browse(Location location,
BrowseOperationCallback callback)
Browse a server folder for items.
|
void |
FolderManager.removeFolderListener(FolderListener listener,
Location location) |
FolderListener |
Connection.setFolderListener(Location location,
FolderListener listener)
Set the listener for this location.
|
void |
Connection.subscribeFolder(Location location) |
void |
Connection.unsubscribeFolder(Location location) |
| Constructor and Description |
|---|
FolderSyncController(Connection connection,
Location location) |
FolderWatcher(Location location) |
| Modifier and Type | Method and Description |
|---|---|
NotifyFuture<Entry[]> |
ConnectionImpl.browse(Location location) |
void |
ConnectionImpl.browse(Location location,
BrowseOperationCallback callback) |
FolderListener |
ConnectionImpl.setFolderListener(Location location,
FolderListener listener) |
void |
ConnectionImpl.subscribeFolder(Location location) |
void |
ConnectionImpl.unsubscribeFolder(Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionImpl.browse(Location location,
BrowseOperationCallback callback) |
FolderListener |
ConnectionImpl.setFolderListener(Location location,
FolderListener listener) |
void |
ConnectionImpl.subscribeFolder(Location location) |
void |
ConnectionImpl.unsubscribeFolder(Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderManager.addEntry(Location location,
String name,
String itemId,
String description) |
void |
FolderManager.removeEntry(Location location,
String name) |
void |
FolderManager.setFolderListener(Location location,
FolderListener listener) |
void |
ReadAllStrategy.setFolderListener(Location location,
FolderListener listener) |
void |
FolderManager.subscribeFolder(Location location) |
void |
ReadAllStrategy.subscribeFolder(Location location) |
void |
FolderManager.unsubscribeFolder(Location location) |
void |
ReadAllStrategy.unsubscribeFolder(Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadAllStrategy.setAllFolderListeners(Map<Location,FolderListener> folderListeners) |
| Constructor and Description |
|---|
Folder(Executor executor,
Folder parent,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
LazyConnectionWrapper.browse(Location location,
BrowseOperationCallback callback) |
FolderListener |
LazyConnectionWrapper.setFolderListener(Location location,
FolderListener listener) |
void |
LazyConnectionWrapper.subscribeFolder(Location location) |
void |
LazyConnectionWrapper.unsubscribeFolder(Location location) |
| Modifier and Type | Field and Description |
|---|---|
static Location |
Location.ROOT |
| Constructor and Description |
|---|
Location(Location location) |
Location(Location parent,
String child) |
| Modifier and Type | Method and Description |
|---|---|
void |
FolderListener.folderChanged(Location location,
List<Entry> added,
Set<String> removed,
boolean full) |
NotifyFuture<Entry[]> |
HiveBrowser.startBrowse(Session session,
Location location) |
void |
HiveBrowser.subscribe(Session session,
Location location) |
void |
HiveBrowser.unsubscribe(Session session,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Location> |
SessionCommonData.getPaths() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionCommonData.addPath(Object tag,
Location path) |
Object |
SessionCommonData.getTag(Location path) |
void |
SessionCommonData.removePath(Location path) |
NotifyFuture<Entry[]> |
HiveBrowserCommon.startBrowse(Session session,
Location location) |
void |
HiveBrowserCommon.subscribe(Session session,
Location location) |
void |
HiveBrowserCommon.unsubscribe(Session session,
Location location) |
| Constructor and Description |
|---|
BrowseCallable(Folder folder,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerConnectionImpl.handleFolderChanged(Location location,
Collection<Entry> added,
Set<String> removed,
boolean full) |
| Constructor and Description |
|---|
ProxyFolder(FolderManager folderManager,
ProxyGroup proxyGroup,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
FolderEntryWrapper.getLocation() |
| Constructor and Description |
|---|
FolderEntryWrapper(FolderEntryWrapper parent,
Entry entry,
Location location) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.