Class AbstractMucDAO<DS extends tigase.db.DataSource, ID>
java.lang.Object
tigase.muc.repository.AbstractMucDAO<DS,ID>
- All Implemented Interfaces:
tigase.db.DataSourceAware<DS>, IMucDAO<DS,ID>
- Direct Known Subclasses:
JDBCMucDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected tigase.xml.ElementparseConfigElement(String cnfData) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.db.DataSourceAware
setDataSourceMethods inherited from interface IMucDAO
createRoom, destroyRoom, getAffiliations, getRoom, getRoomAvatar, getRoomsJIDList, setAffiliation, setSubject, updateRoomAvatar, updateRoomConfig
-
Constructor Details
-
AbstractMucDAO
public AbstractMucDAO()
-
-
Method Details
-
parseConfigElement
-