Class EOFToken


  • public class EOFToken
    extends java.lang.Object
    Special class interpreted by the CPM's ProcessingUnit as the end of processing. It is enqueued onto a queue from which the ProcessingUnit gets entities to process. The EOFToken is placed in the queue by the ArtifactProducer when the either the CollectionReader is done reading the collection or the CPM has been instructed to terminate.
    • Constructor Summary

      Constructors 
      Constructor Description
      EOFToken()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EOFToken

        public EOFToken()