Package tigase.server.xmppclient
Interface SeeOtherHostDualIP.DualIPRepository<T extends DataSource>
-
- All Superinterfaces:
DataSourceAware<T>
- All Known Implementing Classes:
SeeOtherHostDualIP.DualIPRepositoryWrapper,SeeOtherHostDualIPSQLRepository
- Enclosing class:
- SeeOtherHostDualIP
public static interface SeeOtherHostDualIP.DualIPRepository<T extends DataSource> extends DataSourceAware<T>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHOSTNAME_IDstatic java.lang.StringSECONDARY_HOSTNAME_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<BareJID,BareJID>queryAllDB()-
Methods inherited from interface tigase.db.DataSourceAware
setDataSource
-
-
-
-
Field Detail
-
HOSTNAME_ID
static final java.lang.String HOSTNAME_ID
- See Also:
- Constant Field Values
-
SECONDARY_HOSTNAME_ID
static final java.lang.String SECONDARY_HOSTNAME_ID
- See Also:
- Constant Field Values
-
-