|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Fields | |
---|---|
com.esf.device.modem.service.IModemService.NEW_CONFIGURATION_TOPIC
Modem driver publishes EventAdmin Event on this topic after it receives and processes new configuration event from configuration manager. This event to be picked up by application (business logic) code to make a decision whether to restart modem connection. |
Deprecated Methods | |
---|---|
com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery.discoverDevices(int)
use getDeviceUrl() method |
|
com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery.getDiscoveredDevices()
use getDeviceUrl() method |
|
com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery.getInputStream(String)
use getDeviceUrl() method |
|
com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery.getOutputStream(String)
use getDeviceUrl() method |
|
com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery.isDiscoveryComplete()
use getDeviceUrl() method |
|
com.esf.core.configuration.service.IConfigurationManagerService.rejectConfiguration(String)
As of ESF 1.1.0 replaced by This method is used to inform that Configuration Manager that a component has rejected a configuration. A component must specify a String representing its symbolic name. The Configuration Manager will then issue a configuration error corresponding to the specified component and return a Configuration Object representing the most recent stored configuration in the archive. If no stored or default configuration exists in the archive, the method will return null |
|
com.esf.net.dhcp.server.service.IDhcpServerService.setDhcpServer(String, int, int, String, String, String, boolean)
As of ESF 1.1.0 this was replaced by the more extensive setDhcpServer method sets the dhcp server parameters of a statically defined Ethernet interface |
|
com.esf.net.dhcp.server.service.IDhcpServerService.setDhcpServerMaximumLeaseTime(String, int)
As of ESF 1.1.0 this should not be used. This never worked and should not be used. Sets the maximum lease time to be used by the DHCP server service on this Ethernet adapter. This method is useful only if runDhcpServer() reports true. |
|
com.esf.core.configuration.service.IConfigurationManagerService.storeConfiguration(String)
As of ESF 1.1.0 replaced by This method is used to inform that Configuration Manager that the last supplied configuration @Object was accepted and should be stored in the archive. The Configuration Manager will then store the configuration @Object as in the archive as the current configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |