The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.storage.HEADEnumeration
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.storage.HEADEnumeration

java.lang.Object
   |
   +----grendel.storage.HEADEnumeration

An enumeration object that sends and interprets successive HEAD commands to the NNTP server, and returns successive NewsMessage objects.


class  HEADEnumeration
     extends java.lang.Object
     implements java.util.Enumeration
{
          // Fields 7
     private static final boolean DEBUG;
     private int debug_count;
     private NewsFolder folder;
     private long from;
     private NewsMessage next_value;
     private NNTPConnection nntp;
     private long to;

          // Constructors 1
     HEADEnumeration(NewsFolder, NNTPConnection, long, long);

          // Methods 3
     public boolean hasMoreElements();
     public Object nextElement();
     private NewsMessage read_one();
}



Fields


DEBUG

   private static final boolean DEBUG


debug_count

   private int debug_count


folder

   private NewsFolder folder


nntp

   private NNTPConnection nntp


from

   private long from


to

   private long to


next_value

   private NewsMessage next_value



Constructors


HEADEnumeration

   HEADEnumeration(NewsFolder folder, 
                   NNTPConnection nntp, 
                   long from, 
                   long to) 



Methods


read_one

   private NewsMessage read_one() 


nextElement

   public Object nextElement() 
Implements:
nextElement in interface Enumeration


hasMoreElements

   public boolean hasMoreElements() 
Implements:
hasMoreElements in interface Enumeration


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998.