Interface | Description |
---|---|
ActionListener<T extends Enum<?>> | |
ApplicationService | |
Clock |
A clock.
|
ExitStatus |
Service which can be used for certain commands to set the exit status on
JVM termination.
|
MultipleServiceTracker.Action | |
Ordered |
This interface defines a standard way for Thermostat plug-ins to specify
an ordering for their services in relation to others of the same type.
|
Timer | |
TimerFactory |
An instance of this can be obtained from
ApplicationService . |
Class | Description |
---|---|
ActionEvent<T extends Enum<?>> | |
ActionNotifier<T extends Enum<?>> | |
AllPassFilter<T> |
A
Filter that passes everything. |
ApplicationCache |
A simple cache to keep resources in.
|
ApplicationInfo | |
Constants |
A grab bag of constants.
|
Filter<T> |
A
Filter decides if some information matches what this
filter is designed to work with. |
LogFormatter | |
MultipleServiceTracker |
A
ServiceTracker for multiple services. |
OrderedComparator<T extends Ordered> | |
Pair<F,S> |
A container that hold two values.
|
Size |
Represents a size (of a file, memory, or disk) with a number and a unit.
|
SystemClock |
A
Clock that corresponds to the time as measured on the system. |
ThermostatExtensionRegistry<E> |
A helper class to make it easier to implement registeries for osgi-services.
|
ThreadPoolTimerFactory | |
Version |
Utility class for Thermostat version info.
|
Enum | Description |
---|---|
Filter.FilterEvent | |
Size.Unit | |
ThermostatExtensionRegistry.Action | |
Timer.SchedulingType |
Exception | Description |
---|---|
LaunchException |
Exception that should be thrown when a condition is detected that prevents proper startup
of program.
|
NotImplementedException |
Copyright © 2015. All rights reserved.