com.intel.bluetooth.emu
Class MonitoringServiceImpl
java.lang.Object
com.intel.bluetooth.emu.MonitoringServiceImpl
- All Implemented Interfaces:
- MonitoringService
public class MonitoringServiceImpl
- extends java.lang.Object
- implements MonitoringService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitoringServiceImpl
public MonitoringServiceImpl()
getDevices
public java.util.List<MonitorDevice> getDevices()
- Specified by:
getDevices in interface MonitoringService
getServices
public java.util.List<MonitorService> getServices()
- Specified by:
getServices in interface MonitoringService
getConnections
public java.util.List<MonitorConnection> getConnections()
- Specified by:
getConnections in interface MonitoringService
setDevicePower
public void setDevicePower(long address,
boolean on)
- Specified by:
setDevicePower in interface MonitoringService
setDeviceDiscoverable
public void setDeviceDiscoverable(long address,
int mode)
- Specified by:
setDeviceDiscoverable in interface MonitoringService
createThreadDumpFile
public void createThreadDumpFile(long address)
- Specified by:
createThreadDumpFile in interface MonitoringService
shutdownJVM
public void shutdownJVM(long address)
- Specified by:
shutdownJVM in interface MonitoringService
connectionDellayDelivery
public void connectionDellayDelivery(long address,
long connectionId,
int msecDelay)
- Specified by:
connectionDellayDelivery in interface MonitoringService
connectionBreak
public void connectionBreak(long address,
long connectionId)
- Specified by:
connectionBreak in interface MonitoringService
Copyright © 2004-2008 BlueCove Team. All Rights Reserved.