- LABEL - Static variable in class com.esf.device.usb.manager.service.UsbDeviceContainer
-
- LCP_ECHO_FAILURE - Static variable in class com.esf.device.modem.configuration.ModemConfiguration
-
- LCP_ECHO_INTERVAL - Static variable in class com.esf.device.modem.configuration.ModemConfiguration
-
- LINK_DOWN_HOST_INITIATED - Static variable in class com.esf.net.beceem.wimax.service.WimaxConnectionStatus
-
- LINK_STATUS_NORMAL - Static variable in class com.esf.net.beceem.wimax.service.WimaxConnectionStatus
-
- LINKUP_ACHIEVED - Static variable in class com.esf.net.beceem.wimax.service.WimaxConnectionStatus
-
- LocalRule - Class in com.esf.net.firewall.service
-
Creates an iptables command for a Local Rule, allowing an incoming port connection.
- LocalRule(int, String, String, int, String, String) - Constructor for class com.esf.net.firewall.service.LocalRule
-
Constructor of LocalRule
object.
- LocalRule(String, String, String, int, String, String) - Constructor for class com.esf.net.firewall.service.LocalRule
-
Constructor of LocalRule
object.
- LocalRule() - Constructor for class com.esf.net.firewall.service.LocalRule
-
Constructor of LocalRule
object.
- LOCATION_UPDATE_WITH_POWER_DOWN_SUCCESS_RECEIVED - Static variable in class com.esf.net.beceem.wimax.service.WimaxConnectionStatus
-
- lock(int) - Method in interface com.esf.net.netconf.service.INetconfModule
-
Locks the resources represented by this module from modifications
outside of the current NetConf session.
- LOCK_SERIAL_DEVICE - Static variable in class com.esf.device.modem.configuration.ModemConfiguration
-
- LOG_LEVEL_DEBUG - Static variable in interface com.esf.core.logger.service.IEsfLoggerService
-
Log level for debugging messages (but not lengthy dumps of information such as byte streams).
- LOG_LEVEL_DUMP - Static variable in interface com.esf.core.logger.service.IEsfLoggerService
-
Log level for data dumps, such as list of hex bytes from serial streams, etc.
- LOG_LEVEL_ERROR - Static variable in interface com.esf.core.logger.service.IEsfLoggerService
-
Log level for only errors (something didn't work as expected).
- LOG_LEVEL_INFO - Static variable in interface com.esf.core.logger.service.IEsfLoggerService
-
Log level for informational messages about the status of the process.
- LOG_LEVEL_NONE - Static variable in interface com.esf.core.logger.service.IEsfLoggerService
-
Set process to LOG_LEVEL_NONE
if no event messages are desired to be sent to system log.
- LOG_LEVEL_WARNING - Static variable in interface com.esf.core.logger.service.IEsfLoggerService
-
Log level for warning events (may or may not be a problem).
- logDebug(String) - Method in interface com.esf.core.logger.service.IEsfLoggerService
-
Generates a debug level logging message (LOG_LEVEL_DEBUG
).
- logDump(String) - Method in interface com.esf.core.logger.service.IEsfLoggerService
-
Generates a dump level logging message (LOG_LEVEL_DUMP
).
- logDump(byte[]) - Method in interface com.esf.core.logger.service.IEsfLoggerService
-
Generates a dump level logging message (LOG_LEVEL_DUMP
).
- logError(String) - Method in interface com.esf.core.logger.service.IEsfLoggerService
-
Generates an error level logging message (LOG_LEVEL_ERROR
).
- LOGFILE - Static variable in class com.esf.device.modem.configuration.ModemConfiguration
-
- logInfo(String) - Method in interface com.esf.core.logger.service.IEsfLoggerService
-
Generates a info level logging message (LOG_LEVEL_INFO
).
- logWarning(String) - Method in interface com.esf.core.logger.service.IEsfLoggerService
-
Generates a warning level logging message (LOG_LEVEL_WARNING
).