public class EventScanRunner
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
EventScanRunner(DBEventCondition eventCondition,
VirtualDB vDB,
Login login)
The constructor
|
Modifier and Type | Method and Description |
---|---|
DBEventCondition |
getEventCondition()
The Event Condition being processed
|
boolean |
isProcessing()
Is this Scan still processing
|
void |
run()
Process the scan
|
void |
waitToComplete()
Waits for the process to complete
|
public EventScanRunner(@Nonnull DBEventCondition eventCondition, @Nonnull VirtualDB vDB, @Nullable Login login)
eventCondition
- The Event Condition used for scanvDB
- The Virtual Database to be scannedlogin
- The login used for scan@CheckReturnValue public boolean isProcessing()
@CheckReturnValue @Nonnull public DBEventCondition getEventCondition()
public void run()
run
in interface java.lang.Runnable
public void waitToComplete()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.