edu.wisc.ssec.mcidasv.servermanager
Class RemoteEntryEditor.VerifyEntryTask
java.lang.Object
edu.wisc.ssec.mcidasv.servermanager.RemoteEntryEditor.VerifyEntryTask
- All Implemented Interfaces:
- Callable<RemoteEntryEditor.StatusWrapper>
- Enclosing class:
- RemoteEntryEditor
private class RemoteEntryEditor.VerifyEntryTask
- extends Object
- implements Callable<RemoteEntryEditor.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 RemoteEntryEditor.StatusWrapper entryStatus
RemoteEntryEditor.VerifyEntryTask
public RemoteEntryEditor.VerifyEntryTask(RemoteEntryEditor.StatusWrapper descStatus)
call
public RemoteEntryEditor.StatusWrapper call()
throws Exception
- Specified by:
call
in interface Callable<RemoteEntryEditor.StatusWrapper>
- Throws:
Exception