Package tigase.server.xmppclient
Interface SeeOtherHostDB.SeeOtherHostRepository<DS extends DataSource>
- All Superinterfaces:
DataSourceAware<DS>
- All Known Implementing Classes:
SeeOtherHostDB.JDBCSeeOtherHostRepository
- Enclosing class:
- SeeOtherHostDB
public static interface SeeOtherHostDB.SeeOtherHostRepository<DS extends DataSource>
extends DataSourceAware<DS>
-
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.jid.BareJID
getHostFor
(tigase.xmpp.jid.BareJID jid) tigase.xmpp.jid.BareJID
queryDBFor
(tigase.xmpp.jid.BareJID jid) Methods inherited from interface tigase.db.DataSourceAware
setDataSource
-
Method Details
-
getHostFor
tigase.xmpp.jid.BareJID getHostFor(tigase.xmpp.jid.BareJID jid) -
queryDBFor
tigase.xmpp.jid.BareJID queryDBFor(tigase.xmpp.jid.BareJID jid) throws UserNotFoundException, SQLException, tigase.util.stringprep.TigaseStringprepException - Throws:
UserNotFoundException
SQLException
tigase.util.stringprep.TigaseStringprepException
-