Uses of Class
org.jivesoftware.util.AlreadyExistsException
Packages that use AlreadyExistsException
Package
Description
LDAP code for authentication and user profile information.
Implementation of Multi-User Chat (XEP-0045).
-
Uses of AlreadyExistsException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw AlreadyExistsExceptionModifier and TypeMethodDescriptionorg.dom4j.Element
CrowdVCardProvider.createVCard
(String username, org.dom4j.Element vCardElement) -
Uses of AlreadyExistsException in org.jivesoftware.openfire.ldap
Methods in org.jivesoftware.openfire.ldap that throw AlreadyExistsExceptionModifier and TypeMethodDescriptionorg.dom4j.Element
LdapVCardProvider.createVCard
(String username, org.dom4j.Element vCardElement) Handles when a user creates a new vcard. -
Uses of AlreadyExistsException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw AlreadyExistsExceptionModifier and TypeMethodDescriptionMultiUserChatManager.createMultiUserChatService
(String subdomain, String description, boolean isHidden) Creates a new MUC service and registers it with the manager (which causes a cluster-wide notification to be sent) and starts up the service. -
Uses of AlreadyExistsException in org.jivesoftware.openfire.vcard
Methods in org.jivesoftware.openfire.vcard that throw AlreadyExistsExceptionModifier and TypeMethodDescriptionorg.dom4j.Element
DefaultVCardProvider.createVCard
(String username, org.dom4j.Element vCardElement) org.dom4j.Element
VCardProvider.createVCard
(String username, org.dom4j.Element vCardElement) Creates and saves the new user vcard.