Package org.objectweb.joram.mom.util
Class MessageIdListFactory
- java.lang.Object
-
- org.objectweb.joram.mom.util.MessageIdListFactory
-
- Direct Known Subclasses:
MessageIdListImplFactory
public abstract class MessageIdListFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGE_ID_LIST_FACTORY_CLASS
-
Constructor Summary
Constructors Constructor Description MessageIdListFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract MessageIdListcreateMessageIdList(String listId)Creates a new MessageIdList with the specified identifier.abstract MessageIdListloadMessageIdList(String listId)Loads the specified MessageIdList from persistent storage.static MessageIdListFactorynewFactory()
-
-
-
Field Detail
-
MESSAGE_ID_LIST_FACTORY_CLASS
public static final String MESSAGE_ID_LIST_FACTORY_CLASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
newFactory
public static MessageIdListFactory newFactory()
-
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
-
-