Package | Description |
---|---|
de.hawhamburg.reachability |
The reachability agents root package which contains common configuration, services and tools, the worker threads and
its main start classes.
|
de.hawhamburg.reachability.properties |
Main properties service class which handles property requests and changes via ActiveMQ.
|
de.hawhamburg.reachability.registry |
Main package for all registry service related classes, enumerations and interfaces
. |
de.hawhamburg.reachability.tools.feeder |
Tool: Generates simulated sensor informations on the ActiveMQ for test and simulation purpose.
|
de.hawhamburg.reachability.tools.googleCalendar |
Tool: Google calendar service which awaits requests and returns the resulting events via the ActiveMQ.
|
de.hawhamburg.reachability.util |
All common reachability utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ReachabilityWorker
The ReachabilityWorker is a thread which mainly serves as control service.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyService
Main properties service class which handles property requests and changes via ActiveMQ.
|
Modifier and Type | Class and Description |
---|---|
class |
Registry
Sends register request and listens for new component registrations.
|
Modifier and Type | Class and Description |
---|---|
class |
SensorDataFeeder
Main thread to transform defined sensor stories (*.sgs) into series of ActiveMQ sensor events.
|
Modifier and Type | Class and Description |
---|---|
class |
GoogleCalendarHookService
Google calendar hook service which receives requests and returns results via the ActiveMQ.
|
Modifier and Type | Method and Description |
---|---|
static de.hawhamburg.livingplace.messaging.activemq.wrapper.LPPublisher |
ConnectionUtil.getPublisher(java.lang.String topic,
StopableObject obj)
Returns an
LPPublisher object related to a certain topic. |
static de.hawhamburg.livingplace.messaging.activemq.wrapper.LPSubscriber |
ConnectionUtil.getSubscriber(java.lang.String topic,
StopableObject obj)
Returns an
LPSubscriber object related to a certain topic. |