Uses of Class
org.jivesoftware.openfire.pubsub.DefaultNodeConfiguration
-
Packages that use DefaultNodeConfiguration Package Description org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163).org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of DefaultNodeConfiguration in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return DefaultNodeConfiguration Modifier and Type Method Description DefaultNodeConfigurationPEPService. getDefaultNodeConfiguration(boolean leafType) -
Uses of DefaultNodeConfiguration in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return DefaultNodeConfiguration Modifier and Type Method Description DefaultNodeConfigurationPubSubModule. getDefaultNodeConfiguration(boolean leafType)DefaultNodeConfigurationPubSubService. getDefaultNodeConfiguration(boolean leafType)Returns the default node configuration for the specified node type ornullif the specified node type is not supported by the service.static DefaultNodeConfigurationPubSubPersistenceManager. loadDefaultConfiguration(PubSubService service, boolean isLeafType)Loads from the database the default node configuration for the specified node type and pubsub service.Methods in org.jivesoftware.openfire.pubsub with parameters of type DefaultNodeConfiguration Modifier and Type Method Description static voidPubSubPersistenceManager. createDefaultConfiguration(PubSubService service, DefaultNodeConfiguration config)Creates a new default node configuration for the specified service.static voidPubSubPersistenceManager. updateDefaultConfiguration(PubSubService service, DefaultNodeConfiguration config)Updates the default node configuration for the specified service.
-