com.intel.bluetooth.emu
Interface MonitoringService

All Known Implementing Classes:
MonitoringServiceImpl

public interface MonitoringService


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)
           
 

Method Detail

getDevices

java.util.List<MonitorDevice> getDevices()

getServices

java.util.List<MonitorService> getServices()

getConnections

java.util.List<MonitorConnection> getConnections()

setDevicePower

void setDevicePower(long address,
                    boolean on)

setDeviceDiscoverable

void setDeviceDiscoverable(long address,
                           int mode)

createThreadDumpFile

void createThreadDumpFile(long address)

shutdownJVM

void shutdownJVM(long address)

connectionDellayDelivery

void connectionDellayDelivery(long address,
                              long connectionId,
                              int msecDelay)

connectionBreak

void connectionBreak(long address,
                     long connectionId)


Copyright © 2004-2008 BlueCove Team. All Rights Reserved.