A B C D E F G H I J K L M N O P Q R S T U V W

I

I3gModemService - interface com.esf.device.modem.service.I3gModemService.
Defines 3G modem service
IBluetoothDiscovery - interface com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery.
This interface is used to perform a search for Bluetooth devices implementing a specific Bluetooth service.
IBootstrapService - interface com.esf.core.system.bootstrap.service.IBootstrapService.
A service for managing ESF bootstrapping.
ICatalystManagementService - interface com.esf.sbc.catalyst.system.management.service.ICatalystManagementService.
 
ICatalystSmBusService - interface com.esf.sbc.catalyst.smbus.service.ICatalystSmBusService.
 
ICellularModemService - interface com.esf.device.modem.service.ICellularModemService.
 
IConfigurationManagerService - interface com.esf.core.configuration.service.IConfigurationManagerService.
The Configuration Manager Service provides an API for software components to request/receive/reject configuration data as well as request that configurations be archived within the Configuration Manager.
IDhcpServerService - interface com.esf.net.dhcp.server.service.IDhcpServerService.
The IDhcpService is used to set up dhcpserver on a particular adapter.
IDnsProxyService - interface com.esf.net.dnsproxy.service.IDnsProxyService.
Defines DNS-proxy service.
IEsfLoggerService - interface com.esf.core.logger.service.IEsfLoggerService.
Event logging service to pass event messages at varying severity levels to system log.
IEthernetDeviceService - interface com.esf.device.ethernet.service.IEthernetDeviceService.
Manages Ethernet device configurations.
IEvdoModemService - interface com.esf.device.modem.service.IEvdoModemService.
Defines EVDO modem service.
IGPSService - interface com.esf.device.gps.service.IGPSService.
Gets data from GPS device.
IHeliosLedService - interface com.esf.sbc.helios.led.service.IHeliosLedService.
 
ILinuxFirewallService - interface com.esf.net.firewall.service.ILinuxFirewallService.
The ILinuxFirewallservice is used to set up firewall settings .
ILinuxRouteService - interface com.esf.net.linux.route.service.ILinuxRouteService.
The ILinuxRouteService is used to set routing preferences in Linux environment
IMC572xModemService - interface com.esf.device.modem.service.IMC572xModemService.
Defines MC572x modem service
IModemChannelService - interface com.esf.device.modem.channel.service.IModemChannelService.
This interface defines a service to be used by modem plug-ins such as MC572x, MC87xx, and so on ...
IModemFactoryService - interface com.esf.device.modem.factory.service.IModemFactoryService.
 
IModemManagerService - interface com.esf.device.modem.manager.service.IModemManagerService.
Defines Modem Manager service interface
IModemService - interface com.esf.device.modem.service.IModemService.
Defines generic modem service
INTERNAL - Static variable in class com.esf.device.modem.service.MC87xxPrlRegions
PRL region - Internal
INetworkUtilityService - interface com.esf.util.net.service.INetworkUtilityService.
Utilities to check the status of a network link
INtpService - interface com.esf.net.ntp.service.INtpService.
This interface provides methods for configuring the NTP Service.
IPppFactoryService - interface com.esf.net.modem.ppp.factory.service.IPppFactoryService.
Defines PPP Factory Service
IPppService - interface com.esf.net.ppp.service.IPppService.
Defines PPP service interface provided to user application.
IProcessUtilityService - interface com.esf.util.proc.service.IProcessUtilityService.
Provides utilities for dealing with starting and stopping system processes.
ISerialCommAquisitionService - interface com.esf.device.serial.comm.service.ISerialCommAquisitionService.
This is the factory for managing ISerialCommService objects.
ISerialCommService - interface com.esf.device.serial.comm.service.ISerialCommService.
This is the primary control class for a SerialComm port.
ISystemManagerService - interface com.esf.core.system.manager.service.ISystemManagerService.
Service to provide basic system information including Operating System information, JVM information, and filesystem information.
ISystemMonitorService - interface com.esf.core.system.monitor.service.ISystemMonitorService.
The System Monitoring Service provides tools for the management of system level services.
ITALY - Static variable in class com.esf.device.modem.service.MC87xxPrlRegions
PRL region - Italy
ITermClientService - interface com.esf.net.termclient.service.ITermClientService.
The ITermClientService interface is used to give a serial port access to a remote network server.
ITermServService - interface com.esf.net.termserv.service.ITermServService.
The ITermServService is used to give from one to eight network clients access to one or more serial ports or a single parallel printer port.
IUdpServerService - interface com.esf.net.udpserver.service.IUdpServerService.
The IUdpServerService is used to give a remote network UDP client access to a serial port or a local serial port device the ability to send data to a remote UDP listening port.
IUsb2SerialManagerService - interface com.esf.device.usb.manager.usb2serial.service.IUsb2SerialManagerService.
The USB to Serial Service provides tools for management of USB-to-Serial devices.
IUsbManagerService - interface com.esf.device.usb.manager.service.IUsbManagerService.
 
