Uses of Class
com.eurotech.framework.EsfConnectException

Packages that use EsfConnectException
com.eurotech.framework.cloud Provides services for managing communications between M2M applications and remote servers. 
com.eurotech.framework.data Provides services for connecting and communicating with a MQTT broker. 
 

Uses of EsfConnectException in com.eurotech.framework.cloud
 

Methods in com.eurotech.framework.cloud that throw EsfConnectException
 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 EsfConnectException in com.eurotech.framework.data
 

Methods in com.eurotech.framework.data that throw EsfConnectException
 void DataService.connect()
          Connects to the broker if not already connected.
 void DataTransportService.connect()
          Connects to the remote broker.
 



Copyright © 2013. All Rights Reserved.