Package org.objectweb.joram.mom.util
Class MessageIdListImplFactory
- java.lang.Object
-
- org.objectweb.joram.mom.util.MessageIdListFactory
-
- org.objectweb.joram.mom.util.MessageIdListImplFactory
-
public class MessageIdListImplFactory extends MessageIdListFactory
-
-
Field Summary
-
Fields inherited from class org.objectweb.joram.mom.util.MessageIdListFactory
MESSAGE_ID_LIST_FACTORY_CLASS
-
-
Constructor Summary
Constructors Constructor Description MessageIdListImplFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncodablecreateEncodable()MessageIdListcreateMessageIdList(String listId)Creates a new MessageIdList with the specified identifier.MessageIdListloadMessageIdList(String listId)Loads the specified MessageIdList from persistent storage.-
Methods inherited from class org.objectweb.joram.mom.util.MessageIdListFactory
newFactory
-
-
-
-
Method Detail
-
createMessageIdList
public MessageIdList createMessageIdList(String listId)
Description copied from class:MessageIdListFactoryCreates a new MessageIdList with the specified identifier.- Specified by:
createMessageIdListin classMessageIdListFactory- Returns:
-
loadMessageIdList
public MessageIdList loadMessageIdList(String listId) throws Exception
Description copied from class:MessageIdListFactoryLoads the specified MessageIdList from persistent storage.- Specified by:
loadMessageIdListin classMessageIdListFactory- Returns:
- Throws:
Exception
-
createEncodable
public Encodable createEncodable()
-
-