Uses of Class
tigase.component.exceptions.RepositoryException
-
-
Uses of RepositoryException in tigase.auth
Methods in tigase.auth that throw RepositoryException Modifier and Type Method Description voidPasswordResetterIfc. changePassword(java.lang.String encodedToken, java.lang.String password)voidPasswordResetterIfc. sendToken(BareJID bareJID, java.lang.String url)voidPasswordResetterIfc. validateToken(java.lang.String encodedToken) -
Uses of RepositoryException in tigase.component.modules.impl
Methods in tigase.component.modules.impl that throw RepositoryException Modifier and Type Method Description protected java.util.List<Element>DiscoveryModule. prepareDiscoItems(JID jid, java.lang.String node, JID senderJID, RSM rsm)protected voidDiscoveryModule. processAdHocCommandItems(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of RepositoryException in tigase.db
Subclasses of RepositoryException in tigase.db Modifier and Type Class Description classDataOverwriteExceptionTheDataOverwriteExceptionexception is thrown when application tries to ovrewrite data in repository but does not have permission to do so.classDBInitExceptionDescribe class DBInitException here.classTigaseDBExceptionDescribe class TigaseDBException here.classUserExistsExceptionTheUserExistsExceptionis thrown when application tries to add new user with user ID which already exists in repository.classUserNotFoundExceptionTheUserNotFoundExceptionexception is thrown when application tries to access data for user which does not exist in repository.Methods in tigase.db that throw RepositoryException Modifier and Type Method Description voidDataSource. initialize(java.lang.String resource_uri)The method is called to initialize the data repository.voidDummyRepository. initialize(java.lang.String connStr)voidDataSourceAware. setDataSource(T dataSource)Method called to provide class with instance of a data source. -
Uses of RepositoryException in tigase.db.beans
Methods in tigase.db.beans that throw RepositoryException Modifier and Type Method Description protected voidAuthRepositoryMDPoolBean.AuthRepositoryConfigBean. initRepository(AuthRepository repository)protected voidAuthUserRepositoryConfigBean. initRepository(T repository)protected voidDataSourceBean.DataSourceMDConfigBean. initRepository(DataSource repo)Initializes instances of provided data source.protected abstract voidMDPoolConfigBean. initRepository(A repo)Method used to initialize provided instance -
Uses of RepositoryException in tigase.db.util
Methods in tigase.db.util that throw RepositoryException Modifier and Type Method Description voidSchemaManager.DataSourceInfo. initialize(java.lang.String connStr) -
Uses of RepositoryException in tigase.db.xml
Methods in tigase.db.xml that throw RepositoryException Modifier and Type Method Description voidXMLDataSource. initialize(java.lang.String file) -
Uses of RepositoryException in tigase.eventbus.component
Methods in tigase.eventbus.component that throw RepositoryException Modifier and Type Method Description protected voidEventbusDiscoveryModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidEventbusDiscoveryModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of RepositoryException in tigase.monitor.modules
Methods in tigase.monitor.modules that throw RepositoryException Modifier and Type Method Description protected voidDiscoveryMonitorModule. processAdHocCommandItems(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryMonitorModule. processDiscoInfo(Packet packet, JID jid, java.lang.String node, JID senderJID)protected voidDiscoveryMonitorModule. processDiscoItems(Packet packet, JID jid, java.lang.String node, JID senderJID) -
Uses of RepositoryException in tigase.server.xmppclient
Methods in tigase.server.xmppclient that throw RepositoryException Modifier and Type Method Description voidSeeOtherHostDB.JDBCSeeOtherHostRepository. setDataSource(DataRepository data_repo) -
Uses of RepositoryException in tigase.xmpp.mam
Methods in tigase.xmpp.mam that throw RepositoryException Modifier and Type Method Description voidMAMRepository. queryItems(Q query, MAMRepository.ItemHandler<Q,I> itemHandler)
-