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

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


Field Summary
private  RemoteEntryShortcut.StatusWrapper entryStatus
           
 
Constructor Summary
RemoteEntryShortcut.VerifyEntryTask(RemoteEntryShortcut.StatusWrapper descStatus)
           
 
Method Summary
 RemoteEntryShortcut.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 RemoteEntryShortcut.StatusWrapper entryStatus
Constructor Detail

RemoteEntryShortcut.VerifyEntryTask

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

call

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