Modifier and Type | Class and Description |
---|---|
class |
ContextHistoryCallee
The CHe service callee receives all service calls issued to the CHe through
the service bus.
|
class |
ContextHistorySubscriber
The CHe subscriber subscribes for all context events in order to save them to
the store.
|
Modifier and Type | Class and Description |
---|---|
class |
MobileHistorySubscriber
The CHe subscriber subscribes for all context events in order to save them.
|
Modifier and Type | Class and Description |
---|---|
class |
SCallee
The service callee receives all service calls issued to the profiling server
through the service bus.
|
Modifier and Type | Class and Description |
---|---|
class |
CHECaller
This class contains methods to perform SPARQL-Requests on the CHE.
|
class |
CSubsMulti
Class used to register multiple subscribers, each of them using just a single
mcontext event pattern, and having an associated SPARQL CONSTRUCT query.
|
class |
ReasoningProvider
The main task of the ReasoningProvider is the handle Situations, Queries and
Rules (please have a look also at the description in the Activator).
|
Modifier and Type | Class and Description |
---|---|
class |
DroolsReasonerProvider
Provider to for the services of the rules engine.
|
Modifier and Type | Class and Description |
---|---|
class |
Suscriber
Suscriber component for listening ALL the context event in the context bus.
|
Modifier and Type | Class and Description |
---|---|
class |
DimmerLightCallee
Exporter class that acts as wrapper towards universAAL.
|
class |
ExporterActuatorCallee |
class |
ExporterDimmerCallee |
class |
ExporterSensorCallee |
class |
IASZoneCallee
Exporter class that acts as wrapper towards universAAL.
|
class |
OccupancySensorCallee
Exporter class that acts as wrapper towards universAAL.
|
class |
OnOffLightCallee
Exporter class that acts as wrapper towards universAAL.
|
class |
PresenceDetectorCallee
Exporter class that acts as wrapper towards universAAL.
|
class |
TemperatureSensorCallee
Exporter class that acts as wrapper towards universAAL.
|
Modifier and Type | Class and Description |
---|---|
class |
AHServiceProvider
universAAL service provider (service bus) for the ActivityHub no ontology
definitions here!
|
Modifier and Type | Class and Description |
---|---|
class |
FS20Server
Handles service calls from universAAL and reacts on them
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuaHdpManagerProvider |
Modifier and Type | Class and Description |
---|---|
class |
KnxServiceCallee |
Modifier and Type | Class and Description |
---|---|
class |
MyActivityHubContextListener
This class handles ontological context events by subscribing specific event
patterns on the universAAL context bus This class is stateless; no objects
(sensors) are stored here LogUtil from universAAL-Middleware is used here
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceContextListener
This class handles ontological context events by subscribing specific event
patterns on the universAAL context bus This class is stateless; no objects
(sensors) are stored here LogUtil from universAAL-Middleware is used here
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCallee |
class |
AbstractFloatCallee |
class |
AbstractIntegerCallee |
class |
AbstractStatusValueCallee |
class |
BlindActuatorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
BlindControllerWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
BlindSensorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
ContactSensorWrapper |
class |
CurtainActuatorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
CurtainControllerWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
CurtainSensorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
DimmerActuatorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
DimmerControllerWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
DimmerSensorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
LightdimmerActuatorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
LightdimmerControllerWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
LightdimmerSensorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
LightswitchActuatorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
LightswitchControllerWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
LightswitchSensorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
PresenceSensorWrapper |
class |
SwitchActuatorWrapper |
class |
SwitchControllerWrapper |
class |
SwitchSensorWrapper |
class |
TemperatureSensorWrapper
Exporter class that acts as wrapper towards universAAL.
|
class |
WaterflowSensorWrapper |
class |
WindowSensorWrapper |
Modifier and Type | Class and Description |
---|---|
class |
ServiceCalleeWrapper
Basic class for wrapping ServiceCallee.
|
Modifier and Type | Class and Description |
---|---|
class |
Callee
Registers to an RPC-bus for receiving requests to be replied.
|
class |
Caller
Registers to a bus in order to send requests needing a reply; hence, it must
be able to handle replies.
|
class |
Publisher
Publishes events to an event-bus and may receive requests to be replied.
|
class |
Subscriber
Subscribes to an event-bus for events to handle them and simultaneously may
re-ask the publishers on the same bus for more info; hence, it must be able
to handle replies, too.
|
Modifier and Type | Method and Description |
---|---|
protected BusMember |
BusStrategy.getBusMember(String memberID)
Returns bus member instance based on the bus member ID.
|
BusMember |
AbstractBus.getBusMember(String memberID)
Returns bus member instance based on its member ID.
|
BusMember[] |
AbstractBus.getBusMembers() |
Modifier and Type | Method and Description |
---|---|
String |
AbstractBus.getBusMemberID(BusMember bm)
If the passed argument is indeed a registered member of this bus, returns
the local ID with which it has been registered with the bus, otherwise
null.
|
String |
AbstractBus.register(ModuleContext module,
BusMember m,
BusMemberType type)
Registers a new bus member (adds a bus member to the list of all bus
members but only if it has not been added before).
|
void |
AbstractBus.unregister(String memberID,
BusMember m)
Unregisters bus member from the bus (if the bus member with given ID
exists).
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,BusMember> |
RegistryMap.map |
Modifier and Type | Method and Description |
---|---|
BusMember[] |
IRegistry.getAllBusMembers() |
BusMember[] |
RegistryMap.getAllBusMembers() |
BusMember |
IRegistry.getBusMemberByID(String memberID) |
BusMember |
RegistryMap.getBusMemberByID(String memberID) |
BusMember |
IRegistry.removeMemberByID(String memberID) |
BusMember |
RegistryMap.removeMemberByID(String memberID) |
Modifier and Type | Method and Description |
---|---|
void |
IRegistry.addBusMember(String memberID,
BusMember busMember) |
void |
RegistryMap.addBusMember(String memberID,
BusMember busMember) |
void |
IRegistryListener.busMemberAdded(BusMember busMember)
Invoked when a new BusMember is registered in the bus.
|
void |
IRegistryListener.busMemberRemoved(BusMember busMember)
Invoked when an existing BusMember is unregistered from the bus.
|
String |
IRegistry.getBusMemberID(BusMember busMember) |
String |
RegistryMap.getBusMemberID(BusMember busMember) |
Modifier and Type | Method and Description |
---|---|
void |
AccessControl.registerBusMember(ModuleContext owner,
BusMember m,
String brokerName) |
void |
AccessControl.unregisterBusMember(ModuleContext owner,
BusMember m) |
Modifier and Type | Class and Description |
---|---|
class |
ContextPublisher
Provides the interface to be implemented by context publishers together with
shared code.
|
class |
ContextSubscriber
Provides the interface to be implemented by context subscribers together with
shared code.
|
class |
DefaultContextPublisher
The default context publisher simply ignores the notification about losing
connection to other instances of the middleware.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextBusImpl.unregister(String memberID,
BusMember m) |
Modifier and Type | Method and Description |
---|---|
void |
BusMemberListenerHandler.LocalListener.busMemberAdded(BusMember member,
IBusMemberRegistry.BusType type) |
void |
BusMemberListenerHandler.LocalListener.busMemberRemoved(BusMember member,
IBusMemberRegistry.BusType type) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceCaller
The default service caller simply ignores the notification about losing
connection to other instances of the middleware and calls the services either
only in an synchronous way (using the method
ServiceCaller.call(org.universAAL.middleware.service.ServiceRequest) ) or ignores
the asynchronous responses. |
class |
ServiceCallee
This is an abstract class that the service callee members of the service bus
must derive from.
|
class |
ServiceCaller
/** This is an abstract class that the service caller members of the service
bus must derive from.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusImpl.unregister(String memberID,
BusMember m) |
Modifier and Type | Method and Description |
---|---|
void |
IBusMemberRegistryListener.busMemberAdded(BusMember member,
IBusMemberRegistry.BusType type)
Invoked when a new BusMember is registered in the bus.
|
void |
IBusMemberRegistryListener.busMemberRemoved(BusMember member,
IBusMemberRegistry.BusType type)
Invoked when an existing BusMember is unregistered from the bus.
|
Modifier and Type | Class and Description |
---|---|
class |
UICaller
Provides the interface to be implemented by applications together with shared
code.
|
class |
UIHandler
Provides the interface to be implemented by
UIHandler s together with
shared code. |
Modifier and Type | Method and Description |
---|---|
void |
UIBusImpl.unregister(String memberID,
BusMember m) |
Modifier and Type | Class and Description |
---|---|
class |
ReliabilityReasonerPublisher |
class |
ReliabilityReasonerSubscriber |
class |
SCaller |
Modifier and Type | Method and Description |
---|---|
void |
Exporter.busMemberAdded(BusMember member,
IBusMemberRegistry.BusType type) |
void |
Exporter.busMemberRemoved(BusMember member,
IBusMemberRegistry.BusType type)
Invoked when an existing BusMember is unregistered from the bus.
Initiates Import-remove protocol: ![]() |
Modifier and Type | Method and Description |
---|---|
static Resource[] |
ProxyBusMemberFactory.initialParameters(BusMember member)
Create initial parameters for the given busMember.
|
static boolean |
ProxyBusMemberFactory.isForExport(BusMember member) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyContextPublisher
A
ContextPublisher which will listen to remote
ProxyContextSubscriber ' messages and reinject them in to the local
bus. |
class |
ProxySCaller
Proxy that receives
ServiceCall s and injects them to the bus in other
to get a ServiceResponse from the represented ServiceCallee . |
Modifier and Type | Class and Description |
---|---|
class |
ProxyContextSubscriber
Receives the events the remote
BusMember is interested in, and sends
the ContextEvent s to its representative so it can deliver it to the
remote BusMember . |
class |
ProxySCallee
Represents remote a
ServiceCallee , with its subscription parameters
synchronized, it is able to get the calls meant for the remote
ServiceCallee and send them to the remote proxy which, in time, makes
sure a response from the actual ServiceCallee is transmitted back. |
Modifier and Type | Class and Description |
---|---|
class |
CSubscriber |
Modifier and Type | Class and Description |
---|---|
class |
CalleeWrapper |
class |
CallerWrapper |
class |
PublisherWrapper |
class |
SubscriberWrapper |
Modifier and Type | Class and Description |
---|---|
class |
ContextEventRecorder
This class records all events at the context-bus by registering itself with a
generic pattern (subject need to be a resource, what is true anyway).
|
Modifier and Type | Class and Description |
---|---|
class |
CPublisher |
class |
CSubscriber2 |
Modifier and Type | Class and Description |
---|---|
class |
LightingConsumer |
Modifier and Type | Class and Description |
---|---|
class |
LightingProvider |
Modifier and Type | Class and Description |
---|---|
class |
LightingProviderLevel1 |
class |
LightingProviderLevel2 |
class |
LightingProviderLevel3 |
Modifier and Type | Class and Description |
---|---|
class |
UIProvider |
Modifier and Type | Class and Description |
---|---|
class |
OPublisher |
Modifier and Type | Class and Description |
---|---|
class |
SubscriberExample |
class |
UIExample |
Modifier and Type | Class and Description |
---|---|
class |
CalleeExample |
Modifier and Type | Class and Description |
---|---|
class |
AnonServiceCallee |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationPublisher
This class should be used when the Authentication is successful, to allow the
Session Manager to uplift the authentication to a Session.
|
class |
UserPaswordAuthenticatorClient
This class is a helper for all those components that need to authenticate a
user by means of user password authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
UserPasswordCallee |
Modifier and Type | Class and Description |
---|---|
class |
AuthorisatorCallee |
Modifier and Type | Class and Description |
---|---|
class |
DelegationServieCallee |
Modifier and Type | Class and Description |
---|---|
class |
DigestServiceCallee |
class |
EncryptionServiceCallee |
class |
MultiDestinationCallee |
class |
SignVerifyCallee |
Modifier and Type | Class and Description |
---|---|
class |
SessionPublisher |
Modifier and Type | Class and Description |
---|---|
class |
SituationMonitorImpl |
Modifier and Type | Class and Description |
---|---|
class |
ContextConsumer |
class |
Integration |
class |
ServiceProvider |
Modifier and Type | Class and Description |
---|---|
class |
WrapperC
This class is for internal use by the utility API only.
|
class |
WrapperS
This class is for internal use by the utility API only.
|
class |
WrapperUI
This class is for internal use by the utility API only.
|
Modifier and Type | Class and Description |
---|---|
class |
UtilPublisher
Class that can be used to easily create a Context Publisher that can be used
in almost all situations.
|
class |
UtilSubscriber
This abstract class can be extended to create a simple Context Subscriber.
|
Modifier and Type | Class and Description |
---|---|
class |
UtilActuatorCallee
This is an abstract class for those who want to use the typical services of
an actuator (get status, set on, set off) over an ontological service.
|
class |
UtilEditorCallee
This is an abstract class for those who want to use the typical services of
an editor (get, add, change and remove) over an ontological service.
|
class |
UtilSensorCallee
This is an abstract class for those who want to use the typical services of
an sensor (get status) over an ontological service.
|
Modifier and Type | Class and Description |
---|---|
class |
UtilUICaller
This abstract class can be extended to create a UICaller that automatically
registers its own Service Callee with the typical Main Menu "Start" service,
that will be called by the Dialog Manager when the user requests the
application form the Main Menu.
|
Modifier and Type | Class and Description |
---|---|
class |
LogMonitor |
Modifier and Type | Class and Description |
---|---|
class |
PatternListener |
Modifier and Type | Class and Description |
---|---|
class |
SensorEventSubscriber |
Modifier and Type | Class and Description |
---|---|
class |
MyContextSubscriber
Our tutorial application registers as a subscriber for certain context events
at the context bus.
|
Modifier and Type | Class and Description |
---|---|
class |
MyServiceCallee
Our tutorial application registers as a subscriber for certain service
profiles at the service bus.
|
Modifier and Type | Class and Description |
---|---|
class |
MainButtonServiceCallee
MainButtonProvider implements a special kind of service which is called by
the Dialog Manager when the user selects it in the main menu.
|
class |
MyUICaller
|
Modifier and Type | Class and Description |
---|---|
class |
DialogManagerImpl
The UICaller implements the interface
IDialogManager . |
class |
DMServiceCaller
DMs
ServiceCaller . |
Modifier and Type | Class and Description |
---|---|
class |
AdapterUserLocation
|
Modifier and Type | Class and Description |
---|---|
class |
UIPreferencesBufferSubscriptor
The mechanism to update the
UIPreferencesSubProfile is though the
Context bus, when an update is needed outside the UI.DM just publish an event
whith the UIPreferencesSubProfile as object. |
Modifier and Type | Class and Description |
---|---|
class |
UIPreferencesSCallee
Handles the service call for starting UI Preferences Editor screen.
|
class |
UIPreferencesUICaller
UI Preferences Editor dialog provider.
|
Modifier and Type | Class and Description |
---|---|
class |
Handler
Main universAAL interfacing class.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContextSubscriber
This class is a
ContextSubscriber which calls back an
IContextCallback if receives a ContextEvent. |
Modifier and Type | Class and Description |
---|---|
class |
SmsUIHandler
SMS UI Handler.
|
Copyright © 2018 universAAL Consortium. All rights reserved.