com.intel.bluetooth.emu
Class MonitoringServiceImpl

java.lang.Object
  extended by com.intel.bluetooth.emu.MonitoringServiceImpl
All Implemented Interfaces:
MonitoringService

public class MonitoringServiceImpl
extends java.lang.Object
implements MonitoringService


Constructor Summary
MonitoringServiceImpl()
           
 
Method Summary
 void connectionBreak(long address, long connectionId)
           
 void connectionDellayDelivery(long address, long connectionId, int msecDelay)
           
 void createThreadDumpFile(long address)
           
 java.util.List<MonitorConnection> getConnections()
           
 java.util.List<MonitorDevice> getDevices()
           
 java.util.List<MonitorService> getServices()
           
 void setDeviceDiscoverable(long address, int mode)
           
 void setDevicePower(long address, boolean on)
           
 void shutdownJVM(long address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoringServiceImpl

public MonitoringServiceImpl()
Method Detail

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.