Package | Description |
---|---|
de.hawhamburg.reachability.sensor.adapter |
All defined sensor adapter to get the reasoner inhabitant informations.
|
de.hawhamburg.reachability.tools.googleCalendar |
Tool: Google calendar service which awaits requests and returns the resulting events via the ActiveMQ.
|
Modifier and Type | Method and Description |
---|---|
private JsonGoogleCalendarRequest |
GoogleCalendarHookAdapter.sendRequest()
Build a request for
GoogleCalendarHookService as
JsonGoogleCalendarRequest . |
Modifier and Type | Method and Description |
---|---|
private JsonGoogleCalendarResult |
GoogleCalendarHookService.createResultMessage(JsonGoogleCalendarRequest request,
java.util.List<com.google.gdata.data.calendar.CalendarEventEntry> entries)
Creates a new
JsonGoogleCalendarResult message object which contains the results of the request forwarded
to the GoogleCalendarHook . |
private void |
GoogleCalendarHookService.getAndPushCalendarEvents(JsonGoogleCalendarRequest request)
This method forwords a request to the
GoogleCalendarHook and publishes its results via the ActiveMQ. |