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 NodePEPService. 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.UniqueIdentifier Modifier and Type Field Description protected Node.UniqueIdentifierNode. parentIdentifierThe 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.UniqueIdentifierPublishedItem.UniqueIdentifier. getNodeIdentifier()Node.UniqueIdentifierNode. getUniqueIdentifier()Returns an identifier for this node that is unique within the XMPP domain.Methods in org.jivesoftware.openfire.pubsub with parameters of type Node.UniqueIdentifier Modifier and Type Method Description voidCachingPubsubPersistenceProvider. flushPendingChanges(Node.UniqueIdentifier nodeUniqueId)voidCachingPubsubPersistenceProvider. flushPendingChanges(Node.UniqueIdentifier nodeUniqueId, boolean sendToCluster)NodePubSubModule. getNode(Node.UniqueIdentifier nodeID)NodePubSubService. 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.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.UniqueIdentifierNodeTask. uniqueNodeIdentifierMethods in org.jivesoftware.openfire.pubsub.cluster that return Node.UniqueIdentifier Modifier and Type Method Description Node.UniqueIdentifierNodeTask. getUniqueNodeIdentifier()Constructors in org.jivesoftware.openfire.pubsub.cluster with parameters of type Node.UniqueIdentifier Constructor Description FlushTask(Node.UniqueIdentifier uniqueIdentifier)
-