Package | Description |
---|---|
edu.wisc.ssec.mcidasv.servermanager |
Modifier and Type | Field and Description |
---|---|
private RemoteEntryEditor.AddeStatus |
RemoteEntryShortcut.StatusWrapper.status
Current "status" of
RemoteEntryShortcut.StatusWrapper.entry . |
private RemoteEntryEditor.AddeStatus |
RemoteEntryEditor.StatusWrapper.status
Current "status" of
RemoteEntryEditor.StatusWrapper.entry . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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)
Determine the types of ADDE data within the given
group on
host . |
static Map<AddeEntry.EntryType,RemoteEntryEditor.AddeStatus> |
RemoteAddeEntry.checkEntryTypes(String host,
String group,
String user,
String proj)
Determine the types of ADDE data within the given
group on
host . |
Modifier and Type | Method and Description |
---|---|
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 . |