| Package | Description |
|---|---|
| tigase.muc | |
| tigase.muc.repository | |
| tigase.muc.repository.inmemory |
| Modifier and Type | Method and Description |
|---|---|
<T> RoomWithId<T> |
Room.RoomFactory.newInstance(T id,
RoomConfig rc,
Date creationDate,
tigase.xmpp.jid.BareJID creatorJid) |
<T> RoomWithId<T> |
Room.RoomFactoryImpl.newInstance(T id,
RoomConfig rc,
Date creationDate,
tigase.xmpp.jid.BareJID creatorJid) |
| Modifier and Type | Method and Description |
|---|---|
RoomWithId<Long> |
JDBCMucDAO.getRoom(tigase.xmpp.jid.BareJID roomJID) |
RoomWithId<ID> |
IMucDAO.getRoom(tigase.xmpp.jid.BareJID roomJID) |
RoomWithId |
MucDAOMDBean.getRoom(tigase.xmpp.jid.BareJID roomJID) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MucDAOMDBean.createRoom(RoomWithId room) |
ID |
IMucDAO.createRoom(RoomWithId<ID> room) |
Long |
JDBCMucDAO.createRoom(RoomWithId<Long> room) |
Map<tigase.xmpp.jid.BareJID,Affiliation> |
MucDAOMDBean.getAffiliations(RoomWithId room) |
Map<tigase.xmpp.jid.BareJID,Affiliation> |
IMucDAO.getAffiliations(RoomWithId<ID> room) |
Map<tigase.xmpp.jid.BareJID,Affiliation> |
JDBCMucDAO.getAffiliations(RoomWithId<Long> room) |
void |
IMucDAO.setAffiliation(RoomWithId<ID> room,
tigase.xmpp.jid.BareJID jid,
Affiliation affiliation) |
void |
JDBCMucDAO.setAffiliation(RoomWithId<Long> room,
tigase.xmpp.jid.BareJID jid,
Affiliation affiliation) |
void |
MucDAOMDBean.setAffiliation(RoomWithId room,
tigase.xmpp.jid.BareJID jid,
Affiliation affiliation) |
void |
IMucDAO.setSubject(RoomWithId<ID> room,
String subject,
String creatorNickname,
Date changeDate) |
void |
JDBCMucDAO.setSubject(RoomWithId<Long> room,
String subject,
String creatorNickname,
Date changeDate) |
void |
MucDAOMDBean.setSubject(RoomWithId room,
String subject,
String creatorNickname,
Date changeDate) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<tigase.xmpp.jid.BareJID,RoomWithId> |
InMemoryMucRepository.rooms |
Copyright © 2007–2019 "Tigase, Inc.". All rights reserved.