A B C D E F G H I J K L M N O P R S T U V W X Y Z 

C

calendar - Variable in class de.hawhamburg.reachability.sensor.adapter.GoogleCalendarAdapter
The google calendar connection as GoogleCalendarHook.
calendar - Variable in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
The connection to the google calendar web-service as GoogleCalendarHook.
CalendarRequestType - Enum in de.hawhamburg.reachability.tools.googleCalendar.enumeration
Request types to be used in common with the google calendar service.
CalendarRequestType() - Constructor for enum de.hawhamburg.reachability.tools.googleCalendar.enumeration.CalendarRequestType
 
category - Variable in class de.hawhamburg.reachability.tools.googleCalendar.json.JsonGoogleCalendarEvent
A Set of Categorys describing the event if specified.
changeConfig - Variable in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
The LPPublisher to send the users configuration via the ActiveMQ topic REACHABILITY_CONFIG_CHANGE_TOPIC.
changeProps - Variable in class de.hawhamburg.reachability.properties.PropertyService
Listener for property change requests.
checkLoad() - Static method in class de.hawhamburg.reachability.conf.LoggerConfig
Ensures that the configuration file was at least tried to load once.
checkLoad() - Static method in class de.hawhamburg.reachability.conf.MainConfig
Ensures that the configuration files where at least tried to load once.
checkLoad() - Static method in class de.hawhamburg.reachability.conf.ReasonerConfig
Ensures that the configuration file was at least tried to load once.
checkLoad() - Method in class de.hawhamburg.reachability.conf.resource.SimpleXMLConfigFile
Loads the local XML source, if it's null, by using SimpleXMLConfigFile.refresh().
classExists(String) - Static method in class de.hawhamburg.reachability.util.ProjectUtil
Checks if a certain class (supplied as String) exists within the project.
cleanUp() - Method in class de.hawhamburg.reachability.reasoner.engine.DroolsBasedEngine
 
cleanUp() - Method in class de.hawhamburg.reachability.reasoner.engine.ExampleReasoner
Write current state to log and give all resources free.
cleanUp() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
Cleans up by freeing all resources.
clone() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
Clones this object and returns a new object value but not object identically to this object.
ColoredUI - Class in de.hawhamburg.reachability.ui.frame
The colored user interface to present the estimated reachability states to the inhabitant.
ColoredUI() - Constructor for class de.hawhamburg.reachability.ui.frame.ColoredUI
Creates a new colored reachability user interface.
ColoredUIUpdater - Class in de.hawhamburg.reachability.ui.frame.resource
Updater thread for the colored UI.
ColoredUIUpdater(ColoredUI) - Constructor for class de.hawhamburg.reachability.ui.frame.resource.ColoredUIUpdater
Generates a new ColoredUIUpdater thread to keep the ColoredUI ui up to date.
colorKeyMap - Variable in class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
The color-key map, holding the color to each ReachabilityStatus.
ColorKeyUI - Class in de.hawhamburg.reachability.ui.frame.resource
User interface to explain which color is related to which ReachabilityStatus.
ColorKeyUI(JFrame, Map<ReachabilityStatus, Color>) - Constructor for class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
Creates and builds a new ColorKeyUI.
ColorKeyUI(Map<ReachabilityStatus, Color>) - Constructor for class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
Creates and builds a new ColorKeyUI without source window by using ColorKeyUI.ColorKeyUI(JFrame, Map).
colorPanels - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
The different control JPanel for each ReachabilityGroup as Map for refreshing.
compareTo(SensorDataFeederItem) - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeederItem
The method compares the current object with another SensorDataFeederItem object.
Config - Class in de.hawhamburg.lifecycle.data
 
Config() - Constructor for class de.hawhamburg.lifecycle.data.Config
 
