org.apache.james.mailbox
Interface RequestAware

All Known Subinterfaces:
MailboxManager, SubscriptionManager

public interface RequestAware

Implementations of this interface are aware of processing requests


Method Summary
 void endProcessingRequest(MailboxSession session)
          End the processing of a request for the given MailboxSession.
 void startProcessingRequest(MailboxSession session)
          Start the processing of a request for the given MailboxSession.
 

Method Detail

startProcessingRequest

void startProcessingRequest(MailboxSession session)
Start the processing of a request for the given MailboxSession. If the user is not logged in already then the MailboxSession will be null

Parameters:
session -

endProcessingRequest

void endProcessingRequest(MailboxSession session)
End the processing of a request for the given MailboxSession. If the user is not logged in already then the MailboxSession will be null

Parameters:
session -


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