| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls |
This package contains classes and packages that are related to the AbstractETL and its sub-classes.
|
| de.gerdiproject.harvest.rest |
This package contains generic classes used by HTTP requests.
|
| de.gerdiproject.harvest.scheduler |
This package contains classes for setting up a schedule for the harvester.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractETL.onContextDestroyed(ContextDestroyedEvent event)
The implementation of the context destroyed callback.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRestObject.onContextDestroyed(ContextDestroyedEvent event)
Cleans up all objects that are used by this object and removes event listeners.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Scheduler.onContextDestroyed(ContextDestroyedEvent event)
Removes event listeners, cancels the timer and removes
all registered tasks.
|
Copyright © 2017–2019. All rights reserved.