edu.wisc.ssec.mcidasv.servermanager
Class RemoteEntryEditor.VerifyEntryTask

java.lang.Object
  extended by 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).


Field Summary
private  RemoteEntryEditor.StatusWrapper entryStatus
           
 
Constructor Summary
RemoteEntryEditor.VerifyEntryTask(RemoteEntryEditor.StatusWrapper descStatus)
           
 
Method Summary
 RemoteEntryEditor.StatusWrapper call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entryStatus

private final RemoteEntryEditor.StatusWrapper entryStatus
Constructor Detail

RemoteEntryEditor.VerifyEntryTask

public RemoteEntryEditor.VerifyEntryTask(RemoteEntryEditor.StatusWrapper descStatus)
Method Detail

call

public RemoteEntryEditor.StatusWrapper call()
                                     throws Exception
Specified by:
call in interface Callable<RemoteEntryEditor.StatusWrapper>
Throws:
Exception