Package | Description |
---|---|
org.objectweb.joram.mom.messages |
The
org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. |
org.ow2.joram.shell.mom.commands |
Modifier and Type | Class and Description |
---|---|
class |
Message
The
Message class actually provides the transport facility
for the data exchanged during MOM operations. |
Modifier and Type | Method and Description |
---|---|
private MessageView |
MOMCommandsImpl.getQueueMessage(String queueName,
String msgId) |
private MessageView |
MOMCommandsImpl.getSubscriptionMessage(String userName,
String subName,
String msgId) |
Modifier and Type | Method and Description |
---|---|
private List<MessageView> |
MOMCommandsImpl.getMessageRange(List<MessageView> msgs,
int start,
int end) |
private List<MessageView> |
MOMCommandsImpl.getQueueMessages(String queueName) |
private List<MessageView> |
MOMCommandsImpl.getSubscriptionMessages(String userName,
String subscriptionName) |
Modifier and Type | Method and Description |
---|---|
private List<MessageView> |
MOMCommandsImpl.getMessageRange(List<MessageView> msgs,
int start,
int end) |
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.