Uses of Class
tigase.muc.repository.MucDAO
-
Packages that use MucDAO Package Description tigase.muc tigase.muc.repository.inmemory -
-
Uses of MucDAO in tigase.muc
Methods in tigase.muc with parameters of type MucDAO Modifier and Type Method Description protected IMucRepositoryMUCComponent. createMucRepository(MucContext componentConfig, MucDAO dao) -
Uses of MucDAO in tigase.muc.repository.inmemory
Constructors in tigase.muc.repository.inmemory with parameters of type MucDAO Constructor Description InMemoryMucRepository(MucContext mucConfig, MucDAO dao)
-