Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ContextHistoryCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
SCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ReasoningProvider.handleCall(ServiceCall call)
This methods seems to be some kind of strange because of the usage from
the handleRequest method.
|
Modifier and Type | Method and Description |
---|---|
void |
CHECaller.handleResponse(String reqID,
ServiceResponse response) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
SCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
DroolsReasonerProvider.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
protected ServiceResponse |
PresenceDetectorCallee.getValue() |
protected abstract ServiceResponse |
ExporterSensorCallee.getValue()
This is a sensor, so it must provide its sensed value when asked.
|
protected ServiceResponse |
OccupancySensorCallee.getValue() |
protected ServiceResponse |
TemperatureSensorCallee.getValue() |
protected ServiceResponse |
IASZoneCallee.getValue() |
ServiceResponse |
ExporterSensorCallee.handleCall(ServiceCall call) |
ServiceResponse |
ExporterActuatorCallee.handleCall(ServiceCall call) |
ServiceResponse |
ExporterDimmerCallee.handleCall(ServiceCall call) |
ServiceResponse |
OnOffLightCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
AHServiceProvider.handleCall(ServiceCall call)
handle service request from universAAL service bus
|
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
FS20Server.handleCall(ServiceCall call)
Handles the service call and react on it
|
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ContinuaHdpManagerProvider.handleCall(ServiceCall call)
Called when a service request matches the service profile registered by
our service callee
|
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
KnxServiceCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ServiceProvider.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
AbstractIntegerCallee.handleCall(ServiceCall call) |
ServiceResponse |
AbstractFloatCallee.handleCall(ServiceCall call) |
ServiceResponse |
AbstractStatusValueCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ServiceCalleeWrapper.handleCall(ServiceCall call)
Handles the incoming ServiceCall and check if it fits to methods declared
by wrapped object.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiServiceResponse
The
MultiServiceResponse represents a set of ServiceResponse
s. |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ServiceCaller.call(ServiceRequest request)
The "normal" (synchronous) way of calling a service.
|
ServiceResponse |
ServiceCaller.call(String request)
This method is a way of calling a service using Turtle Strings as input.
|
abstract ServiceResponse |
ServiceCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
ServiceResponse |
ServiceCaller.inject(ServiceCall call,
PeerCard receiver)
Can be used to inject a
ServiceCall to the bus. |
ServiceResponse |
ServiceCaller.inject(ServiceCall call,
String receiver)
Can be used to inject a
ServiceCall to the bus. |
Modifier and Type | Method and Description |
---|---|
List<ServiceResponse> |
MultiServiceResponse.getResponses()
Get a list of all responses.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiServiceResponse.addResponse(ServiceResponse response)
Add a new response to the list of responses.
|
abstract void |
ServiceCaller.handleResponse(String reqID,
ServiceResponse response)
Will be called automatically in a new thread whenever the response
corresponding to a previous call to
ServiceCaller.sendRequest(ServiceRequest)
is ready. |
void |
DefaultServiceCaller.handleResponse(String reqID,
ServiceResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
AapiServiceResponse |
Modifier and Type | Method and Description |
---|---|
void |
SCaller.handleResponse(String reqID,
ServiceResponse response) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
RemoteUAAL.SListener.handleCall(ServiceCall call)
This is called everytime a ServiceCall is addressed to a remote node.
|
Modifier and Type | Field and Description |
---|---|
static Hashtable<String,ServiceResponse> |
PushGCM.pendingCalls
Holds in memory the pending calls awaiting response from remote clients
|
Modifier and Type | Method and Description |
---|---|
static ServiceResponse |
PushHTTP.callS(String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint through HTTP.
|
static ServiceResponse |
PushManager.callS(String nodeid,
String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint.
|
static ServiceResponse |
PushGCM.callS(String nodeid,
String remoteid,
ServiceCall call,
String toURI)
Build a ServiceCall callback message and send it to the client remote
node endpoint through GCM.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxySCaller.handleResponse(String reqID,
ServiceResponse response) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ProxySCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
Modifier and Type | Field and Description |
---|---|
static Hashtable<String,ServiceResponse> |
PushGCM.pendingCalls
Holds in memory the pending calls awaiting response from remote clients
|
Modifier and Type | Field and Description |
---|---|
static Hashtable<String,ServiceResponse> |
CalleeWrapper.pendingCalls |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
CalleeWrapper.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
void |
CalleeWrapper.handleResponse(ServiceResponse newresponse,
String origin) |
void |
CallerWrapper.handleResponse(String reqID,
ServiceResponse response) |
Modifier and Type | Field and Description |
---|---|
static ServiceResponse |
ServiceImpl.sr |
Modifier and Type | Method and Description |
---|---|
void |
CHECaller.handleResponse(String reqID,
ServiceResponse response) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
LightingProvider.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
LightingProviderLevel1.handleCall(ServiceCall call) |
ServiceResponse |
LightingProviderLevel3.handleCall(ServiceCall call) |
ServiceResponse |
LightingProviderLevel2.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
ServiceProvider.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
SCallee.handleCall(ServiceCall call) |
Modifier and Type | Field and Description |
---|---|
static ServiceResponse |
ServiceImpl.sr |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
CalleeExample.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
AnonServiceCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UserPasswordCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UserPasswordCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
AuthorisatorCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
DelegationServieCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
EncryptionServiceCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
ServiceResponse |
MultiDestinationCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
ServiceResponse |
SignVerifyCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
ServiceResponse |
DigestServiceCallee.handleCall(ServiceCall call)
The actual service method of the
ServiceCallee . |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
SCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
Integration.handleCall(ServiceCall call) |
ServiceResponse |
ServiceProvider.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UAAL.callS(ServiceRequest r)
Calls a Service with a Service Request.
|
ServiceResponse |
WrapperS.handleCall(ServiceCall s) |
ServiceResponse |
ISListener.handleCall(ServiceCall call)
When a service call request matches a service profile associated to this
listener by universAAL helper, this method is called and is passed the call.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
Request.recoverOutputs(ServiceResponse sr,
Output output)
Equivalent to recoverOutputs(ServiceResponse sr, String outputURI).
|
static Object[] |
Request.recoverOutputs(ServiceResponse sr,
String outputURI)
Use this helper method when you have called a ServiceRequest (or a
Request) and you want to get an array containing all the outputs
returned.
|
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UtilSensorCallee.handleCall(ServiceCall call) |
ServiceResponse |
UtilEditorCallee.handleCall(ServiceCall call) |
ServiceResponse |
UtilActuatorCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
MyServiceCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
MyServiceCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
MainButtonServiceCallee.handleCall(ServiceCall call)
The handleCall of this service callee is the implementation of the special
profile.
|
Modifier and Type | Method and Description |
---|---|
void |
DMServiceCaller.handleResponse(String reqID,
ServiceResponse response)
Will be called automatically in a new thread whenever the response
corresponding to a previous call to
ServiceCaller.sendRequest(ServiceRequest)
is ready. |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UIPreferencesSCallee.handleCall(ServiceCall call) |
ServiceResponse |
UIPreferencesSCallee.showUIPreferencesEditorDialog(User user)
Shows UI Preferences editor dialog.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIServiceResponseNotifyer.tellUser(UserDialogManager userDM,
ServiceResponse sResp)
Send a message to the user reporting the issue with the service.
|
static void |
UIServiceResponseNotifyer.tellUser(User usr,
ServiceResponse sResp) |
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
SCallee.handleCall(ServiceCall call) |
Modifier and Type | Method and Description |
---|---|
Collection<?> |
RequestService.handleResponse(ServiceResponse response)
This method just logs some information.
|
abstract Collection<?> |
AbstractService.handleResponse(ServiceResponse response)
This method converts a ServiceResponse into a collection of objects
|
Collection<?> |
QueryService.handleResponse(ServiceResponse response)
This method tries to get a return value from the response, and returns
null if there is none.
|
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UAAL.callS(ServiceRequest r)
Calls a Service with a Service Request.
|
ServiceResponse |
WrapperS.handleCall(ServiceCall s) |
ServiceResponse |
ISListener.handleCall(ServiceCall call)
When a service call request matches a service profile associated to this
listener by universAAL helper, this method is called and is passed the call.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
Request.recoverOutputs(ServiceResponse sr,
Output output)
Equivalent to recoverOutputs(ServiceResponse sr, String outputURI).
|
static Object[] |
Request.recoverOutputs(ServiceResponse sr,
String outputURI)
Use this helper method when you have called a ServiceRequest (or a
Request) and you want to get an array containing all the outputs
returned.
|
Modifier and Type | Method and Description |
---|---|
ServiceResponse |
UtilSensorCallee.handleCall(ServiceCall call) |
ServiceResponse |
UtilEditorCallee.handleCall(ServiceCall call) |
ServiceResponse |
UtilActuatorCallee.handleCall(ServiceCall call) |
Copyright © 2018 universAAL Consortium. All rights reserved.