| Package | Description |
|---|---|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Method and Description |
|---|---|
LeafNode |
PublishedItem.getNode()
Returns the
LeafNode where this item was published. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NodeSubscription.canSendPublicationEvent(LeafNode leafNode,
PublishedItem publishedItem)
Returns true if an event notification can be sent to the subscriber for the specified
published item based on the subsription configuration and subscriber status.
|
static String |
PublishedItem.getItemKey(LeafNode node,
String itemId)
Returns a string that uniquely identifies this published item
in the following format: nodeId:itemId
|
static PublishedItem |
PubSubPersistenceManager.getLastPublishedItem(LeafNode node)
Fetches the last published item for the specified node.
|
static PublishedItem |
PubSubPersistenceManager.getPublishedItem(LeafNode node,
String itemID) |
static List<PublishedItem> |
PubSubPersistenceManager.getPublishedItems(LeafNode node)
Fetches all the results for the specified node, limited by
getMaxPublishedItems(). |
static List<PublishedItem> |
PubSubPersistenceManager.getPublishedItems(LeafNode node,
int maxRows)
Fetches all the results for the specified node, limited by
getMaxPublishedItems(). |
static void |
PubSubPersistenceManager.purgeNode(LeafNode leafNode) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.