edu.wisc.ssec.mcidasv.servermanager
Class RemoteEntryShortcut.VerifyEntryTask
java.lang.Object
edu.wisc.ssec.mcidasv.servermanager.RemoteEntryShortcut.VerifyEntryTask
- All Implemented Interfaces:
- Callable<RemoteEntryShortcut.StatusWrapper>
- Enclosing class:
- RemoteEntryShortcut
private class RemoteEntryShortcut.VerifyEntryTask
- extends Object
- implements Callable<RemoteEntryShortcut.StatusWrapper>
Represents an ADDE entry verification task. These are executed asynchronously
by the completion service within RemoteEntryEditor.checkGroups(Set)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entryStatus
private final RemoteEntryShortcut.StatusWrapper entryStatus
RemoteEntryShortcut.VerifyEntryTask
public RemoteEntryShortcut.VerifyEntryTask(RemoteEntryShortcut.StatusWrapper descStatus)
call
public RemoteEntryShortcut.StatusWrapper call()
throws Exception
- Specified by:
call
in interface Callable<RemoteEntryShortcut.StatusWrapper>
- Throws:
Exception