com.eurotech.framework.protocol.pcn
Class CountInfoQueue
java.lang.Object
com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
com.eurotech.framework.protocol.pcn.CountInfoQueue
public class CountInfoQueue
- extends Pcn1001EventQueue
Defines Count Information queue.
- Author:
- ilya.binshtok
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountInfoQueue
public CountInfoQueue()
- CountInfoQueue constructor
push
public void push(Pcn1001CountInfoService countInfoService)
- Puts CountInfo record to queue.
- Parameters:
countInfoService
- - count information service as IPcn1001CountInfoService
pop
public Pcn1001CountInfoService pop()
- Pops CountInfo record from queue.
- Returns:
- count information service as
IPcn1001CountInfoService
Copyright © 2013. All Rights Reserved.