Uses of Class
org.jivesoftware.util.NotFoundException
-
Packages that use NotFoundException Package Description org.jivesoftware.openfire.crowd org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.vcard -
-
Uses of NotFoundException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw NotFoundException Modifier and Type Method Description org.dom4j.ElementCrowdVCardProvider. updateVCard(String username, org.dom4j.Element vCard) -
Uses of NotFoundException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw NotFoundException Modifier and Type Method Description voidMultiUserChatManager. removeMultiUserChatService(Long serviceID)Deletes a configured MultiUserChatService by ID, and shuts it down.voidMultiUserChatManager. removeMultiUserChatService(String subdomain)Deletes a configured MultiUserChatService by subdomain, and shuts it down.voidMUCRoom. sendPrivatePacket(org.xmpp.packet.Packet packet, MUCRole senderRole)Sends a private packet to a selected occupant.voidMultiUserChatManager. updateMultiUserChatService(Long serviceID, String subdomain, String description)Updates the configuration of a MUC service.voidMultiUserChatManager. updateMultiUserChatService(String cursubdomain, String newsubdomain, String description)Updates the configuration of a MUC service. -
Uses of NotFoundException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw NotFoundException Modifier and Type Method Description voidLocalMUCRoom. sendPrivatePacket(org.xmpp.packet.Packet packet, MUCRole senderRole) -
Uses of NotFoundException in org.jivesoftware.openfire.vcard
Methods in org.jivesoftware.openfire.vcard that throw NotFoundException Modifier and Type Method Description org.dom4j.ElementDefaultVCardProvider. updateVCard(String username, org.dom4j.Element vCardElement)org.dom4j.ElementVCardProvider. updateVCard(String username, org.dom4j.Element vCardElement)Updates the user vcard in the backend store.
-