wjhk.jupload2.upload
Class UploadFilePacketPoisonned

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<UploadFileData>
              extended by wjhk.jupload2.upload.UploadFilePacket
                  extended by wjhk.jupload2.upload.UploadFilePacketPoisonned
All Implemented Interfaces:
Serializable, Cloneable, Iterable<UploadFileData>, Collection<UploadFileData>, List<UploadFileData>, RandomAccess

public class UploadFilePacketPoisonned
extends UploadFilePacket

Author:
etienne_sf
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wjhk.jupload2.upload.UploadFilePacket
maxNbBytes, maxNbFiles, nbBytes, uploadPolicy
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
UploadFilePacketPoisonned(UploadPolicy uploadPolicy)
          The standard constructor.
 
Method Summary
 boolean isPoisonned()
           
 
Methods inherited from class wjhk.jupload2.upload.UploadFilePacket
add, canAdd, isFull, remove, remove, removeRange
 
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

UploadFilePacketPoisonned

public UploadFilePacketPoisonned(UploadPolicy uploadPolicy)
The standard constructor.

Parameters:
uploadPolicy -
Method Detail

isPoisonned

public final boolean isPoisonned()
Overrides:
isPoisonned in class UploadFilePacket
Returns:
the poisonned status. Returns always true, as this class is only used to indicate the 'End Of Queue' marker in the preparedFileQueue.
See Also:
UploadFileData