Package org.jivesoftware.openfire.pubsub
Class PublishedItem.UniqueIdentifier
java.lang.Object
org.jivesoftware.openfire.pubsub.PublishedItem.UniqueIdentifier
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PublishedItem
A unique identifier for an item, in context of all nodes of all services in the system.
The properties that uniquely identify an item are its node, and its itemId.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUniqueIdentifier(String serviceId, String nodeId, String itemId) UniqueIdentifier(Node.UniqueIdentifier nodeIdentifier, String itemId) -
Method Summary