Uses of Interface
org.objectweb.joram.mom.util.MessageIdList
-
Packages that use MessageIdList Package Description org.objectweb.joram.mom.messages Theorg.objectweb.joram.shared.messagespackage provides the implementation classes of the messages routed by the MOM.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.mom.util -
-
Uses of MessageIdList in org.objectweb.joram.mom.messages
Methods in org.objectweb.joram.mom.messages with parameters of type MessageIdList Modifier and Type Method Description static TabularDataMessageJMXWrapper. createTabularDataSupport(Map messages, MessageIdList ids)Returns the description of a subset of an hashtable of messages. -
Uses of MessageIdList in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as MessageIdList Modifier and Type Field Description private MessageIdListClientSubscription. messageIdsList of identifiers of the messages to deliver.private MessageIdListClientSubscription. messageTimeIdsList of identifiers of the messages delivery time. -
Uses of MessageIdList in org.objectweb.joram.mom.util
Classes in org.objectweb.joram.mom.util that implement MessageIdList Modifier and Type Class Description classMessageIdListImplMethods in org.objectweb.joram.mom.util that return MessageIdList Modifier and Type Method Description abstract MessageIdListMessageIdListFactory. createMessageIdList(String listId)Creates a new MessageIdList with the specified identifier.MessageIdListMessageIdListImplFactory. createMessageIdList(String listId)abstract MessageIdListMessageIdListFactory. loadMessageIdList(String listId)Loads the specified MessageIdList from persistent storage.MessageIdListMessageIdListImplFactory. loadMessageIdList(String listId)
-