com.eurotech.framework.protocol.pcn
Class CountInfoQueue

java.lang.Object
  extended by com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
      extended by com.eurotech.framework.protocol.pcn.CountInfoQueue

public class CountInfoQueue
extends Pcn1001EventQueue

Defines Count Information queue.

Author:
ilya.binshtok

Field Summary
 
Fields inherited from class com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
queue
 
Constructor Summary
CountInfoQueue()
          CountInfoQueue constructor
 
Method Summary
 Pcn1001CountInfoService pop()
          Pops CountInfo record from queue.
 void push(Pcn1001CountInfoService countInfoService)
          Puts CountInfo record to queue.
 
Methods inherited from class com.eurotech.framework.protocol.pcn.Pcn1001EventQueue
isEmpty, popEvent, pushEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountInfoQueue

public CountInfoQueue()
CountInfoQueue constructor

Method Detail

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.