peer2me.network.bluetooth
Class InstanceOfRemoteDevice

java.lang.Object
  extended by javax.bluetooth.RemoteDevice
      extended by peer2me.network.bluetooth.InstanceOfRemoteDevice

public class InstanceOfRemoteDevice
extends javax.bluetooth.RemoteDevice

This class extends javax.bluetooth.RemoteDevice. The purpose of this class is to support the ability to instanciate RemoteDevice so that a new BluetoothNode can be created. This class is used when it is necessary to create an instance of a node based on the node's address. By doing this, a device can send a message to another device without having to discover it first.

Author:
Kim Saxlund

Method Summary
 
Methods inherited from class javax.bluetooth.RemoteDevice
authenticate, authorize, encrypt, equals, getBluetoothAddress, getFriendlyName, getRemoteDevice, hashCode, isAuthenticated, isAuthorized, isEncrypted, isTrustedDevice
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait