Package tigase.eventbus.component.stores
Class AffiliationStore
java.lang.Object
tigase.eventbus.component.stores.AffiliationStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAffiliation
(tigase.xmpp.jid.JID jid) tigase.xmpp.jid.JID[]
void
putAffiliation
(tigase.xmpp.jid.JID jid, Affiliation affiliation) void
removeAffiliation
(tigase.xmpp.jid.JID jid) void
setAllowedSubscribers
(tigase.xmpp.jid.JID[] allowedSubscribers)
-
Constructor Details
-
AffiliationStore
public AffiliationStore()
-
-
Method Details
-
getAffiliation
-
getAllowedSubscribers
public tigase.xmpp.jid.JID[] getAllowedSubscribers() -
setAllowedSubscribers
public void setAllowedSubscribers(tigase.xmpp.jid.JID[] allowedSubscribers) -
putAffiliation
-
removeAffiliation
public void removeAffiliation(tigase.xmpp.jid.JID jid)
-