talx x1.0.5

Package talx.model.mail

Provides message store and message search classes.

See:
          Description

Interface Summary
SearchConstants Constants used in conjunction with the Transport Model.
 

Class Summary
EmptyTerm Search Term that matches any message.
FromPersonTerm Search Term that matches message from a given Person object.
MessageDateComparator Comparator used to order messages by date.
MessageDateReverseComparator Comparator used to order messages by date.
NullTerm Search Term that matches no messages.
Outbox Sentinel class for a message folder.
ToPersonTerm Search Term that matches message to a given Person object.
Trash Outbox class that allows permanent deletion.
 

Package talx.model.mail Description

Provides message store and message search classes. This package consists of two types of classes: The message store implementation classes and the message search extension classes.

Message Store Implementation Classes

The message store implementation classes are the TALStore, TALFolder, TALMessage and TALStoreManager. All access to these services should be through the Outbox objects returned from the TransportModel's getInbox, getOutbox and getTrash methods. The implementation classes are not designed to be used directly.

Message Search Extension Classes

The the message search extension classes are all subclasses of the javax.mail.search.SearchTerm class that have been tailored to the message model usage of thinkandlink.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.