Package | Description |
---|---|
org.objectweb.joram.mom.dest |
The
org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
org.objectweb.joram.mom.proxies |
The
org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
org.ow2.joram.shell.mom.commands |
Modifier and Type | Method and Description |
---|---|
List<MessageView> |
Queue.getMessagesView() |
Modifier and Type | Method and Description |
---|---|
List<MessageView> |
ClientSubscription.getMessagesView() |
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 © 2019 ScalAgent D.T.. All rights reserved.