Uses of Class
org.jivesoftware.openfire.pubsub.Node.UniqueIdentifier
Packages that use Node.UniqueIdentifier
Package
Description
Implementation of Personal Eventing via Pubsub (XEP-0163).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of Node.UniqueIdentifier in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep with parameters of type Node.UniqueIdentifierModifier and TypeMethodDescriptionPEPService.getNode(Node.UniqueIdentifier nodeID) voidPEPService.removeNode(Node.UniqueIdentifier nodeID) -
Uses of Node.UniqueIdentifier in org.jivesoftware.openfire.pubsub
Fields in org.jivesoftware.openfire.pubsub declared as Node.UniqueIdentifierModifier and TypeFieldDescriptionprotected Node.UniqueIdentifierNode.parentIdentifierThe ID of the node that is containing this node (if any).Methods in org.jivesoftware.openfire.pubsub that return Node.UniqueIdentifierModifier and TypeMethodDescriptionPublishedItem.UniqueIdentifier.getNodeIdentifier()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.UniqueIdentifierModifier and TypeMethodDescriptionCachingPubsubPersistenceProvider.findDirectlySubscribedNodes(org.xmpp.packet.JID address) DefaultPubSubPersistenceProvider.findDirectlySubscribedNodes(org.xmpp.packet.JID address) InMemoryPubSubPersistenceProvider.findDirectlySubscribedNodes(org.xmpp.packet.JID address) 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.UniqueIdentifierModifier and TypeMethodDescriptionvoidCachingPubsubPersistenceProvider.flushPendingChanges(Node.UniqueIdentifier nodeUniqueId) voidCachingPubsubPersistenceProvider.flushPendingChanges(Node.UniqueIdentifier nodeUniqueId, boolean sendToCluster) PubSubModule.getNode(Node.UniqueIdentifier nodeID) PubSubService.getNode(Node.UniqueIdentifier nodeID) Returns theNodethat matches the specified node ID ornullif none was found.voidCachingPubsubPersistenceProvider.loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier) voidDefaultPubSubPersistenceProvider.loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier) voidInMemoryPubSubPersistenceProvider.loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier) voidPubSubPersistenceProvider.loadNode(PubSubService service, Node.UniqueIdentifier nodeIdentifier) Loads all nodes from the database and adds them to the PubSub service.booleanPubSubService.UniqueIdentifier.owns(Node.UniqueIdentifier nodeIdentifier) voidPubSubModule.removeNode(Node.UniqueIdentifier nodeID) voidPubSubService.removeNode(Node.UniqueIdentifier nodeID) Removes the specified node from the service.Constructors in org.jivesoftware.openfire.pubsub with parameters of type Node.UniqueIdentifierModifierConstructorDescriptionUniqueIdentifier(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.UniqueIdentifierModifier and TypeFieldDescriptionprotected Node.UniqueIdentifierNodeTask.uniqueNodeIdentifierThe unique identifier for the pubsub node that is the subject of the task.Methods in org.jivesoftware.openfire.pubsub.cluster that return Node.UniqueIdentifierModifier and TypeMethodDescriptionNodeTask.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.UniqueIdentifierModifierConstructorDescriptionFlushTask(Node.UniqueIdentifier uniqueIdentifier) Instantiates a flush task for a specific node.