Uses of Class
edu.wisc.ssec.mcidasv.servermanager.RemoteAddeEntry

Packages that use RemoteAddeEntry
edu.wisc.ssec.mcidasv.servermanager   
 

Uses of RemoteAddeEntry in edu.wisc.ssec.mcidasv.servermanager
 

Fields in edu.wisc.ssec.mcidasv.servermanager declared as RemoteAddeEntry
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.
 

Fields in edu.wisc.ssec.mcidasv.servermanager with type parameters of type RemoteAddeEntry
static Function<AddeServer,RemoteAddeEntry> EntryTransforms.convertIdvServer
          Function that transforms an AddeServer into a RemoteAddeEntry.
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
           
 

Methods in edu.wisc.ssec.mcidasv.servermanager that return RemoteAddeEntry
 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.
 

Methods in edu.wisc.ssec.mcidasv.servermanager that return types with arguments of type RemoteAddeEntry
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> RemoteEntryShortcut.checkGroups(Set<RemoteAddeEntry> entries)
           
 Set<RemoteAddeEntry> RemoteEntryEditor.checkGroups(Set<RemoteAddeEntry> entries)
           
 Set<RemoteAddeEntry> RemoteEntryShortcut.checkHosts(Set<RemoteAddeEntry> entries)
          Attempt to verify a Set of RemoteAddeEntrys.
 Set<RemoteAddeEntry> RemoteEntryEditor.checkHosts(Set<RemoteAddeEntry> entries)
          Attempt to verify a Set of RemoteAddeEntrys.
 Set<RemoteAddeEntry> RemoteEntryEditor.checkHosts2(Set<RemoteAddeEntry> entries)
           
static Set<RemoteAddeEntry> EntryTransforms.convertIdvServers(List<AddeServer> idvServers)
           
protected static Set<RemoteAddeEntry> EntryTransforms.convertUserXml(Element root)
          Converts the XML contents of ResourceManager.RSC_NEW_USERSERVERS to a Set of RemoteAddeEntrys.
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 RemoteAddeEntrys.
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.
 

Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type RemoteAddeEntry
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.
 

Method parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type RemoteAddeEntry
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> RemoteEntryShortcut.checkGroups(Set<RemoteAddeEntry> entries)
           
 Set<RemoteAddeEntry> RemoteEntryEditor.checkGroups(Set<RemoteAddeEntry> entries)
           
 Set<RemoteAddeEntry> RemoteEntryShortcut.checkHosts(Set<RemoteAddeEntry> entries)
          Attempt to verify a Set of RemoteAddeEntrys.
 Set<RemoteAddeEntry> RemoteEntryEditor.checkHosts(Set<RemoteAddeEntry> entries)
          Attempt to verify a Set of RemoteAddeEntrys.
 Set<RemoteAddeEntry> RemoteEntryEditor.checkHosts2(Set<RemoteAddeEntry> entries)
           
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.
 void TabbedAddeManager.removeRemoteEntries(Collection<RemoteAddeEntry> entries)
          Removes the given remote ADDE entries from the server manager GUI.
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 RemoteAddeEntry
RemoteEntryEditor.StatusWrapper(RemoteAddeEntry entry)
          Builds an entry/status pairing.
RemoteEntryEditor(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, RemoteAddeEntry entry)
           
RemoteEntryShortcut.StatusWrapper(RemoteAddeEntry entry)
          Builds an entry/status pairing.
RemoteEntryShortcut(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, RemoteAddeEntry entry)
           
TabbedAddeManager.BetterCheckTask(RemoteAddeEntry entry)
           
TabbedAddeManager.CheckEntryTask(RemoteAddeEntry entry)
           
 

Constructor parameters in edu.wisc.ssec.mcidasv.servermanager with type arguments of type RemoteAddeEntry
RemoteEntryEditor(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, List<RemoteAddeEntry> entries)
           
RemoteEntryShortcut(Frame parent, boolean modal, TabbedAddeManager manager, EntryStore store, List<RemoteAddeEntry> entries)