com.sybase.uep.bobclient.sync
Class Device.UnknownDevice

java.lang.Object
  extended by com.sybase.uep.bobclient.sync.Device
      extended by com.sybase.uep.bobclient.sync.Device.UnknownDevice
Enclosing class:
Device

public static class Device.UnknownDevice
extends Device


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sybase.uep.bobclient.sync.Device
Device.UnknownDevice
 
Constructor Summary
Device.UnknownDevice()
           
 
Method Summary
 Repository createRepository()
          Creates a repository object appropriate to the device.
 void dumpInfo(java.io.PrintStream out)
          Dumps information about the device to the given stream.
 java.lang.String getDeviceID()
          Returns the unique string, if known, that identifies this device.
 
Methods inherited from class com.sybase.uep.bobclient.sync.Device
findClass, getDevice, isEmulator, isLocalHTTP, setEmulator, setLocalHTTP
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Device.UnknownDevice

public Device.UnknownDevice()
Method Detail

createRepository

public Repository createRepository()
Description copied from class: Device
Creates a repository object appropriate to the device.

Specified by:
createRepository in class Device

dumpInfo

public void dumpInfo(java.io.PrintStream out)
Description copied from class: Device
Dumps information about the device to the given stream.

Specified by:
dumpInfo in class Device

getDeviceID

public java.lang.String getDeviceID()
Description copied from class: Device
Returns the unique string, if known, that identifies this device.

Specified by:
getDeviceID in class Device