Package org.jesterj.ingest.model
Interface Active
-
- All Known Implementing Classes:
JdbcScanner,PlanImpl,ScannerImpl,SimpleFileScanner,StepImpl
public interface Active
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()Begin processing.voiddeactivate()Stop processing.booleanisActive()Test to see if the object is active
-