Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.globalretailtech.pos.apps
Class hpos  view hpos download hpos.java

java.lang.Object
  extended bycom.globalretailtech.util.Application
      extended bycom.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.


Field Summary
private  int configid
           
private  com.globalretailtech.pos.context.PosContext context
           
private  int posid
           
private  int posno
           
private  int siteid
           
private  int siteno
           
private  int sleepInterval
           
 
Fields inherited from class com.globalretailtech.util.Application
VERSION
 
Constructor Summary
hpos()
           
 
Method Summary
 void checkPos(int posno, int siteno)
           
 java.util.Vector contextList()
           
 com.globalretailtech.pos.context.PosContext currentContext()
           
static void main(java.lang.String[] args)
           
 void Run()
           
 void Run(java.lang.String[] args)
          How a poss application starts
 
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
 

Field Detail

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
Constructor Detail

hpos

public hpos()
Method Detail

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