Uses of Class
com.eurotech.framework.message.EsfPayload

Packages that use EsfPayload
com.eurotech.demo.heater   
com.eurotech.demo.power.system.publisher   
com.eurotech.demo.tbm   
com.eurotech.ermes   
com.eurotech.example.project   
com.eurotech.example.publisher   
com.eurotech.example.serial.publisher   
com.eurotech.framework.cloud   
com.eurotech.framework.cloud.app.command   
com.eurotech.framework.core.cloud   
com.eurotech.framework.core.cloud.call   
com.eurotech.framework.core.deployment   
com.eurotech.framework.core.message   
com.eurotech.framework.core.test   
com.eurotech.framework.message   
 

Uses of EsfPayload in com.eurotech.demo.heater
 

Methods in com.eurotech.demo.heater with parameters of type EsfPayload
 void Heater.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void Heater.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.demo.power.system.publisher
 

Methods in com.eurotech.demo.power.system.publisher with parameters of type EsfPayload
 void ExamplePublisher.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void ExamplePublisher.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.demo.tbm
 

Methods in com.eurotech.demo.tbm with parameters of type EsfPayload
 void TbmDemo.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void TbmDemo.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.ermes
 

Methods in com.eurotech.ermes with parameters of type EsfPayload
 void ErmesComponent.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void ErmesComponent.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.example.project
 

Methods in com.eurotech.example.project with parameters of type EsfPayload
 void ExampleComponent.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void ExampleComponent.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.example.publisher
 

Methods in com.eurotech.example.publisher with parameters of type EsfPayload
 void ExamplePublisher.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void ExamplePublisher.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.example.serial.publisher
 

Methods in com.eurotech.example.serial.publisher with parameters of type EsfPayload
 void ExampleSerialPublisher.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void ExampleSerialPublisher.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.framework.cloud
 

Methods in com.eurotech.framework.cloud with parameters of type EsfPayload
 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.
 int CloudClient.controlPublish(String appTopic, EsfPayload payload, int qos, boolean retain, int priority)
          Publishes a control message to the remote server.
 int CloudClient.controlPublish(String deviceId, String appTopic, EsfPayload payload, int qos, boolean retain, int priority)
          Publishes a control message to the remote server addressing it to another device.
 void Cloudlet.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void CloudClientListener.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
          Called by the CloudClient when it receives a published control message from the broker.
 void Cloudlet.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void CloudClientListener.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
          Called by the client when it receives a published data message from the broker.
 int CloudClient.publish(String appTopic, EsfPayload payload, int qos, boolean retain)
          Publishes a message to the remote server using the default priority 5.
 int CloudClient.publish(String appTopic, EsfPayload payload, int qos, boolean retain, int priority)
          Publishes a message to the remote server.
 

Uses of EsfPayload in com.eurotech.framework.cloud.app.command
 

Subclasses of EsfPayload in com.eurotech.framework.cloud.app.command
 class EsfCommandRequestPayload
           
 class EsfCommandResponsePayload
           
 

Constructors in com.eurotech.framework.cloud.app.command with parameters of type EsfPayload
EsfCommandRequestPayload(EsfPayload esfPayload)
           
EsfCommandResponsePayload(EsfPayload esfPayload)
           
 

Uses of EsfPayload in com.eurotech.framework.core.cloud
 

Methods in com.eurotech.framework.core.cloud that return EsfPayload
 EsfPayload CloudPayloadProtoBufDecoder.buildFromByteArray()
          Factory method to build an EsfPayload instance from a byte array.
 

Methods in com.eurotech.framework.core.cloud with parameters of type EsfPayload
 int CloudClientImpl.controlPublish(String topic, EsfPayload payload, int qos, boolean retain, int priority)
           
 int CloudClientImpl.controlPublish(String deviceId, String topic, EsfPayload payload, int qos, boolean retain, int priority)
           
 void CloudClientListenerAdapter.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void CloudClientImpl.onControlMessageArrived(String deviceId, String appTopic, EsfPayload payload, int qos, boolean retain)
           
 void CloudClientListenerAdapter.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void CloudClientImpl.onMessageArrived(String deviceId, String appTopic, EsfPayload payload, int qos, boolean retain)
           
 int CloudClientImpl.publish(String topic, EsfPayload payload, int qos, boolean retain)
           
 int CloudClientImpl.publish(String topic, EsfPayload payload, int qos, boolean retain, int priority)
           
 

Constructors in com.eurotech.framework.core.cloud with parameters of type EsfPayload
CloudPayloadProtoBufEncoder(EsfPayload EsfPayload)
           
 

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

Methods in com.eurotech.framework.core.cloud.call with parameters of type EsfPayload
 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 EsfPayload in com.eurotech.framework.core.deployment
 

Methods in com.eurotech.framework.core.deployment with parameters of type EsfPayload
 void CloudDeploymentHandler.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void CloudDeploymentHandler.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.framework.core.message
 

Subclasses of EsfPayload in com.eurotech.framework.core.message
 class EsfBirthPayload
           
 class EsfDisconnectPayload
           
 

Constructors in com.eurotech.framework.core.message with parameters of type EsfPayload
EsfBirthPayload(EsfPayload edcMessage)
           
EsfDisconnectPayload(EsfPayload EsfMessage)
           
 

Uses of EsfPayload in com.eurotech.framework.core.test
 

Methods in com.eurotech.framework.core.test with parameters of type EsfPayload
 void CloudServiceTest.onControlMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 void CloudServiceTest.onMessageArrived(String deviceId, String appTopic, EsfPayload msg, int qos, boolean retain)
           
 

Uses of EsfPayload in com.eurotech.framework.message
 

Subclasses of EsfPayload in com.eurotech.framework.message
 class EsfRequestPayload
           
 class EsfResponsePayload
           
 

Methods in com.eurotech.framework.message with parameters of type EsfPayload
static EsfRequestPayload EsfRequestPayload.buildFromEsfPayload(EsfPayload payload)
           
 

Constructors in com.eurotech.framework.message with parameters of type EsfPayload
EsfRequestPayload(EsfPayload payload)
           
EsfResponsePayload(EsfPayload esfPayload)
           
 



Copyright © 2013. All Rights Reserved.