Uses of Class
edu.wisc.ssec.mcidasv.servermanager.RemoteAddeEntry
Packages that use RemoteAddeEntry
-
Uses of RemoteAddeEntry in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as RemoteAddeEntryModifier and TypeFieldDescriptionprivate final RemoteAddeEntry
RemoteEntryEditor.StatusWrapper.entry
private final RemoteAddeEntry
TabbedAddeManager.BetterCheckTask.entry
private final RemoteAddeEntry
TabbedAddeManager.CheckEntryTask.entry
static final RemoteAddeEntry
RemoteAddeEntry.INVALID_ENTRY
Represents an invalid remote ADDE entry.Fields in edu.wisc.ssec.mcidasv.servermanager with type parameters of type RemoteAddeEntryModifier and TypeFieldDescriptionstatic final Function
<AddeServer, RemoteAddeEntry> EntryTransforms.convertIdvServer
private final Set
<RemoteAddeEntry> RemoteEntryEditor.currentEntries
Current contents of the editor.static final List
<RemoteAddeEntry> RemoteAddeEntry.INVALID_ENTRIES
Represents a collection of invalid remote ADDE entries.private final List
<RemoteAddeEntry> TabbedAddeManager.selectedRemoteEntries
Methods in edu.wisc.ssec.mcidasv.servermanager that return RemoteAddeEntryModifier and TypeMethodDescriptionRemoteAddeEntry.Builder.build()
Creates an entry based upon the values supplied to the other methods.TabbedAddeManager.CheckEntryTask.call()
RemoteEntryEditor.StatusWrapper.getEntry()
Returns theRemoteAddeEntry
stored in this wrapper.Methods in edu.wisc.ssec.mcidasv.servermanager that return types with arguments of type RemoteAddeEntryModifier and TypeMethodDescriptionprivate static Map
<RemoteAddeEntry, RemoteEntryEditor.AddeStatus> RemoteEntryEditor.bulkPut
(Collection<RemoteAddeEntry> entries, RemoteEntryEditor.AddeStatus status) TabbedAddeManager.BetterCheckTask.call()
TabbedAddeManager.checkDatasets
(Collection<RemoteAddeEntry> entries) RemoteEntryEditor.checkGroups
(AddeEntry.EditorAction action, Set<RemoteAddeEntry> entries) RemoteEntryEditor.checkHosts
(Set<RemoteAddeEntry> entries) Attempt to verify aSet
ofRemoteAddeEntry
s.static Set
<RemoteAddeEntry> EntryTransforms.convertIdvServers
(List<AddeServer> idvServers) Converts givenidvServers
to aRemoteAddeEntries
.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 theRemoteAddeEntry
at the given index.EntryStore.getRemoteEntries()
Returns the completeSet
ofRemoteAddeEntries
.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> RemoteEntryEditor.pollWidgets
(boolean ignoreCheckboxes) Poll the various UI components and attempt to construct valid ADDE entries based upon the information provided by the user.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type RemoteAddeEntryModifier and TypeMethodDescriptionstatic 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 inentry
is listening on port 112.static Set
<RemoteAddeEntry> EntryTransforms.createEntriesFrom
(RemoteAddeEntry entry) protected int
TabbedAddeManager.RemoteAddeTableModel.getRowForEntry
(RemoteAddeEntry entry) Returns the index of the givenentry
.RemoteAddeEntry.readPublicGroups
(RemoteAddeEntry entry) Tries to connect to a givenRemoteAddeEntry
and read the list of ADDE "groups" available to the public.Method parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type RemoteAddeEntryModifier and TypeMethodDescriptionprivate static Map
<RemoteAddeEntry, RemoteEntryEditor.AddeStatus> RemoteEntryEditor.bulkPut
(Collection<RemoteAddeEntry> entries, RemoteEntryEditor.AddeStatus status) TabbedAddeManager.checkDatasets
(Collection<RemoteAddeEntry> entries) RemoteEntryEditor.checkGroups
(AddeEntry.EditorAction action, Set<RemoteAddeEntry> entries) RemoteEntryEditor.checkHosts
(Set<RemoteAddeEntry> entries) Attempt to verify aSet
ofRemoteAddeEntry
s.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.Constructors in edu.wisc.ssec.mcidasv.servermanager with parameters of type RemoteAddeEntryModifierConstructorDescriptionBetterCheckTask
(RemoteAddeEntry entry) CheckEntryTask
(RemoteAddeEntry entry) RemoteEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, RemoteAddeEntry entry) StatusWrapper
(RemoteAddeEntry entry) Builds an entry/status pairing.Constructor parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type RemoteAddeEntryModifierConstructorDescriptionRemoteEntryEditor
(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, List<RemoteAddeEntry> entries)