com.eurotech.framework.net.admin.monitor
Class ModemMonitorServiceImpl

java.lang.Object
  extended by com.eurotech.framework.net.admin.monitor.ModemMonitorServiceImpl
All Implemented Interfaces:
ModemManagerService, ModemMonitorService, org.osgi.service.event.EventHandler

public class ModemMonitorServiceImpl
extends Object
implements ModemMonitorService, ModemManagerService, org.osgi.service.event.EventHandler


Constructor Summary
ModemMonitorServiceImpl()
           
 
Method Summary
protected  void activate(org.osgi.service.component.ComponentContext componentContext)
           
protected  void deactivate(org.osgi.service.component.ComponentContext componentContext)
           
 CellularModem getModemService(String usbPort)
           
 void handleEvent(org.osgi.service.event.Event event)
           
 void setEventAdmin(org.osgi.service.event.EventAdmin eventAdmin)
           
 void setNetworkAdminService(NetworkAdminService networkAdminService)
           
 void setNetworkService(NetworkService networkService)
           
 void setSystemService(SystemService systemService)
           
 void unsetEventAdmin(org.osgi.service.event.EventAdmin eventAdmin)
           
 void unsetNetworkAdminService(NetworkAdminService networkAdminService)
           
 void unsetNetworkService(NetworkService networkService)
           
 void unsetSystemService(SystemService systemService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModemMonitorServiceImpl

public ModemMonitorServiceImpl()
Method Detail

setNetworkService

public void setNetworkService(NetworkService networkService)

unsetNetworkService

public void unsetNetworkService(NetworkService networkService)

setEventAdmin

public void setEventAdmin(org.osgi.service.event.EventAdmin eventAdmin)

unsetEventAdmin

public void unsetEventAdmin(org.osgi.service.event.EventAdmin eventAdmin)

setNetworkAdminService

public void setNetworkAdminService(NetworkAdminService networkAdminService)

unsetNetworkAdminService

public void unsetNetworkAdminService(NetworkAdminService networkAdminService)

setSystemService

public void setSystemService(SystemService systemService)

unsetSystemService

public void unsetSystemService(SystemService systemService)

activate

protected void activate(org.osgi.service.component.ComponentContext componentContext)

deactivate

protected void deactivate(org.osgi.service.component.ComponentContext componentContext)

handleEvent

public void handleEvent(org.osgi.service.event.Event event)
Specified by:
handleEvent in interface org.osgi.service.event.EventHandler

getModemService

public CellularModem getModemService(String usbPort)
Specified by:
getModemService in interface ModemManagerService


Copyright © 2013. All Rights Reserved.