IUsbModemManagerService - interface com.esf.device.usb.manager.modem.service.IUsbModemManagerService.
Provides tools for managing USB modem devices.
IUsbModemService - interface com.esf.device.modem.service.IUsbModemService.
 
IUsbStorageManagerService - interface com.esf.device.usb.manager.storage.service.IUsbStorageManagerService.
The USB Storage Manager Service provides tools for management of USB Mass Storage devices.
IWatchdogService - interface com.esf.device.watchdog.service.IWatchdogService.
This interface provides methods for starting, stopping, and updating a hardware watchdog present on the system.
Interface - class com.esf.util.net.Interface.
 
Interface() - Constructor for class com.esf.util.net.Interface
 
InvalidModemParameterException - exception com.esf.device.modem.exception.InvalidModemParameterException.
Defines InvalidModemParameterException
InvalidModemParameterException() - Constructor for class com.esf.device.modem.exception.InvalidModemParameterException
Create an instance with no message about why the Exception was thrown.
InvalidModemParameterException(String) - Constructor for class com.esf.device.modem.exception.InvalidModemParameterException
Creates an instance with a message about why the Exception was thrown.
IpAddress - class com.esf.net.dhcp.server.service.IpAddress.
Contains an IP address value.
IpAddress() - Constructor for class com.esf.net.dhcp.server.service.IpAddress
Default constructor, sets IP to 0.0.0.0
IpAddress(String) - Constructor for class com.esf.net.dhcp.server.service.IpAddress
Convert IP as String in dotted notation, to an IpAddress object
IpAddress - class com.esf.util.net.service.IpAddress.
Container for an IP address value.
IpAddress() - Constructor for class com.esf.util.net.service.IpAddress
Default constructor, sets IP to 0.0.0.0
IpAddress(String) - Constructor for class com.esf.util.net.service.IpAddress
Convert IP as String in dotted notation, to an IpAddress object
iConfiguration() - Method in interface javax.usb.UsbConfigurationDescriptor
Get this descriptor's iConfiguration.
iInterface() - Method in interface javax.usb.UsbInterfaceDescriptor
Get this descriptor's iInterface.
iManufacturer() - Method in interface javax.usb.UsbDeviceDescriptor
Get this descriptor's iManufacturer.
iProduct() - Method in interface javax.usb.UsbDeviceDescriptor
Get this descriptor's iProduct.
iSerialNumber() - Method in interface javax.usb.UsbDeviceDescriptor
Get this descriptor's iSerialNumber.
idProduct() - Method in interface javax.usb.UsbDeviceDescriptor
Get this descriptor's idProduct.
idVendor() - Method in interface javax.usb.UsbDeviceDescriptor
Get this descriptor's idVendor.
init(String, String, boolean, boolean, long, long, int, boolean) - Method in interface com.esf.net.ntp.service.INtpService
This method is used to initialize the NTP Service configuration.
init(String, int, boolean) - Method in class com.esf.util.gps.GpsDevice
 
initialize(int) - Method in interface com.esf.net.dnsproxy.service.IDnsProxyService
 
initialize(String, int, int, String, int, int, String, int, ArrayList, ArrayList, int) - Method in interface com.esf.net.dnsproxy.service.IDnsProxyService
 
