Package tigase.eventbus.component.stores
Class AffiliationStore
- java.lang.Object
-
- tigase.eventbus.component.stores.AffiliationStore
-
@Bean(name="affiliations", parent=EventBusComponent.class, active=true) public class AffiliationStore extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AffiliationStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AffiliationgetAffiliation(JID jid)JID[]getAllowedSubscribers()voidputAffiliation(JID jid, Affiliation affiliation)voidremoveAffiliation(JID jid)voidsetAllowedSubscribers(JID[] allowedSubscribers)
-
-
-
Method Detail
-
getAffiliation
public Affiliation getAffiliation(JID jid)
-
getAllowedSubscribers
public JID[] getAllowedSubscribers()
-
setAllowedSubscribers
public void setAllowedSubscribers(JID[] allowedSubscribers)
-
putAffiliation
public void putAffiliation(JID jid, Affiliation affiliation)
-
removeAffiliation
public void removeAffiliation(JID jid)
-
-