Uses of Class
tigase.xmpp.impl.roster.RosterAbstract
Packages that use RosterAbstract
Package
Description
Package containing implementation of all Session Manager plugins
-
Uses of RosterAbstract in tigase.xmpp.impl
Fields in tigase.xmpp.impl declared as RosterAbstractModifier and TypeFieldDescriptionprotected RosterAbstract
InvisibleCommand.roster_util
protected static RosterAbstract
JabberIqPrivacy.roster_util
protected RosterAbstract
JabberIqRoster.roster_util
instance of class implementingRosterAbstract
protected RosterAbstract
PresenceAbstract.roster_util
Methods in tigase.xmpp.impl that return RosterAbstractModifier and TypeMethodDescriptionprotected RosterAbstract
InvisibleCommand.getRosterUtil()
protected RosterAbstract
JabberIqRoster.getRosterUtil()
Returns shared instance of class implementingRosterAbstract
- either default one (RosterFlat
) or the one configured with "roster-implementation" property.protected static RosterAbstract
LastActivity.getRosterUtil()
protected static RosterAbstract
PresenceAbstract.getRosterUtil()
Returns shared instance of class implementingRosterAbstract
- either default one (RosterFlat
) or the one configured with "roster-implementation" property.Methods in tigase.xmpp.impl with parameters of type RosterAbstractModifier and TypeMethodDescriptionstatic void
PresenceState.broadcastOffline
(XMPPResourceConnection session, Queue<Packet> results, Map<String, Object> settings, RosterAbstract roster_util) sendPresenceBroadcast
method broadcasts given presence to all buddies from roster and to all users to which direct presence was sent.static PrivacyList
PrivacyList.create
(XMPPResourceConnection session, RosterAbstract rosterUtil, Element el) protected static boolean
PresenceAbstract.requiresPresenceSending
(RosterAbstract roster, JID buddy, XMPPResourceConnection session, boolean systemCheck) Method checks whether a given contact requires sending presence.static void
PresenceState.sendPresenceBroadcast
(StanzaType t, XMPPResourceConnection session, EnumSet<RosterAbstract.SubscriptionType> subscrs, Queue<Packet> results, Element pres, Map<String, Object> settings, RosterAbstract roster_util) sendPresenceBroadcast
method broadcasts given presence to all buddies from roster and to all users to which direct presence was sent. -
Uses of RosterAbstract in tigase.xmpp.impl.push
Fields in tigase.xmpp.impl.push declared as RosterAbstractModifier and TypeFieldDescriptionprotected final RosterAbstract
IgnoreFromUnknownFilter.roster_util
Methods in tigase.xmpp.impl.push with parameters of type RosterAbstractModifier and TypeMethodDescriptionprotected void
PushPresence.setRosterUtil
(RosterAbstract rosterUtil) -
Uses of RosterAbstract in tigase.xmpp.impl.roster
Subclasses of RosterAbstract in tigase.xmpp.impl.rosterMethods in tigase.xmpp.impl.roster that return RosterAbstractModifier and TypeMethodDescriptionstatic RosterAbstract
RosterFactory.getRosterImplementation
(boolean shared_impl) Creates new instance of class implementingRosterAbstract
- either default one (RosterFlat
) or the one configured with "roster-implementation" property.static RosterAbstract
RosterFactory.newRosterInstance
(String class_name)