Class MessageIdListFactory

    • Constructor Detail

      • MessageIdListFactory

        public MessageIdListFactory()
    • Method Detail

      • createMessageIdList

        public abstract MessageIdList createMessageIdList​(String listId)
        Creates a new MessageIdList with the specified identifier.
        Parameters:
        listId -
        Returns:
      • loadMessageIdList

        public abstract MessageIdList loadMessageIdList​(String listId)
                                                 throws Exception
        Loads the specified MessageIdList from persistent storage.
        Parameters:
        listId -
        Returns:
        Throws:
        Exception