isActivated() - Method in interface com.esf.device.modem.service.IEvdoModemService
Answers if EVDO modem is activated
isActive() - Method in interface javax.usb.UsbConfiguration
If this UsbConfiguration is active.
isActive() - Method in interface javax.usb.UsbInterface
If this interface alternate setting is active.
isActive() - Method in interface javax.usb.UsbPipe
If this pipe is active.
isActive() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbPipe
 
isAddDefaultRoute() - Method in class com.esf.net.ppp.service.PppPeer
Reports 'defaultroute' option
isAllowBsdCompression() - Method in class com.esf.net.ppp.service.PppPeer
Reports if BSD compression is allowed
isAllowDeflateCompression() - Method in class com.esf.net.ppp.service.PppPeer
Reports if 'Deflate' compression is allowed
isAllowMagic() - Method in class com.esf.net.ppp.service.PppPeer
Reports is magic number negotiation is enabled
isAllowProxyArps() - Method in class com.esf.net.ppp.service.PppPeer
Reports if 'proxyarp' option is enabled
isAllowVanJacobsonConnectionIDCompression() - Method in class com.esf.net.ppp.service.PppPeer
Reports if Van Jacobson Connection ID compression is allowed
isAllowVanJacobsonTcpIpHdrCompression() - Method in class com.esf.net.ppp.service.PppPeer
Reports if Van Jacobson TCP/IP header compression is allowed
isClaimed() - Method in interface javax.usb.UsbInterface
If this interface is claimed.
isClientInitiatedDeviceConfigEnabled() - Method in interface com.esf.device.modem.service.IEvdoModemService
Reports if Client-Initiated Device Configuration (CIDC) is enabled.
isClientInitiatedDeviceConfigSupported() - Method in interface com.esf.device.modem.service.IEvdoModemService
Reports if Client-Initiated Device Configuration (CIDC) is supported by the modem.
isClientInitiatedFirmwareUpdateEnabled() - Method in interface com.esf.device.modem.service.IEvdoModemService
Reports if Client-Initiated Firmware Update (CIFUMO) is enabled.
isClientInitiatedFirmwareUpdateSupported() - Method in interface com.esf.device.modem.service.IEvdoModemService
Reports if Client-Initiated Firmware Update (CIFUMO) is supported.
isClientInitiatedPrlUpdateEnabled() - Method in interface com.esf.device.modem.service.IEvdoModemService
Reports if Client-Initiated PRL Update (CIPRL) is enabled.
isClientInitiatedPrlUpdateSupported() - Method in interface com.esf.device.modem.service.IEvdoModemService
Reports if Client-Initiated PRL Update (CIPRL) is supported by the modem.
isComplete() - Method in class com.esf.net.firewall.service.LocalRule
Returns true if the required LocalRule parameters have all been set.
isComplete() - Method in class com.esf.net.firewall.service.NATRule
Returns true if the NATRule parameters have all been set.
isComplete() - Method in class com.esf.net.firewall.service.PortForwardRule
Returns true if the required LocalRule parameters have all been set.
isComplete() - Method in interface javax.usb.UsbIrp
If this has completed.
isComplete() - Method in class javax.usb.util.DefaultUsbIrp
If this is complete.
isConfigured() - Method in interface javax.usb.UsbDevice
If this UsbDevice is configured.
isConfigured() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
 
isConnected() - Method in interface com.esf.device.modem.service.IModemService
Answers if connection to the service provider is established
isConnecting() - Method in interface com.esf.device.modem.service.IModemService
Reports if modem connection is in progress
isConnectionInProgress() - Method in interface com.esf.net.ppp.service.IPppService
Reports if PPP connection is in progress.
isDMsupported() - Method in interface com.esf.device.modem.service.IEvdoModemService
Reports if Device Management (DM) is supported by the modem.
isDiscoveryComplete() - Method in interface com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery
Returns an indication of whether Bluetooth device discovery is completely finished.
isEnableDebug() - Method in class com.esf.net.ppp.service.PppPeer
Reports if connection debugging is enabled
isEnabled() - Method in class com.esf.device.modem.service.CellularModem
 
