Package tigase.pubsub
Interface IPubSubConfig
-
- All Known Implementing Classes:
PubSubConfig
public interface IPubSubConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getAdmins()tigase.xmpp.jid.JIDgetComponentJID()java.lang.StringgetComponentName()longgetDelayOnLowMemory()java.lang.IntegergetMaxCacheSize()tigase.xmpp.jid.BareJIDgetServiceBareJID()booleanisAdmin(tigase.xmpp.jid.BareJID jid)booleanisAdmin(tigase.xmpp.jid.JID jid)booleanisAutoSubscribeNodeCreator()booleanisHighMemoryUsage()booleanisMAMEnabled()booleanisMAMEnabledForGenericService()booleanisPepPeristent()booleanisPepRemoveEmptyGeoloc()booleanisSendLastPublishedItemOnPresence()booleanisSubscribeByPresenceFilteredNotifications()
-
-
-
Method Detail
-
getAdmins
java.lang.String[] getAdmins()
-
getComponentName
java.lang.String getComponentName()
-
getComponentJID
tigase.xmpp.jid.JID getComponentJID()
-
getDelayOnLowMemory
long getDelayOnLowMemory()
-
getMaxCacheSize
java.lang.Integer getMaxCacheSize()
-
getServiceBareJID
tigase.xmpp.jid.BareJID getServiceBareJID()
-
isAutoSubscribeNodeCreator
boolean isAutoSubscribeNodeCreator()
-
isAdmin
boolean isAdmin(tigase.xmpp.jid.BareJID jid)
-
isAdmin
boolean isAdmin(tigase.xmpp.jid.JID jid)
-
isMAMEnabled
boolean isMAMEnabled()
-
isMAMEnabledForGenericService
boolean isMAMEnabledForGenericService()
-
isPepPeristent
boolean isPepPeristent()
-
isPepRemoveEmptyGeoloc
boolean isPepRemoveEmptyGeoloc()
-
isSendLastPublishedItemOnPresence
boolean isSendLastPublishedItemOnPresence()
-
isSubscribeByPresenceFilteredNotifications
boolean isSubscribeByPresenceFilteredNotifications()
-
isHighMemoryUsage
boolean isHighMemoryUsage()
-
-