Uses of Interface
tigase.kernel.beans.Initializable
-
Packages that use Initializable Package Description tigase.auth tigase.cluster tigase.cluster.repo tigase.component tigase.component.modules.impl tigase.conf tigase.db.beans tigase.db.comp tigase.disco tigase.disteventbus.component tigase.eventbus.component tigase.io tigase.io.repo tigase.monitor tigase.monitor.modules tigase.monitor.tasks tigase.server The main package with top level API for server side components.tigase.server.amp tigase.server.amp.action tigase.server.amp.db tigase.server.bosh tigase.server.ext tigase.server.extdisco tigase.server.monitor tigase.server.test tigase.server.websocket tigase.server.xmppclient tigase.server.xmppcomponent tigase.server.xmppserver tigase.server.xmppsession tigase.stats tigase.stats.db tigase.util.updater tigase.vhosts tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.push tigase.xmpp.impl.roster -
-
Uses of Initializable in tigase.auth
Classes in tigase.auth that implement Initializable Modifier and Type Class Description classBruteForceLockerBeanclassTigaseSaslProviderDescribe class TigaseSaslProvider here. -
Uses of Initializable in tigase.cluster
Classes in tigase.cluster that implement Initializable Modifier and Type Class Description classAmpComponentClusteredclassBoshConnectionClusteredclassClientConnectionClusteredDescribe class ClientConnectionClustered here.classClusterConnectionManagerClass ClusterConnectionManager
Created: Tue Nov 22 07:07:11 2005static classClusterConnectionManager.DefClConRepositoryBeanclassClusterControllerDescribe class ClusterController here.classSessionManagerClusteredClass SessionManagerClusteredOld
Created: Tue Nov 22 07:07:11 2005classWebSocketClientConnectionClusteredDescribe class WebSocketClientConnectionClustered here. -
Uses of Initializable in tigase.cluster.repo
Classes in tigase.cluster.repo that implement Initializable Modifier and Type Class Description classClConConfigRepositoryclassClConDirRepositoryclassClConSQLRepository -
Uses of Initializable in tigase.component
Classes in tigase.component that implement Initializable Modifier and Type Class Description classAbstractComponentDeprecated.Do not use this class at all.classAbstractKernelBasedComponentclassScheduledTaskAbstract class extending TimerTask which allows easy configuration and usage of TimerTask as a bean
Created by andrzej on 09.08.2016. -
Uses of Initializable in tigase.component.modules.impl
Classes in tigase.component.modules.impl that implement Initializable Modifier and Type Class Description classAdHocCommandModule -
Uses of Initializable in tigase.conf
Classes in tigase.conf that implement Initializable Modifier and Type Class Description classConfiguratorCreated: Dec 7, 2009 4:09:52 PMclassConfiguratorAbstractCreated: Dec 7, 2009 4:15:31 PMclassConfiguratorOldClass ConfiguratorOld
Created: Tue Nov 22 07:07:11 2005 -
Uses of Initializable in tigase.db.beans
Classes in tigase.db.beans that implement Initializable Modifier and Type Class Description static classAuthRepositoryMDPoolBean.AuthRepositoryConfigBeanclassAuthUserRepositoryConfigBean<T,U extends AuthUserRepositoryConfigBean<T,U>>Configuration bean for authentication repository per domain Created by andrzej on 09.03.2016.static classDataSourceBean.DataSourceMDConfigBeanclassMDPoolConfigBean<A,B extends MDPoolConfigBean<A,B>>Base class for configuration beans ofDataSourceBean,AuthRepositoryMDPoolBeanandUserRepositoryMDPoolBean
Created by andrzej on 08.03.2016.classMDRepositoryBean<T extends DataSourceAware>Abstract class implementing bean to which should be used to create name aware repository pool.static classMDRepositoryBean.MDRepositoryConfigBean<A extends DataSourceAware>MDRepositoryConfigBean is bean responsible for basic management and initialization of repository for domain.classMDRepositoryBeanWithStatistics<T extends DataSourceAware>Extended version of MDRepositoryBean class with support for statistics gathering.classSDRepositoryBean<A extends DataSourceAware>Abstract class implementing bean to which can be used to create name unaware repository pool.classSDRepositoryBeanWithStatistics<T extends DataSourceAware>Extended version of SDRepositoryBean class with support for statistics gathering.static classUserRepositoryMDPoolBean.UserRepositoryConfigBean -
Uses of Initializable in tigase.db.comp
Classes in tigase.db.comp that implement Initializable Modifier and Type Class Description classAbstractSDComponentRepositoryBean<Item extends RepositoryItem>Class implements ComponentRepository interfaces and extends SDRepositoryBean and is designed to be based bean used by other classes responsible for loading proper implementation of ComponentRepository depending on used implementation of DataSource.classConfigRepository<Item extends RepositoryItem>Created: Oct 3, 2009 2:58:41 PMclassUserRepoRepository<Item extends RepositoryItem>Created: Oct 3, 2009 3:55:27 PM -
Uses of Initializable in tigase.disco
Classes in tigase.disco that implement Initializable Modifier and Type Class Description classXMPPServiceCollectorClass XMPPServiceCollector
Created: Tue Nov 22 07:07:11 2005 -
Uses of Initializable in tigase.disteventbus.component
Classes in tigase.disteventbus.component that implement Initializable Modifier and Type Class Description classEventBusComponent -
Uses of Initializable in tigase.eventbus.component
Classes in tigase.eventbus.component that implement Initializable Modifier and Type Class Description classEventBusComponentclassEventPublisherModuleclassSubscribeModuleclassUnsubscribeModule -
Uses of Initializable in tigase.io
Classes in tigase.io that implement Initializable Modifier and Type Class Description classCertificateContainerClass used to keep SSL certificates loaded in memory.classSSLContextContainerCreated: Oct 15, 2010 2:40:49 PMstatic classSSLContextContainer.Root -
Uses of Initializable in tigase.io.repo
Classes in tigase.io.repo that implement Initializable Modifier and Type Class Description classCertificateRepository -
Uses of Initializable in tigase.monitor
Classes in tigase.monitor that implement Initializable Modifier and Type Class Description classMonitorComponentclassTaskConfigItemJDBCRepository -
Uses of Initializable in tigase.monitor.modules
Classes in tigase.monitor.modules that implement Initializable Modifier and Type Class Description classAdHocCommandMonitorModule -
Uses of Initializable in tigase.monitor.tasks
Classes in tigase.monitor.tasks that implement Initializable Modifier and Type Class Description classAbstractConfigurableTaskclassAbstractConfigurableTimerTaskclassConnectionsTaskclassCpuTempTaskclassDiskTaskclassLoadCheckerTaskclassLoggerTaskclassMemoryCheckerTaskclassSampleTaskclassScriptTaskclassScriptTimerTask -
Uses of Initializable in tigase.server
Classes in tigase.server that implement Initializable Modifier and Type Class Description classAbstractComponentRegistrator<E extends ServerComponent>This is an archetype of a special types of classes which collect some data from Tigase components or provide these data to components.classAbstractMessageReceiverThis is an archetype for all classes processing user-level packets.classBasicComponentCreated: Oct 17, 2009 7:49:05 PMclassConnectionManager<IO extends XMPPIOService<?>>Describe class ConnectionManager here.static classConnectionManager.PortConfigBeanstatic classConnectionManager.PortsConfigBeanstatic classConnectionManager.SecPortConfigBeanclassMessageRouterClass MessageRouter
Created: Tue Nov 22 07:07:11 2005 -
Uses of Initializable in tigase.server.amp
Classes in tigase.server.amp that implement Initializable Modifier and Type Class Description classAmpComponentCreated: Apr 26, 2010 3:22:06 PM -
Uses of Initializable in tigase.server.amp.action
Classes in tigase.server.amp.action that implement Initializable Modifier and Type Class Description classStoreCreated: May 1, 2010 11:32:59 AM -
Uses of Initializable in tigase.server.amp.db
Classes in tigase.server.amp.db that implement Initializable Modifier and Type Class Description static classMsgBroadcastRepository.MsgBroadcastRepositoryBeanstatic classMsgBroadcastRepository.MsgBroadcastRepositoryBean.MsgBroadcastRepositoryConfigBeanstatic classMsgRepository.MsgRepositoryMDBeanBean used to provide MsgRepository implementationsstatic classMsgRepository.MsgRepositoryMDBean.MsgRepositoryConfigBean -
Uses of Initializable in tigase.server.bosh
Classes in tigase.server.bosh that implement Initializable Modifier and Type Class Description classBoshConnectionManagerDescribe class BoshConnectionManager here. -
Uses of Initializable in tigase.server.ext
Classes in tigase.server.ext that implement Initializable Modifier and Type Class Description classAbstractCompDBRepositoryCreated: Oct 24, 2009 3:55:41 PMclassCompCompDBRepositoryclassCompConfigRepositoryDeprecated.classComponentProtocolCreated: Sep 30, 2009 8:28:13 PMclassComponentProtocolManagerclassCompSQLRepositoryDeprecated.classManagerCompDBRepositoryclassServerCompDBRepository -
Uses of Initializable in tigase.server.extdisco
Classes in tigase.server.extdisco that implement Initializable Modifier and Type Class Description classExternalServiceDiscoveryComponentCreated by andrzej on 06.09.2016.classExtServiceDiscoveryUserRepoRepositoryCreated by andrzej on 06.09.2016. -
Uses of Initializable in tigase.server.monitor
Classes in tigase.server.monitor that implement Initializable Modifier and Type Class Description classMonitorComponentDeprecated.UseMonitorComponentinstead.classStatusReportGenerator -
Uses of Initializable in tigase.server.test
Classes in tigase.server.test that implement Initializable Modifier and Type Class Description classEchoComponentCreated: Sep 30, 2010 1:07:13 PMclassTestComponentA test component used to demonstrate API and for running different kinds of tests on the Tigase server - generate local traffic for performance and load tests. -
Uses of Initializable in tigase.server.websocket
Classes in tigase.server.websocket that implement Initializable Modifier and Type Class Description classWebSocketClientConnectionManagerClass implements basic support allowing clients to connect using WebSocket protocol -
Uses of Initializable in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement Initializable Modifier and Type Class Description classClientConnectionManagerClass ClientConnectionManager Created: Tue Nov 22 07:07:11 2005classSeeOtherHostDefault and basic implementation of SeeOtherHost returning same host as the initial oneclassSeeOtherHostDBExtended implementation of SeeOtherHost using redirect information from databasestatic classSeeOtherHostDB.SeeOtherHostDBSDRepositoryBeanclassSeeOtherHostDualIPExtended implementation of SeeOtherHost using redirect information from database based on cluster_nodes table.static classSeeOtherHostDualIP.DualIPRepositoryWrapperstatic classSeeOtherHostDualIP.DualIPRepositoryWrapper.DualIPRepositoryWrapperConfigBeanclassSeeOtherHostHashedDefault implementation for cluster environment of SeeOtherHostIfc returning redirect host based on the hash value of the user's JID -
Uses of Initializable in tigase.server.xmppcomponent
Classes in tigase.server.xmppcomponent that implement Initializable Modifier and Type Class Description classComponentConnectionManagerDeprecated. -
Uses of Initializable in tigase.server.xmppserver
Classes in tigase.server.xmppserver that implement Initializable Modifier and Type Class Description classS2SConnectionManagerCreated: Jun 14, 2010 11:59:38 AM -
Uses of Initializable in tigase.server.xmppsession
Classes in tigase.server.xmppsession that implement Initializable Modifier and Type Class Description classSessionManagerClass SessionManager
Created: Tue Nov 22 07:07:11 2005 -
Uses of Initializable in tigase.stats
Classes in tigase.stats that implement Initializable Modifier and Type Class Description classCounterDataArchivizerCreated: Mar 25, 2010 8:55:11 PMclassCounterDataFileLoggerClass responsible for dumping server statistics to a fileclassCounterDataLoggerCreated: Apr 20, 2010 6:39:05 PMclassStatisticsCollectorClass StatisticsCollector
Created: Tue Nov 22 07:07:11 2005 -
Uses of Initializable in tigase.stats.db
Classes in tigase.stats.db that implement Initializable Modifier and Type Class Description classCounterDataLoggerRepoBeanstatic classCounterDataLoggerRepoBean.CounterDataLoggerConfigBean -
Uses of Initializable in tigase.util.updater
Classes in tigase.util.updater that implement Initializable Modifier and Type Class Description classUpdatesCheckerDescribe class UpdatesChecker here. -
Uses of Initializable in tigase.vhosts
Classes in tigase.vhosts that implement Initializable Modifier and Type Class Description classVHostJDBCRepositoryThis implementation stores virtual domains in the UserRepository database.classVHostManagerDescribe class VHostManager here.static classVHostManager.DefVHostRepositoryBean -
Uses of Initializable in tigase.xmpp.impl
Classes in tigase.xmpp.impl that implement Initializable Modifier and Type Class Description classJabberIqPrivacyDescribe class JabberIqPrivacy here.static classJabberIqPrivacy.PrivacyListOfflineCacheclassJabberIqRegisterXEP-0077: In-Band Registration
Created: Thu Feb 16 13:14:06 2006classMotdProcessorCreated by andrzej on 10.12.2016.classPresenceOfflineclassTokenBucketPoolclassVCard4classVCardTempDescribe class VCardTemp here.classVCardXMPPProcessorAbstract -
Uses of Initializable in tigase.xmpp.impl.push
Classes in tigase.xmpp.impl.push that implement Initializable Modifier and Type Class Description classAwayPushNotificationsExtension -
Uses of Initializable in tigase.xmpp.impl.roster
Classes in tigase.xmpp.impl.roster that implement Initializable Modifier and Type Class Description classDynamicRosterDescribe class DynamicRoster here.static classRosterFactory.Bean
-