Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private RemoteAddeEntry |
TabbedAddeManager.BetterCheckTask.entry |
private RemoteAddeEntry |
TabbedAddeManager.CheckEntryTask.entry |
private RemoteAddeEntry |
RemoteEntryShortcut.StatusWrapper.entry |
private RemoteAddeEntry |
RemoteEntryEditor.StatusWrapper.entry |
static RemoteAddeEntry |
RemoteAddeEntry.INVALID_ENTRY
Represents an invalid remote ADDE entry.
|
Modifier and Type | Field and Description |
---|---|
static Function<AddeServer,RemoteAddeEntry> |
EntryTransforms.convertIdvServer
|
private Set<RemoteAddeEntry> |
RemoteEntryShortcut.currentEntries
Current contents of the editor.
|
private Set<RemoteAddeEntry> |
RemoteEntryEditor.currentEntries
Current contents of the editor.
|
static List<RemoteAddeEntry> |
RemoteAddeEntry.INVALID_ENTRIES
Represents a collection of invalid remote ADDE entries.
|
private List<RemoteAddeEntry> |
TabbedAddeManager.selectedRemoteEntries |
Modifier and Type | Method and Description |
---|---|
RemoteAddeEntry |
RemoteAddeEntry.Builder.build()
Creates an entry based upon the values supplied to the other
methods.
|
RemoteAddeEntry |
TabbedAddeManager.CheckEntryTask.call() |
RemoteAddeEntry |
RemoteEntryShortcut.StatusWrapper.getEntry()
Returns the
RemoteAddeEntry stored in this wrapper. |
RemoteAddeEntry |
RemoteEntryEditor.StatusWrapper.getEntry()
Returns the
RemoteAddeEntry stored in this wrapper. |
Modifier and Type | Method and Description |
---|---|
private static Map<RemoteAddeEntry,RemoteEntryEditor.AddeStatus> |
RemoteEntryShortcut.bulkPut(Collection<RemoteAddeEntry> entries,
RemoteEntryEditor.AddeStatus status) |
private static Map<RemoteAddeEntry,RemoteEntryEditor.AddeStatus> |
RemoteEntryEditor.bulkPut(Collection<RemoteAddeEntry> entries,
RemoteEntryEditor.AddeStatus status) |
List<RemoteAddeEntry> |
TabbedAddeManager.BetterCheckTask.call() |
Set<RemoteAddeEntry> |
TabbedAddeManager.checkDatasets(Collection<RemoteAddeEntry> entries) |
Set<RemoteAddeEntry> |
RemoteEntryEditor.checkGroups(AddeEntry.EditorAction action,
Set<RemoteAddeEntry> entries) |
Set<RemoteAddeEntry> |
RemoteEntryShortcut.checkGroups(Set<RemoteAddeEntry> entries) |
Set<RemoteAddeEntry> |
RemoteEntryShortcut.checkHosts(Set<RemoteAddeEntry> entries)
Attempt to verify a
Set of RemoteAddeEntry s. |
Set<RemoteAddeEntry> |
RemoteEntryEditor.checkHosts(Set<RemoteAddeEntry> entries)
Attempt to verify a
Set of RemoteAddeEntry s. |
static Set<RemoteAddeEntry> |
EntryTransforms.convertIdvServers(List<AddeServer> idvServers)
Converts given
idvServers to a
RemoteAddeEntries . |
protected static Set<RemoteAddeEntry> |
EntryTransforms.convertUserXml(Element root)
|
static Set<RemoteAddeEntry> |
EntryTransforms.createEntriesFrom(RemoteAddeEntry entry) |
protected static Set<RemoteAddeEntry> |
EntryTransforms.extractMctableEntries(String path,
String username,
String project) |
protected List<RemoteAddeEntry> |
TabbedAddeManager.RemoteAddeTableModel.getEntriesAtRow(int row)
Returns the
RemoteAddeEntry at the given index. |
Set<RemoteAddeEntry> |
EntryStore.getRemoteEntries()
Returns the complete
Set of
RemoteAddeEntries . |
private List<RemoteAddeEntry> |
TabbedAddeManager.getSelectedRemoteEntries()
Gets the selected remote ADDE entries.
|
private static List<RemoteAddeEntry> |
EntryTransforms.mapDatasetsToName(Map<String,String> datasetToHost,
Map<String,String> hostToIp,
String username,
String project)
This method is slightly confusing, sorry!
|
private Set<RemoteAddeEntry> |
RemoteEntryShortcut.pollWidgets(boolean ignoreCheckboxes)
Poll the various UI components and attempt to construct valid ADDE
entries based upon the information provided by the user.
|
private Set<RemoteAddeEntry> |
RemoteEntryEditor.pollWidgets(boolean ignoreCheckboxes)
Poll the various UI components and attempt to construct valid ADDE
entries based upon the information provided by the user.
|
Modifier and Type | Method and Description |
---|---|
static RemoteEntryEditor.AddeStatus |
RemoteAddeEntry.checkEntry(boolean checkHost,
RemoteAddeEntry entry)
Attempts to verify whether or not the information in a given
RemoteAddeEntry represents a valid remote ADDE server.
|
static RemoteEntryEditor.AddeStatus |
RemoteAddeEntry.checkEntry(RemoteAddeEntry entry)
Attempts to verify whether or not the information in a given
RemoteAddeEntry represents a valid remote ADDE server.
|
static boolean |
RemoteAddeEntry.checkHost(RemoteAddeEntry entry)
Determines whether or not the server specified in
entry is
listening on port 112. |
static Set<RemoteAddeEntry> |
EntryTransforms.createEntriesFrom(RemoteAddeEntry entry) |
protected int |
TabbedAddeManager.RemoteAddeTableModel.getRowForEntry(RemoteAddeEntry entry)
Returns the index of the given
entry . |
static Set<String> |
RemoteAddeEntry.readPublicGroups(RemoteAddeEntry entry)
Tries to connect to a given
RemoteAddeEntry and read the list
of ADDE "groups" available to the public. |
Modifier and Type | Method and Description |
---|---|
private static Map<RemoteAddeEntry,RemoteEntryEditor.AddeStatus> |
RemoteEntryShortcut.bulkPut(Collection<RemoteAddeEntry> entries,
RemoteEntryEditor.AddeStatus status) |
private static Map<RemoteAddeEntry,RemoteEntryEditor.AddeStatus> |
RemoteEntryEditor.bulkPut(Collection<RemoteAddeEntry> entries,
RemoteEntryEditor.AddeStatus status) |
Set<RemoteAddeEntry> |
TabbedAddeManager.checkDatasets(Collection<RemoteAddeEntry> entries) |
Set<RemoteAddeEntry> |
RemoteEntryEditor.checkGroups(AddeEntry.EditorAction action,
Set<RemoteAddeEntry> entries) |
Set<RemoteAddeEntry> |
RemoteEntryShortcut.checkGroups(Set<RemoteAddeEntry> entries) |
Set<RemoteAddeEntry> |
RemoteEntryShortcut.checkHosts(Set<RemoteAddeEntry> entries)
Attempt to verify a
Set of RemoteAddeEntry s. |
Set<RemoteAddeEntry> |
RemoteEntryEditor.checkHosts(Set<RemoteAddeEntry> entries)
Attempt to verify a
Set of RemoteAddeEntry s. |
private void |
RemoteEntryShortcut.initComponents(List<RemoteAddeEntry> initEntries)
This method is called from within the constructor to
initialize the form.
|
private void |
RemoteEntryEditor.initComponents(List<RemoteAddeEntry> initEntries)
This method is called from within the constructor to
initialize the form.
|
private Thread |
RemoteEntryEditor.makeCheckThread(AddeEntry.EditorAction action,
Set<RemoteAddeEntry> entries) |
void |
TabbedAddeManager.removeRemoteEntries(Collection<RemoteAddeEntry> entries)
Removes the given remote ADDE entries from the server manager GUI.
|
private void |
RemoteEntryEditor.setCheckBoxes(Set<RemoteAddeEntry> verified) |
private void |
TabbedAddeManager.setSelectedRemoteEntries(Collection<RemoteAddeEntry> entries)
Corresponds to the selected remote ADDE entries in the GUI.
|
void |
TabbedAddeManager.showRemoteEditor(List<RemoteAddeEntry> entries)
Create and show the GUI the remote ADDE dataset GUI.
|
Constructor and Description |
---|
BetterCheckTask(RemoteAddeEntry entry) |
CheckEntryTask(RemoteAddeEntry entry) |
RemoteEntryEditor(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
RemoteAddeEntry entry) |
RemoteEntryShortcut(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
RemoteAddeEntry entry) |
StatusWrapper(RemoteAddeEntry entry)
Builds an entry/status pairing.
|
StatusWrapper(RemoteAddeEntry entry)
Builds an entry/status pairing.
|
Constructor and Description |
---|
RemoteEntryEditor(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
List<RemoteAddeEntry> entries) |
RemoteEntryShortcut(Frame parent,
boolean modal,
TabbedAddeManager manager,
EntryStore store,
List<RemoteAddeEntry> entries) |