Name

SizeTerm

Synopsis

This class implements an integer comparison on message size.

                  
public final class SizeTerm extends IntegerComparisonTerm {
// Public Constructors
   public SizeTerm( int comparison, int size);  
// Public Methods Overriding IntegerComparisonTerm
   public boolean equals( Object obj);                           // 1.2
                  // Public Methods Overriding SearchTerm
   public boolean match( javax.mail.Message msg);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.