|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.engine.com.IhmCom
public class IhmCom
Interface with the IHM subset. The following features are provided :
flush()
method ends cycle
Constructor Summary | |
---|---|
IhmCom(fr.icom.decathlon.access.fifo.EventFifo anEventFifo,
int maxTags)
Constructor |
Method Summary | |
---|---|
void |
aggregateSGLN96(byte[] tagData)
Adds the sgln tag to the aggregation report, and sends it to the IHM. |
void |
aggregateSGLN96(long companyPrefix,
int locationReference)
|
void |
aggregateSGTIN96(byte[] id)
Perfoms the aggregation of gtin tag. |
void |
aggregateSGTIN96(long companyPrefix,
int itemReference)
Perfoms the aggregation of gtin tag. |
void |
flush()
Sends gtin aggregation report on fifo. |
void |
init()
Initialize aggregation process. |
void |
logStartupStatus(boolean status,
java.lang.Exception errContext)
Sends the start up status to the IHM. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IhmCom(fr.icom.decathlon.access.fifo.EventFifo anEventFifo, int maxTags)
anEventFifo
- the fifo for sending status and aggregation info to the IHM.maxTags
- the maximum number of tagsMethod Detail |
---|
public void init()
public void logStartupStatus(boolean status, java.lang.Exception errContext)
status
- flag : true for OK, false in case of errorerrContext
- context of error, or null if nonepublic void aggregateSGLN96(byte[] tagData)
public void aggregateSGLN96(long companyPrefix, int locationReference)
public void aggregateSGTIN96(byte[] id)
public void aggregateSGTIN96(long companyPrefix, int itemReference)
public void flush()
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |