Uses of Class
tigase.kernel.core.Kernel
-
Packages that use Kernel Package Description tigase.auth tigase.component tigase.conf tigase.db.beans tigase.eventbus.component tigase.io tigase.kernel.beans tigase.kernel.beans.config tigase.kernel.beans.selector tigase.kernel.core tigase.monitor tigase.server The main package with top level API for server side components.tigase.server.amp tigase.server.ext tigase.server.extdisco tigase.server.filters tigase.server.test tigase.server.xmppclient tigase.server.xmppsession tigase.stats tigase.stats.db tigase.vhosts tigase.workgroupqueues tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.push tigase.xmpp.impl.roster -
-
Uses of Kernel in tigase.auth
Methods in tigase.auth with parameters of type Kernel Modifier and Type Method Description voidCredentialsDecoderBean. register(Kernel kernel)voidCredentialsEncoderBean. register(Kernel kernel)voidTigaseSaslProvider. register(Kernel kernel)voidCredentialsDecoderBean. unregister(Kernel kernel)voidCredentialsEncoderBean. unregister(Kernel kernel)voidTigaseSaslProvider. unregister(Kernel kernel) -
Uses of Kernel in tigase.component
Fields in tigase.component declared as Kernel Modifier and Type Field Description protected KernelAbstractKernelBasedComponent. kernelMethods in tigase.component that return Kernel Modifier and Type Method Description KernelAbstractComponent. getKernel()Deprecated.KernelAbstractKernelBasedComponent. getKernel()KernelBindingsKernel. getKernel()Methods in tigase.component with parameters of type Kernel Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>BackwardCompatibilityHelper. getDefConfigParams(Kernel kernel, java.lang.String configType, java.lang.String dbUri, java.util.Map<java.lang.String,java.lang.Object> params)voidAbstractKernelBasedComponent. register(Kernel kernel)protected abstract voidAbstractKernelBasedComponent. registerModules(Kernel kernel)voidAbstractComponent. setKernel(Kernel kernel)Deprecated.voidBindingsKernel. setKernel(Kernel kernel)voidAbstractKernelBasedComponent. unregister(Kernel kernel)Constructors in tigase.component with parameters of type Kernel Constructor Description BindingsKernel(Kernel kernel) -
Uses of Kernel in tigase.conf
Constructors in tigase.conf with parameters of type Kernel Constructor Description SetLoggingCommand(Kernel kernel) -
Uses of Kernel in tigase.db.beans
Methods in tigase.db.beans with parameters of type Kernel Modifier and Type Method Description voidMDPoolBean. register(Kernel kernel)voidMDPoolConfigBean. register(Kernel kernel)voidMDRepositoryBean.MDRepositoryConfigBean. register(Kernel kernel)voidMDRepositoryBean. register(Kernel kernel)voidSDRepositoryBean. register(Kernel kernel)voidMDPoolBean. unregister(Kernel kernel)voidMDPoolConfigBean. unregister(Kernel kernel)voidMDRepositoryBean.MDRepositoryConfigBean. unregister(Kernel kernel)voidMDRepositoryBean. unregister(Kernel kernel)voidSDRepositoryBean. unregister(Kernel kernel) -
Uses of Kernel in tigase.eventbus.component
Methods in tigase.eventbus.component with parameters of type Kernel Modifier and Type Method Description protected voidEventBusComponent. registerModules(Kernel kernel) -
Uses of Kernel in tigase.io
Methods in tigase.io with parameters of type Kernel Modifier and Type Method Description voidCertificateContainer. register(Kernel kernel)voidCertificateContainer. unregister(Kernel kernel) -
Uses of Kernel in tigase.kernel.beans
Methods in tigase.kernel.beans with parameters of type Kernel Modifier and Type Method Description voidRegistrarBean. register(Kernel kernel)Method called when bean is being registered allowing developer to programatically register other beans.booleanBeanSelector. shouldRegister(java.lang.Class clazz, Kernel kernel)Method needs to return true if bean in which annotation class implementing this interface is specified and this bean should be registeredvoidRegistrarBean. unregister(Kernel kernel)Method called while bean is being unregistered. -
Uses of Kernel in tigase.kernel.beans.config
Fields in tigase.kernel.beans.config declared as Kernel Modifier and Type Field Description protected KernelAbstractBeanConfigurator. kernelMethods in tigase.kernel.beans.config that return Kernel Modifier and Type Method Description KernelAbstractBeanConfigurator. getKernel()Methods in tigase.kernel.beans.config with parameters of type Kernel Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Class<?>>AbstractBeanConfigurator. getBeanClassesFromAnnotations(Kernel kernel, java.lang.Class<?> requiredClass)Method looks for bean classes (classes annotated with@Beanwhich hasparentproperty set to passed class.protected static booleanAbstractBeanConfigurator. isBeanClassRegisteredInParentKernel(Kernel kernel, java.lang.String name, java.lang.Class<?> clazz)Method checkes if bean is already registered in parent kernel.protected voidAbstractBeanConfigurator. refreshConfiguration(Kernel kernel)protected voidAbstractBeanConfigurator. refreshConfiguration_removeUndefinedBeans(Kernel kernel)protected voidAbstractBeanConfigurator. refreshConfiguration_updateConfiguration(Kernel kernel)static voidAbstractBeanConfigurator. registerBeansForBeanOfClass(Kernel kernel, java.lang.Class<?> cls)Method registers beans which classes are annotated with@Beanand haveparentset to the class passed as parameter.protected static voidAbstractBeanConfigurator. registerBeansForBeanOfClass(Kernel kernel, java.lang.Class<?> requiredClass, java.util.Set<java.lang.Class<?>> classes)protected static java.util.List<java.lang.Class<?>>AbstractBeanConfigurator. registerBeansForBeanOfClassGetBeansToRegister(Kernel kernel, java.lang.Class<?> requiredClass, java.util.Set<java.lang.Class<?>> classes)protected static BeanAbstractBeanConfigurator. registerBeansForBeanOfClassShouldRegister(Kernel kernel, java.lang.Class<?> requiredClass, java.lang.Class<?> cls)voidAbstractBeanConfigurator. setKernel(Kernel kernel) -
Uses of Kernel in tigase.kernel.beans.selector
Methods in tigase.kernel.beans.selector with parameters of type Kernel Modifier and Type Method Description static booleanServerBeanSelector. getClusterMode(Kernel kernel)static ConfigTypeEnumServerBeanSelector. getConfigType(Kernel kernel)protected static <T> TServerBeanSelector. getProperty(Kernel kernel, java.lang.String name, T defValue)booleanServerBeanSelector. shouldRegister(java.lang.Class clazz, Kernel kernel) -
Uses of Kernel in tigase.kernel.core
Subclasses of Kernel in tigase.kernel.core Modifier and Type Class Description classRegistrarKernelMethods in tigase.kernel.core that return Kernel Modifier and Type Method Description KernelBeanConfig. getKernel()ReturnsKernelmanaging this bean.KernelDependencyGrapher. getKernel()KernelKernel.DelegatedBeanConfig. getKernel()KernelPlantUMLGrapher. getKernel()KernelKernel. getParent()Returns parent Kernel.Methods in tigase.kernel.core with parameters of type Kernel Modifier and Type Method Description booleanKernel.DelayedDependencyInjectionQueue. checkStartingKernel(Kernel kernel)protected BeanConfigDependencyManager. createBeanConfig(Kernel kernel, java.lang.String beanName, java.lang.Class<?> beanClass)voidKernel. ln(java.lang.String exportingBeanName, Kernel destinationKernel, java.lang.String destinationName)Makes symlink to bean in another Kernel.voidDependencyGrapher. setKernel(Kernel kernel)Sets Kernel instance.voidPlantUMLGrapher. setKernel(Kernel kernel)Constructors in tigase.kernel.core with parameters of type Kernel Constructor Description DependencyGrapher(Kernel krnl)PlantUMLGrapher(Kernel krnl) -
Uses of Kernel in tigase.monitor
Methods in tigase.monitor that return Kernel Modifier and Type Method Description KernelTasksScriptRegistrar. getKernel()Methods in tigase.monitor with parameters of type Kernel Modifier and Type Method Description protected voidMonitorComponent. registerModules(Kernel kernel)voidTasksScriptRegistrar. setKernel(Kernel kernel) -
Uses of Kernel in tigase.server
Fields in tigase.server declared as Kernel Modifier and Type Field Description protected KernelConnectionManager. kernelMethods in tigase.server that return Kernel Modifier and Type Method Description protected KernelBootstrap. getKernel()Methods in tigase.server with parameters of type Kernel Modifier and Type Method Description voidConnectionManager.PortsConfigBean. register(Kernel kernel)voidConnectionManager. register(Kernel kernel)voidMessageRouter. register(Kernel kernel)voidConnectionManager.PortsConfigBean. unregister(Kernel kernel)voidConnectionManager. unregister(Kernel kernel)voidMessageRouter. unregister(Kernel kernel) -
Uses of Kernel in tigase.server.amp
Methods in tigase.server.amp with parameters of type Kernel Modifier and Type Method Description voidAmpComponent. register(Kernel kernel)voidAmpComponent. unregister(Kernel kernel) -
Uses of Kernel in tigase.server.ext
Methods in tigase.server.ext with parameters of type Kernel Modifier and Type Method Description voidComponentProtocol. register(Kernel kernel)protected voidComponentProtocolManager. registerModules(Kernel kernel) -
Uses of Kernel in tigase.server.extdisco
Methods in tigase.server.extdisco with parameters of type Kernel Modifier and Type Method Description protected voidExternalServiceDiscoveryComponent. registerModules(Kernel kernel) -
Uses of Kernel in tigase.server.filters
Methods in tigase.server.filters with parameters of type Kernel Modifier and Type Method Description voidPacketFiltersBean. register(Kernel kernel)voidPacketFiltersBean. unregister(Kernel kernel) -
Uses of Kernel in tigase.server.test
Methods in tigase.server.test with parameters of type Kernel Modifier and Type Method Description protected voidTestComponent. registerModules(Kernel kernel) -
Uses of Kernel in tigase.server.xmppclient
Methods in tigase.server.xmppclient with parameters of type Kernel Modifier and Type Method Description voidSeeOtherHostDB. register(Kernel kernel)voidSeeOtherHostDualIP. register(Kernel kernel)voidRegistrationThrottling. startFor(Kernel kernel)voidRegistrationThrottling. stopFor(Kernel kernel)voidSeeOtherHostDB. unregister(Kernel kernel)voidSeeOtherHostDualIP. unregister(Kernel kernel) -
Uses of Kernel in tigase.server.xmppsession
Methods in tigase.server.xmppsession with parameters of type Kernel Modifier and Type Method Description voidSessionManager. register(Kernel kernel)voidSessionManager. unregister(Kernel kernel) -
Uses of Kernel in tigase.stats
Methods in tigase.stats with parameters of type Kernel Modifier and Type Method Description voidCounterDataLogger. register(Kernel kernel)voidStatisticsCollector. register(Kernel kernel)voidCounterDataLogger. unregister(Kernel kernel)voidStatisticsCollector. unregister(Kernel kernel) -
Uses of Kernel in tigase.stats.db
Methods in tigase.stats.db with parameters of type Kernel Modifier and Type Method Description voidCounterDataLoggerRepoBean. register(Kernel kernel)voidCounterDataLoggerRepoBean. unregister(Kernel kernel) -
Uses of Kernel in tigase.vhosts
Methods in tigase.vhosts with parameters of type Kernel Modifier and Type Method Description voidVHostManager. register(Kernel kernel)voidVHostManager. unregister(Kernel kernel) -
Uses of Kernel in tigase.workgroupqueues
Methods in tigase.workgroupqueues with parameters of type Kernel Modifier and Type Method Description protected voidWorkgroupQueuesComponent. registerModules(Kernel kernel) -
Uses of Kernel in tigase.xmpp.impl
Methods in tigase.xmpp.impl with parameters of type Kernel Modifier and Type Method Description voidClientStateIndication. register(Kernel kernel)voidJabberIqPrivacy. register(Kernel kernel)voidJabberIqRegister. register(Kernel kernel)voidLastActivityMarker. register(Kernel kernel)voidMessageAmp. register(Kernel kernel)voidClientStateIndication. unregister(Kernel kernel)voidJabberIqPrivacy. unregister(Kernel kernel)voidJabberIqRegister. unregister(Kernel kernel)voidLastActivityMarker. unregister(Kernel kernel)voidMessageAmp. unregister(Kernel kernel) -
Uses of Kernel in tigase.xmpp.impl.push
Methods in tigase.xmpp.impl.push with parameters of type Kernel Modifier and Type Method Description voidPushNotifications. register(Kernel kernel)voidPushNotifications. unregister(Kernel kernel) -
Uses of Kernel in tigase.xmpp.impl.roster
Methods in tigase.xmpp.impl.roster with parameters of type Kernel Modifier and Type Method Description voidDynamicRoster. register(Kernel kernel)voidDynamicRoster. unregister(Kernel kernel)
-