| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EsfNotConnectedException | |
|---|---|
| com.eurotech.framework.core.data | |
| com.eurotech.framework.core.data.transport.mqtt | |
| com.eurotech.framework.data | |
| Uses of EsfNotConnectedException in com.eurotech.framework.core.data | 
|---|
| Methods in com.eurotech.framework.core.data that throw EsfNotConnectedException | |
|---|---|
 void | 
DataServiceImpl.subscribe(String topic,
          int qos)
 | 
 void | 
DataServiceImpl.unsubscribe(String topic)
 | 
| Uses of EsfNotConnectedException in com.eurotech.framework.core.data.transport.mqtt | 
|---|
| Methods in com.eurotech.framework.core.data.transport.mqtt that throw EsfNotConnectedException | |
|---|---|
 DataTransportToken | 
MqttDataTransport.publish(String topic,
        byte[] payload,
        int qos,
        boolean retain)
 | 
 void | 
MqttDataTransport.subscribe(String topic,
          int qos)
 | 
 void | 
MqttDataTransport.unsubscribe(String topic)
 | 
| Uses of EsfNotConnectedException in com.eurotech.framework.data | 
|---|
| Methods in com.eurotech.framework.data that throw EsfNotConnectedException | |
|---|---|
 DataTransportToken | 
DataTransportService.publish(String topic,
        byte[] payload,
        int qos,
        boolean retain)
Enqueues a message for publishing with the underlying transport implementation.  | 
 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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||