Uses of Class
org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
-
Packages that use Node.UniqueIdentifier 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 -
-
Uses of Node.UniqueIdentifier in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep with parameters of type Node.UniqueIdentifier Modifier and Type Method Description Node
PEPService. getNode(Node.UniqueIdentifier nodeID)
void
PEPService. removeNode(Node.UniqueIdentifier nodeID)
-
Uses of Node.UniqueIdentifier in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as Node.UniqueIdentifier Modifier and Type Field Description protected Node.UniqueIdentifier
Node. parentIdentifier
The ID of the node that is containing this node (if any).Methods in org.jivesoftware.openfire.pubsub that return Node.UniqueIdentifier Modifier and Type Method Description Node.UniqueIdentifier
PublishedItem.UniqueIdentifier. getNodeIdentifier()
Node.UniqueIdentifier
Node. getUniqueIdentifier()
Returns an identifier for this node that is unique within the XMPP domain.Methods in org.jivesoftware.openfire.pubsub that return types with arguments of type Node.UniqueIdentifier Modifier and Type Method Description Set<Node.UniqueIdentifier>
CachingPubsubPersistenceProvider. findDirectlySubscribedNodes(org.xmpp.packet.JID address)
Set<Node.UniqueIdentifier>
DefaultPubSubPersistenceProvider. findDirectlySubscribedNodes(org.xmpp.packet.JID address)
Set<Node.UniqueIdentifier>
InMemoryPubSubPersistenceProvider. findDirectlySubscribedNodes(org.xmpp.packet.JID address)
Set<Node.UniqueIdentifier>
PubSubPersistenceProvider. findDirectlySubscribedNodes(org.xmpp.packet.JID address)
Returns identifiers for all pubsub nodes to which the provided address is a direct subscriber.Methods in org.jivesoftware.openfire.pubsub with parameters of type Node.UniqueIdentifier Modifier and Type Method Description void
CachingPubsubPersistenceProvider. flushPendingChanges(Node.UniqueIdentifier nodeUniqueId)
void
CachingPubsubPersistenceProvider. flushPendingChanges(Node.UniqueIdentifier nodeUniqueId, boolean sendToCluster)
Node
PubSubModule. getNode(Node.UniqueIdentifier nodeID)
Node
PubSubService. getNode(Node.UniqueIdentifier nodeID)
Returns theNode
that matches the specified node ID ornull
if none was found.void
CachingPubsubPersistenceProvider. loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier)
void
DefaultPubSubPersistenceProvider. loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier)
void
InMemoryPubSubPersistenceProvider. loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier)
void
PubSubPersistenceProvider. loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier)
Loads all nodes from the database and adds them to the PubSub service.boolean
PubSubService.UniqueIdentifier. owns(Node.UniqueIdentifier nodeIdentifier)
void
PubSubModule. removeNode(Node.UniqueIdentifier nodeID)
void
PubSubService. removeNode(Node.UniqueIdentifier nodeID)
Removes the specified node from the service.Constructors in org.jivesoftware.openfire.pubsub with parameters of type Node.UniqueIdentifier Constructor Description UniqueIdentifier(Node.UniqueIdentifier nodeIdentifier, String itemId)
-
Uses of Node.UniqueIdentifier in org.jivesoftware.openfire.pubsub.cluster
Fields in org.jivesoftware.openfire.pubsub.cluster declared as Node.UniqueIdentifier Modifier and Type Field Description protected Node.UniqueIdentifier
NodeTask. uniqueNodeIdentifier
The unique identifier for the pubsub node that is the subject of the task.Methods in org.jivesoftware.openfire.pubsub.cluster that return Node.UniqueIdentifier Modifier and Type Method Description Node.UniqueIdentifier
NodeTask. getUniqueNodeIdentifier()
Returns the unique identifier of the pubsub node that this task aims to update.Constructors in org.jivesoftware.openfire.pubsub.cluster with parameters of type Node.UniqueIdentifier Constructor Description FlushTask(Node.UniqueIdentifier uniqueIdentifier)
Instantiates a flush task for a specific node.
-