Uses of Interface
org.apache.james.mailrepository.javamail.FolderGateKeeper

Packages that use FolderGateKeeper
org.apache.james.mailrepository.javamail   
 

Uses of FolderGateKeeper in org.apache.james.mailrepository.javamail
 

Classes in org.apache.james.mailrepository.javamail that implement FolderGateKeeper
 class FolderGateKeeperImpl
          offers access to an underlaying Folder and manages open/close operations.
The FolderGateKeeper can be handed over to different threads.
 

Methods in org.apache.james.mailrepository.javamail that return FolderGateKeeper
 FolderGateKeeper StoreGateKeeper.getDefaultFolder()
           
 FolderGateKeeper StoreGateKeeperImpl.getDefaultFolder()
           
 FolderGateKeeper StoreGateKeeper.getFolder(java.lang.String string)
           
 FolderGateKeeper StoreGateKeeperImpl.getFolder(java.lang.String name)
           
protected  FolderGateKeeper AbstractJavamailStoreMailRepository.getFolderGateKeeper()
          Lazy-load FolderGateKeeper with inbox folder.
 FolderGateKeeper[] StoreGateKeeper.list(java.lang.String string)
           
 FolderGateKeeper[] StoreGateKeeperImpl.list(java.lang.String string)
           
 

Methods in org.apache.james.mailrepository.javamail with parameters of type FolderGateKeeper
 void StoreGateKeeper.renameTo(FolderGateKeeper from, java.lang.String to)
           
 void StoreGateKeeperImpl.renameTo(FolderGateKeeper from, java.lang.String to)
           
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.