Package | Description |
---|---|
org.universAAL.middleware.context | |
org.universAAL.middleware.rdf | |
org.universAAL.middleware.service | |
org.universAAL.middleware.service.aapi | |
org.universAAL.middleware.ui | |
org.universAAL.ri.gateway.operations | |
org.universAAL.ri.gateway.protocol | |
org.universAAL.ri.gateway.proxies | |
org.universAAL.support.utils.service.low |
Contains low level helper classes to deal with Service concepts of universAAL.
|
org.universAAL.support.utils.ui.low |
Contains low level helper classes to deal with UI concepts of universAAL.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextEvent
Instances of this class can be used to exchange info about the state of
context elements using the model of RDF statements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScopedResource.setScope(ScopedResource src)
Copy the scope from another
ScopedResource . |
Modifier and Type | Class and Description |
---|---|
class |
MultiServiceResponse
The
MultiServiceResponse represents a set of ServiceResponse
s. |
class |
ServiceCall
Operations of
ServiceCallee s will be called by passing an instance of
this class. |
class |
ServiceRequest
A class that represents a service request resource, which is used by the
ServiceCaller -s when performing synchronous or asynchronous
requests. |
class |
ServiceResponse
A class that represents a service response resource, which is produced by the
ServiceCallee -s when handling calls, and are delivered to the
ServiceCaller -s as a result of their requests. |
Modifier and Type | Class and Description |
---|---|
class |
AapiServiceRequest |
class |
AapiServiceResponse |
Modifier and Type | Class and Description |
---|---|
class |
UIRequest
Instances of this class can be used to user interaction requests.
|
class |
UIResponse
Instances of this class can be used to exchange info about user input.
|
Modifier and Type | Method and Description |
---|---|
OperationChain.OperationResult |
AllowDefault.check(ScopedResource message) |
OperationChain.OperationResult |
DenyDefault.check(ScopedResource message) |
OperationChain.OperationResult |
MessageOperationChain.check(ScopedResource message)
Run the pertinent checks to allow or deny the given message.
|
Modifier and Type | Method and Description |
---|---|
ScopedResource |
WrappedBusMessage.getMessage()
Un-marshal the Content into a BusMessage.
|
Constructor and Description |
---|
WrappedBusMessage(String destination,
ScopedResource busMessage)
Constructor of a wrapped Message.
|
WrappedBusMessage(WrappedBusMessage wrappedbusMessageRequest,
ScopedResource busMessage)
Constructor for a WrapedMessage response.
|
Modifier and Type | Method and Description |
---|---|
void |
BusMemberReference.send(ScopedResource message)
To be used by
ProxyBusMember s. |
void |
BusMemberReferenceTemporal.send(ScopedResource message)
To be used by
ProxyBusMember s. |
Message |
BusMemberReference.sendRequest(ScopedResource message)
To be used by
ProxyBusMember s. |
Message |
BusMemberReferenceTemporal.sendRequest(ScopedResource message)
To be used by
ProxyBusMember s. |
Modifier and Type | Class and Description |
---|---|
class |
Request
A helper class that extends ServiceRequest and adds utility methods to build
requests.
|
Modifier and Type | Class and Description |
---|---|
class |
Dialog
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
class |
Message
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
class |
SubDialog
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
Copyright © 2018 universAAL Consortium. All rights reserved.