Uses of Class
tigase.pubsub.PubSubConfig
-
Packages that use PubSubConfig Package Description tigase.pubsub tigase.pubsub.cluster tigase.pubsub.modules tigase.pubsub.repository.cached tigase.pubsub.utils -
-
Uses of PubSubConfig in tigase.pubsub
Fields in tigase.pubsub declared as PubSubConfig Modifier and Type Field Description protected PubSubConfigAbstractPubSubModule. configMethods in tigase.pubsub with parameters of type PubSubConfig Modifier and Type Method Description voidAbstractNodeConfig. read(tigase.db.UserRepository repository, PubSubConfig config, String subnode)voidAbstractNodeConfig. write(tigase.db.UserRepository repo, PubSubConfig config, String subnode) -
Uses of PubSubConfig in tigase.pubsub.cluster
Constructors in tigase.pubsub.cluster with parameters of type PubSubConfig Constructor Description ViewNodeLoadCommand(PubSubConfig config, ClusterNodeMap nodeMap) -
Uses of PubSubConfig in tigase.pubsub.modules
Methods in tigase.pubsub.modules with parameters of type PubSubConfig Modifier and Type Method Description static voidNodeConfigModule. parseConf(AbstractNodeConfig conf, tigase.xml.Element configure, PubSubConfig config) -
Uses of PubSubConfig in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached declared as PubSubConfig Modifier and Type Field Description protected PubSubConfigCachedPubSubRepository. config -
Uses of PubSubConfig in tigase.pubsub.utils
Methods in tigase.pubsub.utils that return PubSubConfig Modifier and Type Method Description protected PubSubConfigDefaultPubSubLogic. getPubSubConfig()
-