Uses of Interface
tigase.kernel.beans.UnregisterAware
-
Packages that use UnregisterAware Package Description tigase.auth tigase.cluster tigase.cluster.repo tigase.component tigase.db.beans tigase.db.comp tigase.eventbus.component tigase.io tigase.io.repo tigase.kernel.core tigase.monitor tigase.monitor.tasks tigase.server The main package with top level API for server side components.tigase.server.amp.action tigase.server.amp.db tigase.server.ext tigase.server.extdisco tigase.server.monitor tigase.server.xmppclient tigase.stats.db tigase.util.updater tigase.vhosts tigase.workgroupqueues.data tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.push tigase.xmpp.impl.roster -
-
Uses of UnregisterAware in tigase.auth
Classes in tigase.auth that implement UnregisterAware Modifier and Type Class Description classBruteForceLockerBeanclassTigaseSaslProviderDescribe class TigaseSaslProvider here. -
Uses of UnregisterAware in tigase.cluster
Classes in tigase.cluster that implement UnregisterAware Modifier and Type Class Description static classClusterConnectionManager.DefClConRepositoryBean -
Uses of UnregisterAware in tigase.cluster.repo
Classes in tigase.cluster.repo that implement UnregisterAware Modifier and Type Class Description classClConConfigRepositoryclassClConDirRepositoryclassClConSQLRepository -
Uses of UnregisterAware in tigase.component
Classes in tigase.component that implement UnregisterAware Modifier and Type Class Description classScheduledTaskAbstract class extending TimerTask which allows easy configuration and usage of TimerTask as a bean
Created by andrzej on 09.08.2016. -
Uses of UnregisterAware in tigase.db.beans
Classes in tigase.db.beans that implement UnregisterAware 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.DataSourceMDConfigBeanclassMDRepositoryBean<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 UnregisterAware in tigase.db.comp
Classes in tigase.db.comp that implement UnregisterAware 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 UnregisterAware in tigase.eventbus.component
Classes in tigase.eventbus.component that implement UnregisterAware Modifier and Type Class Description classEventPublisherModuleclassSubscribeModuleclassUnsubscribeModule -
Uses of UnregisterAware in tigase.io
Classes in tigase.io that implement UnregisterAware Modifier and Type Class Description classCertificateContainerClass used to keep SSL certificates loaded in memory.static classSSLContextContainer.Root -
Uses of UnregisterAware in tigase.io.repo
Classes in tigase.io.repo that implement UnregisterAware Modifier and Type Class Description classCertificateRepository -
Uses of UnregisterAware in tigase.kernel.core
Classes in tigase.kernel.core that implement UnregisterAware Modifier and Type Class Description classRegistrarKernel -
Uses of UnregisterAware in tigase.monitor
Classes in tigase.monitor that implement UnregisterAware Modifier and Type Class Description classTaskConfigItemJDBCRepository -
Uses of UnregisterAware in tigase.monitor.tasks
Classes in tigase.monitor.tasks that implement UnregisterAware Modifier and Type Class Description classAbstractConfigurableTaskclassAbstractConfigurableTimerTaskclassConnectionsTaskclassCpuTempTaskclassDiskTaskclassLoadCheckerTaskclassLoggerTaskclassMemoryCheckerTaskclassSampleTaskclassScriptTaskclassScriptTimerTask -
Uses of UnregisterAware in tigase.server
Classes in tigase.server that implement UnregisterAware Modifier and Type Class Description static classConnectionManager.PortConfigBeanstatic classConnectionManager.SecPortConfigBeanclassMessageRouterClass MessageRouter
Created: Tue Nov 22 07:07:11 2005 -
Uses of UnregisterAware in tigase.server.amp.action
Classes in tigase.server.amp.action that implement UnregisterAware Modifier and Type Class Description classStoreCreated: May 1, 2010 11:32:59 AM -
Uses of UnregisterAware in tigase.server.amp.db
Classes in tigase.server.amp.db that implement UnregisterAware Modifier and Type Class Description static classMsgBroadcastRepository.MsgBroadcastRepositoryBeanstatic classMsgBroadcastRepository.MsgBroadcastRepositoryBean.MsgBroadcastRepositoryConfigBeanstatic classMsgRepository.MsgRepositoryMDBeanBean used to provide MsgRepository implementationsstatic classMsgRepository.MsgRepositoryMDBean.MsgRepositoryConfigBean -
Uses of UnregisterAware in tigase.server.ext
Classes in tigase.server.ext that implement UnregisterAware Modifier and Type Class Description classAbstractCompDBRepositoryCreated: Oct 24, 2009 3:55:41 PMclassCompCompDBRepositoryclassCompConfigRepositoryDeprecated.classComponentProtocolCreated: Sep 30, 2009 8:28:13 PMclassCompSQLRepositoryDeprecated.classManagerCompDBRepositoryclassServerCompDBRepository -
Uses of UnregisterAware in tigase.server.extdisco
Classes in tigase.server.extdisco that implement UnregisterAware Modifier and Type Class Description classExtServiceDiscoveryUserRepoRepositoryCreated by andrzej on 06.09.2016. -
Uses of UnregisterAware in tigase.server.monitor
Classes in tigase.server.monitor that implement UnregisterAware Modifier and Type Class Description classStatusReportGenerator -
Uses of UnregisterAware in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement UnregisterAware Modifier and Type Class Description classRegistrationThrottlingCreated by andrzej on 19.11.2016.static classSeeOtherHostDB.SeeOtherHostDBSDRepositoryBeanclassSeeOtherHostDualIPExtended implementation of SeeOtherHost using redirect information from database based on cluster_nodes table.static classSeeOtherHostDualIP.DualIPRepositoryWrapperstatic classSeeOtherHostDualIP.DualIPRepositoryWrapper.DualIPRepositoryWrapperConfigBean -
Uses of UnregisterAware in tigase.stats.db
Classes in tigase.stats.db that implement UnregisterAware Modifier and Type Class Description classCounterDataLoggerRepoBeanstatic classCounterDataLoggerRepoBean.CounterDataLoggerConfigBean -
Uses of UnregisterAware in tigase.util.updater
Classes in tigase.util.updater that implement UnregisterAware Modifier and Type Class Description classUpdatesCheckerDescribe class UpdatesChecker here. -
Uses of UnregisterAware in tigase.vhosts
Classes in tigase.vhosts that implement UnregisterAware Modifier and Type Class Description classVHostJDBCRepositoryThis implementation stores virtual domains in the UserRepository database.static classVHostManager.DefVHostRepositoryBean -
Uses of UnregisterAware in tigase.workgroupqueues.data
Classes in tigase.workgroupqueues.data that implement UnregisterAware Modifier and Type Class Description classRepoPoolCreated by bmalkow on 22.02.2017.static classRepoPool.MessageArchiveRepositoryConfigBean -
Uses of UnregisterAware in tigase.xmpp.impl
Classes in tigase.xmpp.impl that implement UnregisterAware 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 UnregisterAware in tigase.xmpp.impl.push
Classes in tigase.xmpp.impl.push that implement UnregisterAware Modifier and Type Class Description classAwayPushNotificationsExtension -
Uses of UnregisterAware in tigase.xmpp.impl.roster
Classes in tigase.xmpp.impl.roster that implement UnregisterAware Modifier and Type Class Description classDynamicRosterDescribe class DynamicRoster here.static classRosterFactory.Bean
-