Uses of Class
org.universAAL.middleware.service.CallStatus

Packages that use CallStatus
org.universAAL.middleware.service   
org.universAAL.middleware.service.aapi   
 

Uses of CallStatus in org.universAAL.middleware.service
 

Fields in org.universAAL.middleware.service declared as CallStatus
static CallStatus CallStatus.denied
           
static CallStatus CallStatus.noMatchingServiceFound
           
static CallStatus CallStatus.responseTimedOut
           
static CallStatus CallStatus.serviceSpecificFailure
           
static CallStatus CallStatus.succeeded
           
 

Methods in org.universAAL.middleware.service that return CallStatus
 CallStatus ServiceResponse.getCallStatus()
          Retrieves the call status.
static CallStatus CallStatus.valueOf(String name)
          Returns the value of the call status.
 

Constructors in org.universAAL.middleware.service with parameters of type CallStatus
ServiceResponse(CallStatus status)
          Constructor which besides the URI, sets the status of the call.
 

Uses of CallStatus in org.universAAL.middleware.service.aapi
 

Constructors in org.universAAL.middleware.service.aapi with parameters of type CallStatus
AapiServiceResponse(CallStatus status)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.