public abstract class MessageIdListFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_ID_LIST_FACTORY_CLASS |
Constructor and Description |
---|
MessageIdListFactory() |
Modifier and Type | Method and Description |
---|---|
abstract MessageIdList |
createMessageIdList(String listId)
Creates a new MessageIdList with the specified identifier.
|
abstract MessageIdList |
loadMessageIdList(String listId)
Loads the specified MessageIdList from persistent storage.
|
static MessageIdListFactory |
newFactory() |
public static final String MESSAGE_ID_LIST_FACTORY_CLASS
public static MessageIdListFactory newFactory()
public abstract MessageIdList createMessageIdList(String listId)
listId
- public abstract MessageIdList loadMessageIdList(String listId) throws Exception
listId
- Exception
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.