isEnabled() - Method in interface com.esf.device.modem.service.ICellularModemService
Answers if cellular modem is enabled by application
default value is set to true
isEnabled() - Method in class com.esf.net.ppp.service.PppPeer
Reports if PPP is enabled in configuration
isError() - Method in class com.esf.device.modem.channel.service.Hip
Reports if there is an error in processing HIP reply
isFunctional(String) - Method in interface com.esf.device.modem.channel.service.IModemChannelService
Reports if modem is functional that is if it replies to AT commands.
isFunctional(int, String, int, int, int, int) - Method in interface com.esf.device.modem.channel.service.IModemChannelService
Reports if modem is functional that is if it replies to AT commands.
isIfaceUp(String) - Method in interface com.esf.device.ethernet.service.IEthernetDeviceService
gets the state of an Ethernet interface
isLinkUp(String) - Method in class com.esf.util.net.Interface
 
isLinkUp(String) - Method in interface com.esf.util.net.service.INetworkUtilityService
checks to see if a valid link is present
isLockSerialDevice() - Method in class com.esf.net.ppp.service.PppPeer
Reports if PPP daemon is setup to create a lock file
isOn() - Method in class com.esf.device.modem.service.CellularModem
 
isOn() - Method in interface com.esf.device.modem.service.ICellularModemService
Answers if modem is on
isOnBoot() - Method in class com.esf.device.ethernet.service.EthernetDevice
checks to see if the flag is set to denote the interface should come up on boot
isOpen() - Method in interface javax.usb.UsbPipe
If this pipe is open.
isOpen() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbPipe
 
isOpened(String) - Method in interface com.esf.device.modem.channel.service.IModemChannelService
Reports if modem is opened
isPassDnsServers() - Method in class com.esf.net.dhcp.server.service.DhcpServerParameters
gets the configuration state of whether to pass DNS servers to DHCP clients
isPeerMustAuthenticateItself() - Method in class com.esf.net.ppp.service.PppPeer
Reports if peer is expected to authenticate itself
isPeerToSupplyLocalIP() - Method in class com.esf.net.ppp.service.PppPeer
Reports if peer is expected to supply local IP address using IPCP negotiation.
isRegistered(String) - Method in interface com.esf.core.system.monitor.service.ISystemMonitorService
Returns true if the specified service has been registered, false otherwise.
isRoaming() - Method in interface com.esf.device.modem.service.IModemService
Reports roaming status
isRootUsbHub() - Method in interface javax.usb.UsbHub
If this is the virtual root hub.
isSIMok() - Method in interface com.esf.device.modem.service.I3gModemService
Answers if SIM card is ok
isStreamEnabled() - Method in interface com.esf.device.gps.service.IGPSService
Checks to see if the GPS stream is enabled
isSupported(String) - Static method in class com.esf.net.dnsproxy.service.DnsProxySecurityFeature
Checks if this supplied security feature is supported.
isUp() - Method in interface com.esf.net.ppp.service.IPppService
Reports if PPP is up
isUp(String) - Method in class com.esf.util.net.Interface
 
isUp(String) - Method in interface com.esf.util.net.service.INetworkUtilityService
checks to see if an interface is 'up'
isUsbDeviceAttached() - Method in interface javax.usb.UsbPort
If a device is attached to this port.
isUsbException() - Method in interface javax.usb.UsbIrp
If a UsbException occured.
isUsbException() - Method in class javax.usb.util.DefaultUsbIrp
If a UsbException occurred.
isUsbHub() - Method in interface javax.usb.UsbDevice
If this is a UsbHub.
isUsbHub() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
 
isUseModemControlLines() - Method in class com.esf.net.ppp.service.PppPeer
Reports if modem control lines are to be used.
isUsePeerDns() - Method in class com.esf.net.ppp.service.PppPeer
Reports if peer supplied DNS should be used
isUseRtsCtsFlowControl() - Method in class com.esf.net.ppp.service.PppPeer
Reports if RTS/CTS hardware flow control is to be used

A B C D E F G H I J K L M N O P Q R S T U V W
Copyright © 2009 Eurotech Inc. All rights reserved.