Uses of Class
org.correomqtt.business.model.ConnectionConfigDTO
| Package | Description |
|---|---|
| org.correomqtt.business.model | |
| org.correomqtt.business.mqtt | |
| org.correomqtt.business.services | |
| org.correomqtt.business.utils | |
| org.correomqtt.gui.transformer |
-
Uses of ConnectionConfigDTO in org.correomqtt.business.model
Constructors in org.correomqtt.business.model with parameters of type ConnectionConfigDTO Constructor Description ConnectionConfigDTO(ConnectionConfigDTO configDTO) -
Uses of ConnectionConfigDTO in org.correomqtt.business.mqtt
Methods in org.correomqtt.business.mqtt with parameters of type ConnectionConfigDTO Modifier and Type Method Description static CorreoMqttClientCorreoMqttClientFactory. createClient(ConnectionConfigDTO configDTO) -
Uses of ConnectionConfigDTO in org.correomqtt.business.services
Methods in org.correomqtt.business.services that return types with arguments of type ConnectionConfigDTO Modifier and Type Method Description List<ConnectionConfigDTO>ConfigService. getConnectionConfigs()Method parameters in org.correomqtt.business.services with type arguments of type ConnectionConfigDTO Modifier and Type Method Description voidConfigService. saveConnections(List<ConnectionConfigDTO> connections) -
Uses of ConnectionConfigDTO in org.correomqtt.business.utils
Methods in org.correomqtt.business.utils that return ConnectionConfigDTO Modifier and Type Method Description ConnectionConfigDTOConnectionHolder. getConfig(String connectionId)Methods in org.correomqtt.business.utils that return types with arguments of type ConnectionConfigDTO Modifier and Type Method Description List<ConnectionConfigDTO>ConnectionHolder. getSortedConnections()Methods in org.correomqtt.business.utils with parameters of type ConnectionConfigDTO Modifier and Type Method Description booleanConnectionHolder. isConnectionUnused(ConnectionConfigDTO config)Constructors in org.correomqtt.business.utils with parameters of type ConnectionConfigDTO Constructor Description CorreoMqttConnection(ConnectionConfigDTO configDTO, int sort) -
Uses of ConnectionConfigDTO in org.correomqtt.gui.transformer
Methods in org.correomqtt.gui.transformer that return ConnectionConfigDTO Modifier and Type Method Description static ConnectionConfigDTOConnectionTransformer. propsToDto(ConnectionPropertiesDTO props)Methods in org.correomqtt.gui.transformer that return types with arguments of type ConnectionConfigDTO Modifier and Type Method Description static List<ConnectionConfigDTO>ConnectionTransformer. propsListToDtoList(javafx.collections.ObservableList<ConnectionPropertiesDTO> connectionPropList)Methods in org.correomqtt.gui.transformer with parameters of type ConnectionConfigDTO Modifier and Type Method Description static ConnectionPropertiesDTOConnectionTransformer. dtoToProps(ConnectionConfigDTO dto)Method parameters in org.correomqtt.gui.transformer with type arguments of type ConnectionConfigDTO Modifier and Type Method Description static List<ConnectionPropertiesDTO>ConnectionTransformer. dtoListToPropList(List<ConnectionConfigDTO> connectionDTOList)