| Package | Description |
|---|---|
| org.jivesoftware.openfire.pep |
Implementation of Personal Eventing via Pubsub (XEP-0163).
|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| org.jivesoftware.openfire.pubsub.cluster |
| Modifier and Type | Method and Description |
|---|---|
Node |
PEPService.getNode(Node.UniqueIdentifier nodeID) |
void |
PEPService.removeNode(Node.UniqueIdentifier nodeID) |
| Modifier and Type | Field and Description |
|---|---|
protected Node.UniqueIdentifier |
Node.parentIdentifier
The ID of the node that is containing this node (if any).
|
| Modifier and Type | Method and Description |
|---|---|
Node.UniqueIdentifier |
PublishedItem.UniqueIdentifier.getNodeIdentifier() |
Node.UniqueIdentifier |
Node.getUniqueIdentifier()
Returns an identifier for this node that is unique within the XMPP domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachingPubsubPersistenceProvider.flushPendingItems(Node.UniqueIdentifier nodeUniqueId) |
void |
CachingPubsubPersistenceProvider.flushPendingItems(Node.UniqueIdentifier nodeUniqueId,
boolean sendToCluster) |
Node |
PubSubService.getNode(Node.UniqueIdentifier nodeID)
Returns the
Node that matches the specified node ID or null if
none was found. |
Node |
PubSubModule.getNode(Node.UniqueIdentifier nodeID) |
void |
PubSubPersistenceProvider.loadNode(PubSubService service,
Node.UniqueIdentifier nodeIdentifier)
Loads all nodes from the database and adds them to the PubSub service.
|
void |
CachingPubsubPersistenceProvider.loadNode(PubSubService service,
Node.UniqueIdentifier nodeIdentifier) |
void |
DefaultPubSubPersistenceProvider.loadNode(PubSubService service,
Node.UniqueIdentifier nodeIdentifier) |
void |
InMemoryPubSubPersistenceProvider.loadNode(PubSubService service,
Node.UniqueIdentifier nodeIdentifier) |
boolean |
PubSubService.UniqueIdentifier.owns(Node.UniqueIdentifier nodeIdentifier) |
void |
PubSubService.removeNode(Node.UniqueIdentifier nodeID)
Removes the specified node from the service.
|
void |
PubSubModule.removeNode(Node.UniqueIdentifier nodeID) |
| Constructor and Description |
|---|
UniqueIdentifier(Node.UniqueIdentifier nodeIdentifier,
String itemId) |
| Modifier and Type | Field and Description |
|---|---|
protected Node.UniqueIdentifier |
NodeTask.uniqueNodeIdentifier |
| Modifier and Type | Method and Description |
|---|---|
Node.UniqueIdentifier |
NodeTask.getUniqueNodeIdentifier() |
| Constructor and Description |
|---|
FlushTask(Node.UniqueIdentifier uniqueIdentifier) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.