Uses of Interface
tigase.kernel.beans.RegistrarBean
-
Packages that use RegistrarBean Package Description tigase.auth tigase.cluster tigase.component tigase.db tigase.db.beans tigase.db.comp tigase.disteventbus.component tigase.eventbus.component tigase.io tigase.kernel.beans tigase.monitor tigase.server The main package with top level API for server side components.tigase.server.amp tigase.server.amp.db tigase.server.bosh tigase.server.ext tigase.server.extdisco tigase.server.filters tigase.server.test tigase.server.websocket tigase.server.xmppclient tigase.server.xmppcomponent tigase.server.xmppserver tigase.server.xmppsession tigase.stats tigase.stats.db tigase.vhosts tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.push tigase.xmpp.impl.roster -
-
Uses of RegistrarBean in tigase.auth
Classes in tigase.auth that implement RegistrarBean Modifier and Type Class Description classCredentialsDecoderBeanclassCredentialsEncoderBeanclassTigaseSaslProviderDescribe class TigaseSaslProvider here. -
Uses of RegistrarBean in tigase.cluster
Classes in tigase.cluster that implement RegistrarBean Modifier and Type Class Description classAmpComponentClusteredclassBoshConnectionClusteredclassClientConnectionClusteredDescribe class ClientConnectionClustered here.classClusterConnectionManagerClass ClusterConnectionManager
Created: Tue Nov 22 07:07:11 2005static classClusterConnectionManager.DefClConRepositoryBeanclassSessionManagerClusteredClass SessionManagerClusteredOld
Created: Tue Nov 22 07:07:11 2005classWebSocketClientConnectionClusteredDescribe class WebSocketClientConnectionClustered here. -
Uses of RegistrarBean in tigase.component
Classes in tigase.component that implement RegistrarBean Modifier and Type Class Description classAbstractKernelBasedComponent -
Uses of RegistrarBean in tigase.db
Classes in tigase.db that implement RegistrarBean Modifier and Type Class Description classAuthRepositoryMDImplImplementation of multi domain pool for authentication repositories.classUserRepositoryMDImplCreated: Mar 27, 2010 6:43:02 PM -
Uses of RegistrarBean in tigase.db.beans
Classes in tigase.db.beans that implement RegistrarBean Modifier and Type Class Description classAuthRepositoryMDPoolBeanClass implements bean for multi domain pool for authentication repositories.static classAuthRepositoryMDPoolBean.AuthRepositoryConfigBeanclassAuthUserRepositoryConfigBean<T,U extends AuthUserRepositoryConfigBean<T,U>>Configuration bean for authentication repository per domain Created by andrzej on 09.03.2016.classDataSourceBeanThis is main bean responsible for managing and initialization of data sources.static classDataSourceBean.DataSourceMDConfigBeanclassMDPoolBean<S,T extends MDPoolConfigBean<S,T>>Abstract class providing base part for implementation of pool for multiple domains.classMDPoolBeanWithStatistics<S extends Repository,T extends MDPoolConfigBean<S,T>>Class extends MDPoolBean class by adding support for statistics gathering for every managed repository.classMDPoolConfigBean<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.classUserRepositoryMDPoolBeanClass implements bean for multi domain pool for user repositories.static classUserRepositoryMDPoolBean.UserRepositoryConfigBean -
Uses of RegistrarBean in tigase.db.comp
Classes in tigase.db.comp that implement RegistrarBean 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. -
Uses of RegistrarBean in tigase.disteventbus.component
Classes in tigase.disteventbus.component that implement RegistrarBean Modifier and Type Class Description classEventBusComponent -
Uses of RegistrarBean in tigase.eventbus.component
Classes in tigase.eventbus.component that implement RegistrarBean Modifier and Type Class Description classEventBusComponent -
Uses of RegistrarBean in tigase.io
Classes in tigase.io that implement RegistrarBean Modifier and Type Class Description classCertificateContainerClass used to keep SSL certificates loaded in memory. -
Uses of RegistrarBean in tigase.kernel.beans
Subinterfaces of RegistrarBean in tigase.kernel.beans Modifier and Type Interface Description interfaceRegistrarBeanWithDefaultBeanClassCreated by andrzej on 14.08.2016. -
Uses of RegistrarBean in tigase.monitor
Classes in tigase.monitor that implement RegistrarBean Modifier and Type Class Description classMonitorComponent -
Uses of RegistrarBean in tigase.server
Classes in tigase.server that implement RegistrarBean Modifier and Type Class Description classConnectionManager<IO extends XMPPIOService<?>>Describe class ConnectionManager here.static classConnectionManager.PortsConfigBeanclassMessageRouterClass MessageRouter
Created: Tue Nov 22 07:07:11 2005 -
Uses of RegistrarBean in tigase.server.amp
Classes in tigase.server.amp that implement RegistrarBean Modifier and Type Class Description classAmpComponentCreated: Apr 26, 2010 3:22:06 PM -
Uses of RegistrarBean in tigase.server.amp.db
Classes in tigase.server.amp.db that implement RegistrarBean Modifier and Type Class Description static classMsgBroadcastRepository.MsgBroadcastRepositoryBeanstatic classMsgBroadcastRepository.MsgBroadcastRepositoryBean.MsgBroadcastRepositoryConfigBeanstatic classMsgRepository.MsgRepositoryMDBeanBean used to provide MsgRepository implementationsstatic classMsgRepository.MsgRepositoryMDBean.MsgRepositoryConfigBean -
Uses of RegistrarBean in tigase.server.bosh
Classes in tigase.server.bosh that implement RegistrarBean Modifier and Type Class Description classBoshConnectionManagerDescribe class BoshConnectionManager here. -
Uses of RegistrarBean in tigase.server.ext
Classes in tigase.server.ext that implement RegistrarBean Modifier and Type Class Description classComponentProtocolCreated: Sep 30, 2009 8:28:13 PMclassComponentProtocolManager -
Uses of RegistrarBean in tigase.server.extdisco
Classes in tigase.server.extdisco that implement RegistrarBean Modifier and Type Class Description classExternalServiceDiscoveryComponentCreated by andrzej on 06.09.2016. -
Uses of RegistrarBean in tigase.server.filters
Classes in tigase.server.filters that implement RegistrarBean Modifier and Type Class Description classPacketFiltersBeanstatic classPacketFiltersBean.IncomingPacketFiltersBeanstatic classPacketFiltersBean.OutgoingPacketFiltersBean -
Uses of RegistrarBean in tigase.server.test
Classes in tigase.server.test that implement RegistrarBean Modifier and Type Class Description classTestComponentA 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 RegistrarBean in tigase.server.websocket
Classes in tigase.server.websocket that implement RegistrarBean Modifier and Type Class Description classWebSocketClientConnectionManagerClass implements basic support allowing clients to connect using WebSocket protocol -
Uses of RegistrarBean in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement RegistrarBean Modifier and Type Class Description classClientConnectionManagerClass ClientConnectionManager Created: Tue Nov 22 07:07:11 2005classSeeOtherHostDBExtended 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.DualIPRepositoryWrapperConfigBean -
Uses of RegistrarBean in tigase.server.xmppcomponent
Classes in tigase.server.xmppcomponent that implement RegistrarBean Modifier and Type Class Description classComponentConnectionManagerDeprecated. -
Uses of RegistrarBean in tigase.server.xmppserver
Classes in tigase.server.xmppserver that implement RegistrarBean Modifier and Type Class Description classS2SConnectionManagerCreated: Jun 14, 2010 11:59:38 AM -
Uses of RegistrarBean in tigase.server.xmppsession
Classes in tigase.server.xmppsession that implement RegistrarBean Modifier and Type Class Description classSessionManagerClass SessionManager
Created: Tue Nov 22 07:07:11 2005 -
Uses of RegistrarBean in tigase.stats
Classes in tigase.stats that implement RegistrarBean Modifier and Type Class Description classCounterDataLoggerCreated: Apr 20, 2010 6:39:05 PMclassStatisticsCollectorClass StatisticsCollector
Created: Tue Nov 22 07:07:11 2005 -
Uses of RegistrarBean in tigase.stats.db
Classes in tigase.stats.db that implement RegistrarBean Modifier and Type Class Description classCounterDataLoggerRepoBeanstatic classCounterDataLoggerRepoBean.CounterDataLoggerConfigBean -
Uses of RegistrarBean in tigase.vhosts
Classes in tigase.vhosts that implement RegistrarBean Modifier and Type Class Description classVHostManagerDescribe class VHostManager here.static classVHostManager.DefVHostRepositoryBean -
Uses of RegistrarBean in tigase.xmpp.impl
Classes in tigase.xmpp.impl that implement RegistrarBean Modifier and Type Class Description classClientStateIndicationCreated by andrzej on 25.06.2016.classJabberIqPrivacyDescribe class JabberIqPrivacy here.classJabberIqRegisterXEP-0077: In-Band Registration
Created: Thu Feb 16 13:14:06 2006classLastActivityMarkerImplementation of XEP-0012: Last Activity.classMessageAmpCreated: Apr 29, 2010 5:00:25 PM -
Uses of RegistrarBean in tigase.xmpp.impl.push
Classes in tigase.xmpp.impl.push that implement RegistrarBean Modifier and Type Class Description classPushNotificationsCreated by andrzej on 30.12.2016. -
Uses of RegistrarBean in tigase.xmpp.impl.roster
Classes in tigase.xmpp.impl.roster that implement RegistrarBean Modifier and Type Class Description classDynamicRosterDescribe class DynamicRoster here.
-