peer2me.network.bluetooth
Class DeviceList

java.lang.Object
  extended by peer2me.network.bluetooth.DeviceList

public class DeviceList
extends java.lang.Object


Constructor Summary
DeviceList()
           
 
Method Summary
 void addDevice(Device d)
           
 Device getDevice(java.lang.String bluetoothAdress)
           
 Device[] getDevices()
           
 void removeDevice(java.lang.String bluetoothAddress)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceList

public DeviceList()
Method Detail

addDevice

public void addDevice(Device d)

removeDevice

public void removeDevice(java.lang.String bluetoothAddress)

getDevice

public Device getDevice(java.lang.String bluetoothAdress)

getDevices

public Device[] getDevices()