Uses of Interface
org.objectweb.joram.mom.messages.MessageView
-
Packages that use MessageView Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.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.ow2.joram.shell.mom.commands -
-
Uses of MessageView in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest that return types with arguments of type MessageView Modifier and Type Method Description List<? extends MessageView>Queue. getMessagesView()Only used from shell-mom MOMCommandsImpl. -
Uses of MessageView in org.objectweb.joram.mom.messages
Classes in org.objectweb.joram.mom.messages that implement MessageView Modifier and Type Class Description classMessageTheMessageclass actually provides the transport facility for the data exchanged during MOM operations. -
Uses of MessageView in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies that return types with arguments of type MessageView Modifier and Type Method Description List<MessageView>ClientSubscription. getMessagesView()Only used from shell-mom MOMCommandsImpl. -
Uses of MessageView in org.ow2.joram.shell.mom.commands
Methods in org.ow2.joram.shell.mom.commands that return MessageView Modifier and Type Method Description private MessageViewMOMCommandsImpl. getQueueMessage(String queueName, String msgId)private MessageViewMOMCommandsImpl. getSubscriptionMessage(String userName, String subName, String msgId)Methods in org.ow2.joram.shell.mom.commands that return types with arguments of type MessageView Modifier and Type Method Description private List<? extends MessageView>MOMCommandsImpl. getMessageRange(List<? extends MessageView> msgs, int start, int end)private List<? extends MessageView>MOMCommandsImpl. getQueueMessages(String queueName)private List<MessageView>MOMCommandsImpl. getSubscriptionMessages(String userName, String subscriptionName)Method parameters in org.ow2.joram.shell.mom.commands with type arguments of type MessageView Modifier and Type Method Description private List<? extends MessageView>MOMCommandsImpl. getMessageRange(List<? extends MessageView> msgs, int start, int end)
-