Uses of Class
com.eurotech.framework.EsfTimeoutException

Packages that use EsfTimeoutException
com.eurotech.framework.cloud   
com.eurotech.framework.core.cloud.call   
com.eurotech.framework.core.data   
com.eurotech.framework.core.data.transport.mqtt   
com.eurotech.framework.data   
 

Uses of EsfTimeoutException in com.eurotech.framework.cloud
 

Methods in com.eurotech.framework.cloud that throw EsfTimeoutException
 EsfResponsePayload CloudCallService.call(String appId, String appTopic, EsfPayload appPayload, int timeout)
          Sends a local (to this device) request to a Cloudlet application with the given application ID waiting for the response.
 EsfResponsePayload CloudCallService.call(String deviceId, String appId, String appTopic, EsfPayload appPayload, int timeout)
          Sends a request to a remote server or device identified by the specified deviceId and targeting the given application ID waiting for the response.
 

Uses of EsfTimeoutException in com.eurotech.framework.core.cloud.call
 

Methods in com.eurotech.framework.core.cloud.call that throw EsfTimeoutException
 EsfResponsePayload CloudCallServiceImpl.call(String appId, String appTopic, EsfPayload appPayload, int timeout)
           
 EsfResponsePayload CloudCallServiceImpl.call(String deviceId, String appId, String appTopic, EsfPayload appPayload, int timeout)
           
 

Uses of EsfTimeoutException in com.eurotech.framework.core.data
 

Methods in com.eurotech.framework.core.data that throw EsfTimeoutException
 void DataServiceImpl.subscribe(String topic, int qos)
           
 void DataServiceImpl.unsubscribe(String topic)
           
 

Uses of EsfTimeoutException in com.eurotech.framework.core.data.transport.mqtt
 

Methods in com.eurotech.framework.core.data.transport.mqtt that throw EsfTimeoutException
 void MqttDataTransport.subscribe(String topic, int qos)
           
 void MqttDataTransport.unsubscribe(String topic)
           
 

Uses of EsfTimeoutException in com.eurotech.framework.data
 

Methods in com.eurotech.framework.data that throw EsfTimeoutException
 void DataTransportService.subscribe(String topic, int qos)
          Subscribes to a topic on the broker.
 void DataService.subscribe(String topic, int qos)
          Subscribes to the specified topic with the remote server.
 void DataTransportService.unsubscribe(String topic)
          Unsubscribes to a topic on the broker.
 void DataService.unsubscribe(String topic)
          Unubscribes to the specified topic with the remote server.
 



Copyright © 2013. All Rights Reserved.