public class ThreatInfosFuture
extends java.lang.Object
| Constructor and Description | 
|---|
ThreatInfosFuture()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Cancel()  | 
void | 
Destroy()  | 
ThreatInfo[] | 
GetResult()  | 
boolean | 
IsCanceled()  | 
boolean | 
IsFinished()  | 
boolean | 
IsPaused()  | 
boolean | 
IsResultReady()  | 
boolean | 
IsRunning()  | 
boolean | 
IsStarted()  | 
void | 
Pause()  | 
void | 
Resume()  | 
void | 
SetPaused(boolean paused)  | 
void | 
TogglePaused()  | 
void | 
WaitForFinished()  | 
public void Destroy()
public boolean IsStarted()
public boolean IsRunning()
public boolean IsFinished()
public void WaitForFinished()
                     throws InvalidLicenseException,
                            LicenseExpiredException,
                            LicenseException,
                            SettingsException,
                            java.io.FileNotFoundException,
                            java.io.IOException,
                            UnsupportedMimeTypeException,
                            java.lang.Exception
InvalidLicenseExceptionLicenseExpiredExceptionLicenseExceptionSettingsExceptionjava.io.FileNotFoundExceptionjava.io.IOExceptionUnsupportedMimeTypeExceptionjava.lang.Exceptionpublic boolean IsCanceled()
public void Cancel()
public boolean IsPaused()
public void Pause()
public void Resume()
public void SetPaused(boolean paused)
public void TogglePaused()
public boolean IsResultReady()
public ThreatInfo[] GetResult() throws InvalidLicenseException, LicenseExpiredException, LicenseException, SettingsException, java.io.FileNotFoundException, java.io.IOException, UnsupportedMimeTypeException, java.lang.Exception
InvalidLicenseExceptionLicenseExpiredExceptionLicenseExceptionSettingsExceptionjava.io.FileNotFoundExceptionjava.io.IOExceptionUnsupportedMimeTypeExceptionjava.lang.Exception