Package com.storedobject.tools
Class SystemDevice
java.lang.Object
com.storedobject.tools.SystemDevice
- All Implemented Interfaces:
Device
,ErrorLogger
- Direct Known Subclasses:
AbstractJSONService
,DeveloperService
,Scheduler
,TestDevice
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultEntity
(SystemUser user) int
int
protected abstract String
int
int
protected abstract String
boolean
protected void
void
setDeviceLayout
(DeviceLayout layout) protected void
setIPAddress
(String ipaddress) void
void
setServer
(ApplicationServer server) void
showNotification
(String text) void
showNotification
(String caption, String text) void
showNotification
(String caption, Throwable error) void
showNotification
(Throwable error) void
view
(String caption, ContentProducer producer, Consumer<Long> informMe, boolean windowMode)
-
Field Details
-
server
-
login
-
-
Constructor Details
-
SystemDevice
-
-
Method Details
-
setServer
-
getServer
-
getDefaultEntity
- Specified by:
getDefaultEntity
in interfaceDevice
-
loggedIn
-
getDeviceHeight
public int getDeviceHeight()- Specified by:
getDeviceHeight
in interfaceDevice
-
getDeviceWidth
public int getDeviceWidth()- Specified by:
getDeviceWidth
in interfaceDevice
-
setIPAddress
-
getIPAddress
- Specified by:
getIPAddress
in interfaceDevice
-
getIdentifierTag
-
getIdentifier
- Specified by:
getIdentifier
in interfaceDevice
-
getPackageName
-
getDriverIdentifier
- Specified by:
getDriverIdentifier
in interfaceDevice
-
getMajorVersion
public int getMajorVersion()- Specified by:
getMajorVersion
in interfaceDevice
-
getMinorVersion
public int getMinorVersion()- Specified by:
getMinorVersion
in interfaceDevice
-
getDeviceLayout
- Specified by:
getDeviceLayout
in interfaceDevice
-
setDeviceLayout
- Specified by:
setDeviceLayout
in interfaceDevice
-
setLocale
-
getLocale
-
view
-
showNotification
- Specified by:
showNotification
in interfaceDevice
-
showNotification
- Specified by:
showNotification
in interfaceDevice
-
showNotification
- Specified by:
showNotification
in interfaceDevice
-
showNotification
- Specified by:
showNotification
in interfaceDevice
-
notify
-
getMessageViewer
- Specified by:
getMessageViewer
in interfaceDevice
-