com.calfater.mailcarbon.impl.manager.folder
Class FolderManagerFactory

java.lang.Object
  extended by com.calfater.mailcarbon.impl.manager.folder.FolderManagerFactory

public class FolderManagerFactory
extends java.lang.Object

A factory for creating FolderManager objects.

Author:
Sebastien Borie

Constructor Summary
FolderManagerFactory()
           
 
Method Summary
static IFolderManager getFolderManager()
          Gets the folder manager.
static IFolderManager getFolderManager(int maxAttempts)
          Gets the folder manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderManagerFactory

public FolderManagerFactory()
Method Detail

getFolderManager

public static IFolderManager getFolderManager(int maxAttempts)
Gets the folder manager.

Parameters:
maxAttempts - the max attempts
Returns:
the folder manager

getFolderManager

public static IFolderManager getFolderManager()
Gets the folder manager.

Returns:
the folder manager


Copyright © 2010. All Rights Reserved.