|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Historizable | |
|---|---|
| de.is24.util.monitoring | |
| Uses of Historizable in de.is24.util.monitoring |
|---|
| Classes in de.is24.util.monitoring that implement Historizable | |
|---|---|
class |
SimpleHistorizable
This is a default Implementation of Historizable
supplied for convenience. |
| Fields in de.is24.util.monitoring with type parameters of type Historizable | |
|---|---|
private LinkedList<Historizable> |
HistorizableList.historizables
|
| Methods in de.is24.util.monitoring that return Historizable | |
|---|---|
Historizable |
HistorizableList.get(int index)
This method is thread-safe in combination with size(). |
| Methods in de.is24.util.monitoring that return types with arguments of type Historizable | |
|---|---|
Iterator<Historizable> |
HistorizableList.iterator()
|
| Methods in de.is24.util.monitoring with parameters of type Historizable | |
|---|---|
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() |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||