Uses of Class
org.jivesoftware.openfire.muc.spi.OccupantManager
-
Packages that use OccupantManager Package Description org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045). -
-
Uses of OccupantManager in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return OccupantManager Modifier and Type Method Description OccupantManagerMultiUserChatService. getOccupantManager() -
Uses of OccupantManager in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return OccupantManager Modifier and Type Method Description OccupantManagerMultiUserChatServiceImpl. getOccupantManager()Methods in org.jivesoftware.openfire.muc.spi with parameters of type OccupantManager Modifier and Type Method Description Set<OccupantManager.Occupant>LocalMUCRoomManager. restoreCacheContentAfterJoin(OccupantManager occupantManager)When the local node is joining or leaving a cluster,CacheFactorywill swap the implementation used to instantiate caches.
-