org.universAAL.kinect.adapter.serviceBus
Class RequestService

Package class diagram package RequestService
java.lang.Object
  extended by org.universAAL.kinect.adapter.serviceBus.AbstractService
      extended by org.universAAL.kinect.adapter.serviceBus.RequestService

public abstract class RequestService
extends AbstractService

This class represents a service call where there is no return value so NO ServiceResponse processing is needed after a ServiceCall


Field Summary
 
Fields inherited from class org.universAAL.kinect.adapter.serviceBus.AbstractService
servicerequest
 
Constructor Summary
RequestService()
           
 
Method Summary
 Collection<?> handleResponse(ServiceResponse response)
          This method just logs some information.
abstract  void setServiceRequest(Collection<?> args)
          This method converts a collection of arguments into a ServiceRequest.
 
Methods inherited from class org.universAAL.kinect.adapter.serviceBus.AbstractService
getServiceRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestService

public RequestService()
Method Detail

handleResponse

public final Collection<?> handleResponse(ServiceResponse response)
This method just logs some information.

Specified by:
handleResponse in class AbstractService
Parameters:
response - A ServiceResponse to process
Returns:
The collection of objects extracted from the given response

setServiceRequest

public abstract void setServiceRequest(Collection<?> args)
Description copied from class: AbstractService
This method converts a collection of arguments into a ServiceRequest.

Specified by:
setServiceRequest in class AbstractService
Parameters:
args - Arguments used for creating the ServiceRequest


Copyright © 2014 universAAL Consortium. All Rights Reserved.