java.lang.Object
com.globalretailtech.util.Application
com.globalretailtech.pos.apps.hpos
- All Implemented Interfaces:
- com.globalretailtech.pos.context.ContextSet
- public class hpos
- extends com.globalretailtech.util.Application
- implements com.globalretailtech.pos.context.ContextSet
A gui pos Application. Creates a PosFrame and loads
it.
|
Constructor Summary |
hpos()
|
| Methods inherited from class com.globalretailtech.util.Application |
dbConnection, debug, locale, localeCountry, localeLanguage, localeVariant, logEvents, logLevel, remoteDB, replayMode, setDbConnection, setDebug, setLocale, setLocaleCountry, setLocaleLanguage, setLocaleVariant, setLogEvents, setLogLevel, setRemoteDB, setReplayMode, setStatus, status |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
private com.globalretailtech.pos.context.PosContext context
configid
private int configid
siteid
private int siteid
posid
private int posid
siteno
private int siteno
posno
private int posno
sleepInterval
private int sleepInterval
hpos
public hpos()
Run
public void Run()
Run
public void Run(java.lang.String[] args)
- Description copied from class:
com.globalretailtech.util.Application
- How a poss application starts
main
public static void main(java.lang.String[] args)
checkPos
public void checkPos(int posno,
int siteno)
currentContext
public com.globalretailtech.pos.context.PosContext currentContext()
- Specified by:
currentContext in interface com.globalretailtech.pos.context.ContextSet
contextList
public java.util.Vector contextList()
- Specified by:
contextList in interface com.globalretailtech.pos.context.ContextSet