Uses of Interface
org.objectweb.joram.mom.util.MessageTable
-
Packages that use MessageTable Package Description 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 MessageTable in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as MessageTable Modifier and Type Field Description private MessageTableClientSubscription. messagesTableProxy messages table.private MessageTableUserAgent. messagesTableTable holding the subscriptions' messages.Methods in org.objectweb.joram.mom.proxies with parameters of type MessageTable Modifier and Type Method Description (package private) voidClientSubscription. reinitialize(MessageTable messagesTable, List<Message> persistedMessages, boolean denyDeliveredMessages)Re-initializes the client subscription.Constructors in org.objectweb.joram.mom.proxies with parameters of type MessageTable Constructor Description ClientSubscription(AgentId proxyId, int contextId, int reqId, boolean durable, AgentId topicId, String name, String selector, boolean noLocal, AgentId dmqId, int threshold, int nbMaxMsg, MessageTable messagesTable, String clientID)Constructs aClientSubscriptioninstance. -
Uses of MessageTable in org.objectweb.joram.mom.util
Classes in org.objectweb.joram.mom.util that implement MessageTable Modifier and Type Class Description classInMemoryMessageTableMethods in org.objectweb.joram.mom.util that return MessageTable Modifier and Type Method Description MessageTableInMemoryMessageTableFactory. createMessageTable(String tableId)abstract MessageTableMessageTableFactory. createMessageTable(String tableId)
-