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

Packages that use SpoolRepository
org.apache.james.core Implementations of core James services and concepts. 
org.apache.james.mailrepository Implementations of mail repositories for use in James. 
org.apache.james.services A set of interfaces for commonly used, generic James concepts. 
org.apache.james.transport Classes that implement the matcher/mailet processing chain. 
 

Uses of SpoolRepository in org.apache.james.core
 

Methods in org.apache.james.core that return SpoolRepository
 SpoolRepository AvalonMailStore.getInboundSpool()
          Returns the mail spool associated with this AvalonMailStore
 

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.
 

Uses of SpoolRepository in org.apache.james.services
 

Methods in org.apache.james.services that return SpoolRepository
 SpoolRepository MailStore.getInboundSpool()
          Convenience method to get the inbound spool repository.
 

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 © 1999-2002 Apache Jakarta Project. All Rights Reserved."