|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.sync.Device
public abstract class Device
Returns information about the device that Mobile Sales is running on.
Nested Class Summary | |
---|---|
static class |
Device.UnknownDevice
|
Constructor Summary | |
---|---|
Device()
|
Method Summary | |
---|---|
abstract Repository |
createRepository()
Creates a repository object appropriate to the device. |
abstract void |
dumpInfo(java.io.PrintStream out)
Dumps information about the device to the given stream. |
static java.lang.Class |
findClass(java.lang.String name)
Finds and loads a given class. |
static Device |
getDevice()
Returns the singleton instance representing the current device. |
abstract java.lang.String |
getDeviceID()
Returns the unique string, if known, that identifies this device. |
boolean |
isEmulator()
|
boolean |
isLocalHTTP()
|
void |
setEmulator(boolean emulator)
|
void |
setLocalHTTP(boolean localHTTP)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Device()
Method Detail |
---|
public abstract Repository createRepository()
public abstract void dumpInfo(java.io.PrintStream out)
public static java.lang.Class findClass(java.lang.String name)
public static Device getDevice()
public abstract java.lang.String getDeviceID()
public boolean isEmulator()
public boolean isLocalHTTP()
public final void setEmulator(boolean emulator)
public final void setLocalHTTP(boolean localHTTP)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |