| Package | Description |
|---|---|
| de.is24.util.monitoring |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleHistorizable
This is a default Implementation of
Historizable
supplied for convenience. |
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<Historizable> |
HistorizableList.historizables |
| Modifier and Type | Method and Description |
|---|---|
Historizable |
HistorizableList.get(int index)
This method is thread-safe in combination with size().
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Historizable> |
HistorizableList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistorizableList.add(Historizable historizable)
add a
Historizable instance to this list and remove the oldest
instance if necessary. |
void |
InApplicationMonitor.addHistorizable(Historizable historizable)
add a
Historizable instance to the list identified by historizable.getName() |
void |
CorePlugin.addHistorizable(String name,
Historizable historizable)
add a
Historizable instance to the list identified by historizable.getName() |
Copyright © 2013 Immobilien Scout GmbH. All Rights Reserved.