com.esf.device.modem.factory.service
Interface ISerialModemFactoryService


public interface ISerialModemFactoryService


Field Summary
static java.lang.String SERVICE_NAME
          service name of this interface for the bundle activator (com.esf.device.modem.factory.service.ISerialModemFactoryService)
 
Method Summary
 java.util.Hashtable getModemServices()
           
 ISerialCellularModemService obtainSerialCellularModemService(java.lang.String modemType)
           
 void releaseModemService(java.lang.String modemType)
           
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
service name of this interface for the bundle activator (com.esf.device.modem.factory.service.ISerialModemFactoryService)

Method Detail

obtainSerialCellularModemService

ISerialCellularModemService obtainSerialCellularModemService(java.lang.String modemType)
                                                             throws java.lang.Exception
Throws:
java.lang.Exception

getModemServices

java.util.Hashtable getModemServices()

releaseModemService

void releaseModemService(java.lang.String modemType)