Uses of Class
org.jivesoftware.openfire.pep.PEPService
-
Packages that use PEPService Package Description org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163).org.jivesoftware.openfire.pubsub Implementation of Publish-Subscribe (XEP-0060). -
-
Uses of PEPService in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return PEPService Modifier and Type Method Description PEPServicePEPServiceManager. create(org.xmpp.packet.JID owner)PEPServicePEPServiceManager. getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier)Retrieves a PEP service -- attempting first from memory, then from the database.PEPServicePEPServiceManager. getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier, boolean autoCreate)Retrieves a PEP service -- attempting first from memory, then from the database.PEPServicePEPServiceManager. getPEPService(org.xmpp.packet.JID jid)Retrieves a PEP service -- attempting first from memory, then from the database.PEPServicePEPServiceManager. getPEPService(org.xmpp.packet.JID jid, boolean autoCreate)Retrieves a PEP service -- attempting first from memory, then from the database.Methods in org.jivesoftware.openfire.pep with parameters of type PEPService Modifier and Type Method Description voidIQPEPHandler. addSubscriptionForRosterItems(PEPService pepService)Populates the PEPService instance with subscriptions.voidPEPServiceManager. process(PEPService service, org.xmpp.packet.IQ iq)voidPEPServiceManager. start(PEPService pepService) -
Uses of PEPService in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return PEPService Modifier and Type Method Description PEPServiceCachingPubsubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)PEPServiceDefaultPubSubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)PEPServiceInMemoryPubSubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)PEPServicePubSubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)Loads a PEP service from the database, if it exists.
-