org.jivesoftware.openfire.pubsub
Class NodeAffiliate
java.lang.Object
org.jivesoftware.openfire.pubsub.NodeAffiliate
public class NodeAffiliate
- extends Object
A NodeAffiliate keeps information about the affiliation of an entity with a node. Possible
affiliations are: owner, publisher, none or outcast. All except for outcast affiliations
may have a NodeSubscription
with the node.
- Author:
- Matt Tucker
getNode
public Node getNode()
getJID
public JID getJID()
getAffiliation
public NodeAffiliate.Affiliation getAffiliation()
getSubscriptions
public Collection<NodeSubscription> getSubscriptions()
- Returns the list of subscriptions of the affiliate in the node.
- Returns:
- the list of subscriptions of the affiliate in the node.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2008 Jive Software.