Uses of Class
edu.wisc.ssec.mcidasv.servermanager.RemoteEntryEditor.AddeStatus

Packages that use RemoteEntryEditor.AddeStatus
edu.wisc.ssec.mcidasv.servermanager   
 

Uses of RemoteEntryEditor.AddeStatus in edu.wisc.ssec.mcidasv.servermanager
 

Fields in edu.wisc.ssec.mcidasv.servermanager declared as RemoteEntryEditor.AddeStatus
private  RemoteEntryEditor.AddeStatus RemoteEntryShortcut.StatusWrapper.status
          Current "status" of RemoteEntryShortcut.StatusWrapper.entry.
private  RemoteEntryEditor.AddeStatus RemoteEntryEditor.StatusWrapper.status
          Current "status" of RemoteEntryEditor.StatusWrapper.entry.
 

Methods in edu.wisc.ssec.mcidasv.servermanager that return RemoteEntryEditor.AddeStatus
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.
 RemoteEntryEditor.AddeStatus RemoteEntryShortcut.StatusWrapper.getStatus()
          Returns the current "status" of RemoteEntryShortcut.StatusWrapper.entry.
 RemoteEntryEditor.AddeStatus RemoteEntryEditor.StatusWrapper.getStatus()
          Returns the current "status" of RemoteEntryEditor.StatusWrapper.entry.
static RemoteEntryEditor.AddeStatus RemoteEntryEditor.AddeStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RemoteEntryEditor.AddeStatus[] RemoteEntryEditor.AddeStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.wisc.ssec.mcidasv.servermanager that return types with arguments of type RemoteEntryEditor.AddeStatus
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)
           
static Map<AddeEntry.EntryType,RemoteEntryEditor.AddeStatus> RemoteAddeEntry.checkEntryTypes(String host, String group)
           
static Map<AddeEntry.EntryType,RemoteEntryEditor.AddeStatus> RemoteAddeEntry.checkEntryTypes(String host, String group, String user, String proj)
           
 

Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type RemoteEntryEditor.AddeStatus
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)
           
 void RemoteEntryShortcut.StatusWrapper.setStatus(RemoteEntryEditor.AddeStatus status)
          Set the "status" of this RemoteEntryShortcut.StatusWrapper.entry to a given RemoteEntryEditor.AddeStatus.
 void RemoteEntryEditor.StatusWrapper.setStatus(RemoteEntryEditor.AddeStatus status)
          Set the "status" of this RemoteEntryEditor.StatusWrapper.entry to a given RemoteEntryEditor.AddeStatus.