Uses of Enum Class
edu.wisc.ssec.mcidasv.servermanager.RemoteEntryEditor.AddeStatus
Packages that use RemoteEntryEditor.AddeStatus
-
Uses of RemoteEntryEditor.AddeStatus in edu.wisc.ssec.mcidasv.servermanager
Fields in edu.wisc.ssec.mcidasv.servermanager declared as RemoteEntryEditor.AddeStatusModifier and TypeFieldDescriptionprivate RemoteEntryEditor.AddeStatusRemoteEntryEditor.StatusWrapper.statusCurrent "status" ofRemoteEntryEditor.StatusWrapper.entry.Methods in edu.wisc.ssec.mcidasv.servermanager that return RemoteEntryEditor.AddeStatusModifier and TypeMethodDescriptionstatic RemoteEntryEditor.AddeStatusRemoteAddeEntry.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.AddeStatusRemoteAddeEntry.checkEntry(RemoteAddeEntry entry) Attempts to verify whether or not the information in a given RemoteAddeEntry represents a valid remote ADDE server.RemoteEntryEditor.StatusWrapper.getStatus()Returns the current "status" ofRemoteEntryEditor.StatusWrapper.entry.static RemoteEntryEditor.AddeStatusReturns the enum constant of this class with the specified name.static RemoteEntryEditor.AddeStatus[]RemoteEntryEditor.AddeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv.servermanager that return types with arguments of type RemoteEntryEditor.AddeStatusModifier and TypeMethodDescriptionprivate static Map<RemoteAddeEntry, RemoteEntryEditor.AddeStatus> RemoteEntryEditor.bulkPut(Collection<RemoteAddeEntry> entries, RemoteEntryEditor.AddeStatus status) RemoteAddeEntry.checkEntryTypes(String host, String group) Determine the types of ADDE data within the givengrouponhost.RemoteAddeEntry.checkEntryTypes(String host, String group, String user, String proj) Determine the types of ADDE data within the givengrouponhost.Methods in edu.wisc.ssec.mcidasv.servermanager with parameters of type RemoteEntryEditor.AddeStatusModifier and TypeMethodDescriptionprivate static Map<RemoteAddeEntry, RemoteEntryEditor.AddeStatus> RemoteEntryEditor.bulkPut(Collection<RemoteAddeEntry> entries, RemoteEntryEditor.AddeStatus status) voidRemoteEntryEditor.StatusWrapper.setStatus(RemoteEntryEditor.AddeStatus status) Set the "status" of thisRemoteEntryEditor.StatusWrapper.entryto a givenRemoteEntryEditor.AddeStatus.