Uses of Enum Class
org.jivesoftware.openfire.pubsub.NodeSubscription.State
Packages that use NodeSubscription.State
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of NodeSubscription.State in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return NodeSubscription.StateModifier and TypeMethodDescriptionNodeSubscription.getState()Returns the current subscription state.static NodeSubscription.StateReturns the enum constant of this class with the specified name.static NodeSubscription.State[]NodeSubscription.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jivesoftware.openfire.pubsub with parameters of type NodeSubscription.StateModifierConstructorDescriptionNodeSubscription(Node node, org.xmpp.packet.JID owner, org.xmpp.packet.JID jid, NodeSubscription.State state, String id) Creates a new subscription of the specified user with the node. -
Uses of NodeSubscription.State in org.jivesoftware.openfire.pubsub.cluster
Methods in org.jivesoftware.openfire.pubsub.cluster that return NodeSubscription.StateModifier and TypeMethodDescriptionSubscriptionTask.getState()Returns the state of the subscription.