Uses of Class
tigase.xmpp.impl.roster.RosterAbstract
-
Packages that use RosterAbstract Package Description tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.push tigase.xmpp.impl.roster -
-
Uses of RosterAbstract in tigase.xmpp.impl
Fields in tigase.xmpp.impl declared as RosterAbstract Modifier and Type Field Description protected RosterAbstractInvisibleCommand. roster_utilprotected static RosterAbstractJabberIqPrivacy. roster_utilprotected RosterAbstractJabberIqRoster. roster_utilinstance of class implementingRosterAbstractprotected RosterAbstractPresenceAbstract. roster_utilMethods in tigase.xmpp.impl that return RosterAbstract Modifier and Type Method Description protected RosterAbstractInvisibleCommand. getRosterUtil()protected RosterAbstractJabberIqRoster. getRosterUtil()Returns shared instance of class implementingRosterAbstract- either default one (RosterFlat) or the one configured with "roster-implementation" property.protected static RosterAbstractLastActivity. getRosterUtil()protected static RosterAbstractPresenceAbstract. 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 RosterAbstract Modifier and Type Method Description static voidPresenceState. broadcastOffline(XMPPResourceConnection session, java.util.Queue<Packet> results, java.util.Map<java.lang.String,java.lang.Object> settings, RosterAbstract roster_util)sendPresenceBroadcastmethod broadcasts given presence to all buddies from roster and to all users to which direct presence was sent.static PrivacyListPrivacyList. create(XMPPResourceConnection session, RosterAbstract rosterUtil, Element el)protected static booleanPresenceAbstract. requiresPresenceSending(RosterAbstract roster, JID buddy, XMPPResourceConnection session, boolean systemCheck)Method checks whether a given contact requires sending presence.static voidPresenceState. sendPresenceBroadcast(StanzaType t, XMPPResourceConnection session, java.util.EnumSet<RosterAbstract.SubscriptionType> subscrs, java.util.Queue<Packet> results, Element pres, java.util.Map<java.lang.String,java.lang.Object> settings, RosterAbstract roster_util)sendPresenceBroadcastmethod 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 RosterAbstract Modifier and Type Field Description protected RosterAbstractIgnoreFromUnknownFilter. roster_util -
Uses of RosterAbstract in tigase.xmpp.impl.roster
Subclasses of RosterAbstract in tigase.xmpp.impl.roster Modifier and Type Class Description classRosterFlatDescribe class RosterFlat here.Methods in tigase.xmpp.impl.roster that return RosterAbstract Modifier and Type Method Description static RosterAbstractRosterFactory. getRosterImplementation(boolean shared_impl)Creates new instance of class implementingRosterAbstract- either default one (RosterFlat) or the one configured with "roster-implementation" property.static RosterAbstractRosterFactory. newRosterInstance(java.lang.String class_name)
-