Uses of Interface
tigase.pubsub.IPubSubConfig
-
Packages that use IPubSubConfig Package Description tigase.pubsub tigase.pubsub.cluster tigase.pubsub.modules tigase.pubsub.repository.cached tigase.pubsub.utils -
-
Uses of IPubSubConfig in tigase.pubsub
Classes in tigase.pubsub that implement IPubSubConfig Modifier and Type Class Description classPubSubConfigClass contains basic configuration of PubSub component used by component modules.Fields in tigase.pubsub declared as IPubSubConfig Modifier and Type Field Description protected IPubSubConfigAbstractPubSubModule. configMethods in tigase.pubsub with parameters of type IPubSubConfig Modifier and Type Method Description voidAbstractNodeConfig. read(tigase.db.UserRepository repository, IPubSubConfig config, java.lang.String subnode)voidAbstractNodeConfig. write(tigase.db.UserRepository repo, IPubSubConfig config, java.lang.String subnode) -
Uses of IPubSubConfig in tigase.pubsub.cluster
Constructors in tigase.pubsub.cluster with parameters of type IPubSubConfig Constructor Description ViewNodeLoadCommand(IPubSubConfig config, ClusterNodeMap nodeMap) -
Uses of IPubSubConfig in tigase.pubsub.modules
Methods in tigase.pubsub.modules with parameters of type IPubSubConfig Modifier and Type Method Description static voidNodeConfigModule. parseConf(AbstractNodeConfig conf, tigase.xml.Element configure, IPubSubConfig config) -
Uses of IPubSubConfig in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached declared as IPubSubConfig Modifier and Type Field Description protected IPubSubConfigCachedPubSubRepository. config -
Uses of IPubSubConfig in tigase.pubsub.utils
Methods in tigase.pubsub.utils that return IPubSubConfig Modifier and Type Method Description protected IPubSubConfigDefaultPubSubLogic. getPubSubConfig()
-