| Package | Description |
|---|---|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Method and Description |
|---|---|
CollectionNode.LeafNodeAssociationPolicy |
DefaultNodeConfiguration.getAssociationPolicy()
Returns the policy that defines who may associate leaf nodes with a collection.
|
CollectionNode.LeafNodeAssociationPolicy |
CollectionNode.getAssociationPolicy()
Returns the policy that defines who may associate leaf nodes with a collection.
|
static CollectionNode.LeafNodeAssociationPolicy |
CollectionNode.LeafNodeAssociationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionNode.LeafNodeAssociationPolicy[] |
CollectionNode.LeafNodeAssociationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeConfiguration.setAssociationPolicy(CollectionNode.LeafNodeAssociationPolicy associationPolicy)
Sets the policy that defines who may associate leaf nodes with a collection.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.