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.messages |
The
org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the 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<? extends MessageView> |
Queue.getMessagesView() |
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 |
---|---|
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<? 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) |
Modifier and Type | Method and Description |
---|---|
private List<? extends MessageView> |
MOMCommandsImpl.getMessageRange(List<? extends MessageView> msgs,
int start,
int end) |
Copyright © 2021 ScalAgent D.T.. All rights reserved.