xmlBlaster 2.2.0 API

org.xmlBlaster.util.queue
Class ReturnDataHolder

java.lang.Object
  extended by org.xmlBlaster.util.queue.ReturnDataHolder

public class ReturnDataHolder
extends java.lang.Object

DataHolder Object to hold the return data of methods used in the different implementations of the I_Queue and their helper classes.

Author:
Marcel Ruff, Michele Laghi

Field Summary
 long countBytes
           
 long countEntries
           
 long countPersistentBytes
           
 long countPersistentEntries
           
 java.util.ArrayList<I_Entry> list
           
 java.util.List<XBRef> refList
           
 
Constructor Summary
ReturnDataHolder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

countEntries

public long countEntries

countBytes

public long countBytes

countPersistentEntries

public long countPersistentEntries

countPersistentBytes

public long countPersistentBytes

list

public java.util.ArrayList<I_Entry> list

refList

public java.util.List<XBRef> refList
Constructor Detail

ReturnDataHolder

public ReturnDataHolder()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.