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.AddeStatus
RemoteEntryEditor.StatusWrapper.status
Current "status" ofRemoteEntryEditor.StatusWrapper.entry
.Methods in edu.wisc.ssec.mcidasv.servermanager that return RemoteEntryEditor.AddeStatusModifier 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.RemoteEntryEditor.StatusWrapper.getStatus()
Returns the current "status" ofRemoteEntryEditor.StatusWrapper.entry
.static RemoteEntryEditor.AddeStatus
Returns 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 givengroup
onhost
.RemoteAddeEntry.checkEntryTypes
(String host, String group, String user, String proj) Determine the types of ADDE data within the givengroup
onhost
.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) void
RemoteEntryEditor.StatusWrapper.setStatus
(RemoteEntryEditor.AddeStatus status) Set the "status" of thisRemoteEntryEditor.StatusWrapper.entry
to a givenRemoteEntryEditor.AddeStatus
.