org.apache.james.queue.api
Interface MailQueueFactory


public interface MailQueueFactory

Factory for MailQueue


Field Summary
static java.lang.String SPOOL
          MailQueue which is used for spooling the messages
 
Method Summary
 MailQueue getQueue(java.lang.String name)
          Return the MailQueue for the name.
 

Field Detail

SPOOL

static final java.lang.String SPOOL
MailQueue which is used for spooling the messages

See Also:
Constant Field Values
Method Detail

getQueue

MailQueue getQueue(java.lang.String name)
Return the MailQueue for the name.

Parameters:
name -
Returns:
queue


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