- elementListByXPath(Node, String) - Static method in class de.hawhamburg.reachability.util.XMLUtil
-
Fetches a List
of Element
from the supplied Node
using the given xPath.
- end() - Method in class de.hawhamburg.reachability.properties.PropertyService
-
Gracefully end this service.
- end() - Method in class de.hawhamburg.reachability.ReachabilityWorker
-
The method will be called at the end of the method
ReachabilityWorker.run()
and will notify all connected sensor adapters
and the reasoners.
- end() - Method in class de.hawhamburg.reachability.reasoner.Reasoner
-
Unregisters from systems registry service, disconnects all ActiveMQ topic connections and sets
Reasoner.stopped
to
true
.
- end() - Method in class de.hawhamburg.reachability.registry.Registry
-
Gracefully ends the system by disconnecting all open ActiveMQ connections.
- end() - Method in class de.hawhamburg.reachability.sensor.Sensor
-
Unregisters from systems registry service, disconnects all ActiveMQ topic connections and sets
Sensor.stopped
to
true
.
- end() - Method in class de.hawhamburg.reachability.tools.feeder.SensorDataFeeder
-
- end() - Method in class de.hawhamburg.reachability.tools.googleCalendar.GoogleCalendarHookService
-
Gracefully shutdown all open connections.
- end() - Method in class de.hawhamburg.reachability.ui.frame.config.resource.ReachabilityConfigUIResultListener
-
- end() - Method in class de.hawhamburg.reachability.ui.frame.resource.ColoredUIUpdater
-
- end() - Method in class de.hawhamburg.reachability.ui.frame.resource.ReachabilityUIUpdater
-
- ended - Variable in class de.hawhamburg.reachability.ReachabilityWorker
-
- ended() - Method in class de.hawhamburg.reachability.ReachabilityWorker
-
- endSystemWithError(String) - Static method in class de.hawhamburg.reachability.util.OutputUtil
-
- endTime - Variable in class de.hawhamburg.reachability.tools.googleCalendar.json.JsonGoogleCalendarEvent
-
The DateTime
the event ends.
- EnumerationUtil - Class in de.hawhamburg.reachability.util
-
Utility functions related to enumerations.
- EnumerationUtil() - Constructor for class de.hawhamburg.reachability.util.EnumerationUtil
-
Prevent creation of instances of this utility class.
- error(String, String, String) - Method in class de.hawhamburg.reachability.reasoner.engine.drools.WorkingMemoryRuleGenerator
-
- error(String) - Static method in class de.hawhamburg.reachability.util.OutputUtil
-
Handles an error messages depending on the current configuration in
MainConfig
.
- events - Variable in class de.hawhamburg.reachability.tools.googleCalendar.json.JsonGoogleCalendarResult
-
- ExampleAdapter - Class in de.hawhamburg.reachability.sensor.adapter
-
Example
SensorAdapter
to illustrate the basic sensor agent implementation.
- ExampleAdapter(ReasonerDimension) - Constructor for class de.hawhamburg.reachability.sensor.adapter.ExampleAdapter
-
The constructor only delegates the supplied
ReasonerDimension
("example") to the constructor of the
abstract
Sensor
class.
- ExampleReasoner - Class in de.hawhamburg.reachability.reasoner.engine
-
An example reasoning engine to explain the basic reasoner implementation.
- ExampleReasoner() - Constructor for class de.hawhamburg.reachability.reasoner.engine.ExampleReasoner
-
Create a new example reasoning engine.
- ExampleValue - Enum in de.hawhamburg.reachability.sensor.adapter.enumeration
-
Enumeration representing some example values of an example data source.
- ExampleValue() - Constructor for enum de.hawhamburg.reachability.sensor.adapter.enumeration.ExampleValue
-
- exists() - Static method in class de.hawhamburg.reachability.conf.LoggerConfig
-
Determines if the XML configuration file exists.
- exists() - Static method in class de.hawhamburg.reachability.conf.MainConfig
-
Determines if at least one of the configuration files exist.
- exists() - Static method in class de.hawhamburg.reachability.conf.ReasonerConfig
-
Determines if the XML configuration file exists.
- exists(String) - Static method in class de.hawhamburg.reachability.util.ExternFileUtil
-
Checks whether the supplied file path exists or not.
- ExternFileUtil - Class in de.hawhamburg.reachability.util
-
Utility functions related to external file handling.
- ExternFileUtil() - Constructor for class de.hawhamburg.reachability.util.ExternFileUtil
-
Prevent instances of this utility class.