Uses of Interface
tigase.component.modules.Module
-
-
Uses of Module in tigase.component
Methods in tigase.component that return types with arguments of type Module Modifier and Type Method Description protected abstract java.util.Map<java.lang.String,java.lang.Class<? extends Module>>AbstractComponent. getDefaultModulesList()Deprecated.Returns default map of components. -
Uses of Module in tigase.component.modules
Classes in tigase.component.modules that implement Module Modifier and Type Class Description classAbstractModuleAbstract class for help building a module.Methods in tigase.component.modules that return types with arguments of type Module Modifier and Type Method Description java.util.List<Module>StanzaProcessor. getModules()Method parameters in tigase.component.modules with type arguments of type Module Modifier and Type Method Description voidStanzaProcessor. setModules(java.util.List<Module> modules)Constructors in tigase.component.modules with parameters of type Module Constructor Description ModuleStatistics(Module module) -
Uses of Module in tigase.component.modules.impl
Classes in tigase.component.modules.impl that implement Module Modifier and Type Class Description classAdHocCommandModuleclassDiscoveryModuleclassJabberVersionModuleclassXmppPingModuleMethods in tigase.component.modules.impl that return types with arguments of type Module Modifier and Type Method Description java.util.List<Module>DiscoveryModule. getModules()Method parameters in tigase.component.modules.impl with type arguments of type Module Modifier and Type Method Description voidDiscoveryModule. setModules(java.util.List<Module> modules) -
Uses of Module in tigase.eventbus.component
Classes in tigase.eventbus.component that implement Module Modifier and Type Class Description classAbstractEventBusModuleclassEventbusDiscoveryModuleclassEventPublisherModuleclassEventReceiverModuleclassSubscribeModuleclassUnsubscribeModule -
Uses of Module in tigase.monitor.modules
Classes in tigase.monitor.modules that implement Module Modifier and Type Class Description classAdHocCommandMonitorModuleclassDiscoveryMonitorModule -
Uses of Module in tigase.server.extdisco
Classes in tigase.server.extdisco that implement Module Modifier and Type Class Description classExternalServiceDiscoveryModuleCreated by andrzej on 06.09.2016. -
Uses of Module in tigase.server.test
Classes in tigase.server.test that implement Module Modifier and Type Class Description classTestGeneratorModuleclassTestSpamModule -
Uses of Module in tigase.xmpp.mam.modules
Classes in tigase.xmpp.mam.modules that implement Module Modifier and Type Class Description classGetFormModuleImplementation of module responsible for handling request to retrive form used in XEP-0313: Message Archive Management
Created by andrzej on 19.07.2016.classQueryModuleImplementation of module processing requests to retrieve items using XEP-0313: Message Archive Management
Created by andrzej on 19.07.2016.
-