Uses of Interface
tigase.muc.MucContext
-
Packages that use MucContext Package Description tigase.muc tigase.muc.logger tigase.muc.repository tigase.muc.repository.inmemory -
-
Uses of MucContext in tigase.muc
Methods in tigase.muc that return MucContext Modifier and Type Method Description protected MucContextMUCComponent. createContext()Methods in tigase.muc with parameters of type MucContext Modifier and Type Method Description protected IMucRepositoryMUCComponent. createMucRepository(MucContext componentConfig, MucDAO dao)voidRoomConfig. read(tigase.db.UserRepository repository, MucContext config, String subnode)voidRoomConfig. write(tigase.db.UserRepository repo, MucContext config, String subnode) -
Uses of MucContext in tigase.muc.logger
Methods in tigase.muc.logger with parameters of type MucContext Modifier and Type Method Description voidMucLogger. init(MucContext context)voidRoomChatLogger. init(MucContext context) -
Uses of MucContext in tigase.muc.repository
Constructors in tigase.muc.repository with parameters of type MucContext Constructor Description MucDAO(MucContext config, tigase.db.UserRepository repository) -
Uses of MucContext in tigase.muc.repository.inmemory
Constructors in tigase.muc.repository.inmemory with parameters of type MucContext Constructor Description InMemoryMucRepository(MucContext mucConfig, MucDAO dao)
-