| 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.
|
| Launcher |
Launcher is the main entry point for all Thermostat commands.
|
| 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<?>> | |
| ApplicationCache |
A simple cache to keep resources in.
|
| ApplicationInfo | |
| Constants |
A grab bag of constants.
|
| 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 |
|---|---|
| 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 © 2013. All Rights Reserved.