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.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.objectweb.joram.mom.util |
Modifier and Type | Method and Description |
---|---|
static TabularData |
MessageJMXWrapper.createTabularDataSupport(Map messages,
MessageIdList ids)
Returns the description of a subset of an hashtable of messages.
|
Modifier and Type | Field and Description |
---|---|
private MessageIdList |
ClientSubscription.messageIds
List of identifiers of the messages to deliver.
|
private MessageIdList |
ClientSubscription.messageTimeIds
List of identifiers of the messages delivery time.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageIdListImpl |
Modifier and Type | Method and Description |
---|---|
MessageIdList |
MessageIdListImplFactory.createMessageIdList(String listId) |
abstract MessageIdList |
MessageIdListFactory.createMessageIdList(String listId)
Creates a new MessageIdList with the specified identifier.
|
MessageIdList |
MessageIdListImplFactory.loadMessageIdList(String listId) |
abstract MessageIdList |
MessageIdListFactory.loadMessageIdList(String listId)
Loads the specified MessageIdList from persistent storage.
|
Copyright © 2021 ScalAgent D.T.. All rights reserved.