Uses of Interface
org.apache.james.services.SpoolRepository

Packages that use SpoolRepository
org.apache.james.mailrepository Implementations of mail repositories for use in James. 
org.apache.james.transport Classes that implement the matcher/mailet processing chain. 
 

Uses of SpoolRepository in org.apache.james.mailrepository
 

Classes in org.apache.james.mailrepository that implement SpoolRepository
 class AvalonSpoolRepository
          Implementation of a MailRepository on a FileSystem.
 class JDBCSpoolRepository
          Implementation of a SpoolRepository on a database.
 class MailStoreSpoolRepository
          This is a wrapper for the various implementations of SpoolRepositories.
 

Uses of SpoolRepository in org.apache.james.transport
 

Methods in org.apache.james.transport with parameters of type SpoolRepository
 void LinearProcessor.setSpool(SpoolRepository spool)
          Set the spool to be used by this LinearProcessor.
 



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.