config - Variable in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
The last known configuration.
configDialog(ConfigType) - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
Show the configuration dialog.
configFileProperties - Static variable in class de.hawhamburg.reachability.conf.MainConfig
The local object which represents the main properties file as Properties.
configFileXML - Static variable in class de.hawhamburg.reachability.conf.LoggerConfig
The configuration file as SimpleXMLConfigFile object.
configFileXML - Static variable in class de.hawhamburg.reachability.conf.MainConfig
The local object which represents the main xml configuration file as SimpleXMLConfigFile.
configFileXML - Static variable in class de.hawhamburg.reachability.conf.ReasonerConfig
The XML configuration file as SimpleXMLConfigFile object.
configLogger() - Static method in class de.hawhamburg.reachability.util.OutputUtil
Sets up a logger without console output with name LOGGER_NAME.
ConfigOrder - Enum in de.hawhamburg.lifecycle.data
 
ConfigOrder() - Constructor for enum de.hawhamburg.lifecycle.data.ConfigOrder
 
ConfigType - Enum in de.hawhamburg.reachability.conf.enumeration
Possible types of configuration.
ConfigType() - Constructor for enum de.hawhamburg.reachability.conf.enumeration.ConfigType
 
connect() - Method in class de.hawhamburg.reachability.sensor.Sensor
Connects the Sensor to the topics via ActiveMQ, using the utility class ConnectionUtil.
connect() - Method in interface de.hawhamburg.reachability.sensor.SensorAdapter
Connects the sensor to its data source, for it'll be able to provide new sensor data in an internal data format via the ActiveMQ.
connect(String, String, String) - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHook
Connects to the google calendar web-service using the supplied application name, user and password.
connected - Variable in class de.hawhamburg.lifecycle.agent.LifeCycleApp
 
ConnectionUtil - Class in de.hawhamburg.reachability.util
Utility functions related to Active MQ connections.
ConnectionUtil() - Constructor for class de.hawhamburg.reachability.util.ConnectionUtil
Prevent instances of this utility class.
conSettings - Static variable in class de.hawhamburg.reachability.util.ConnectionUtil
Holds the connection settings.
contains(Class<E>, String) - Static method in class de.hawhamburg.reachability.util.EnumerationUtil
Checks whether a an enumeration contains a certain value or not.
contentPane - Variable in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
The content pane of this user interface as JPanel.
ControllingToolUI - Class in de.hawhamburg.reachability.ui.frame
UI: A user interface to send control messages via the ActiveMQ.
ControllingToolUI() - Constructor for class de.hawhamburg.reachability.ui.frame.ControllingToolUI
Creates and builds a new ControllingToolUI and opens all relevant ActiveMQ connections.
controlTopic - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
The LPPublisher to send control messages like start, stop, sleep to the reachability agent via AMQ using the topic LP_CONTROL_TOPIC.
controlTopic - Variable in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
The LPPublisher to send control messages like start, stop, sleep to the reachability agent via AMQ using the topic LP_CONTROL_TOPIC.
convertString(String, Class<T>) - Static method in class de.hawhamburg.reachability.util.ProjectUtil
Converts a string to a certain class, if possible.
createAndWrite(String, String) - Static method in class de.hawhamburg.reachability.util.ExternFileUtil
Creates a new file which is referred to be the given path and writes the supplied content into it, by using ExternFileUtil.createEmpty(String).
createEmpty(String) - Static method in class de.hawhamburg.reachability.util.ExternFileUtil
Creates a new empty file with the supplied path name, if the path doesn't refer to an existing file.
createResultMessage(JsonGoogleCalendarRequest, List<CalendarEventEntry>) - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
Creates a new JsonGoogleCalendarResult message object which contains the results of the request forwarded to the GoogleCalendarHook.
CreationTime - Variable in class de.hawhamburg.reachability.json.JsonReachabilitySensorData
The creation time of this data as UNIX timestamp.
creationTime - Variable in class de.hawhamburg.reachability.sensor.SensorData
The time when this data was created.
currentStatus - Variable in class de.hawhamburg.reachability.json.JsonReachabilityInformation
The current ReachabilityStatus to each ReachabilityGroup as Map.
A B C D E F G H I J K L M N O P R S T U V W X Y Z