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 PEPService
PEPServiceManager. create(org.xmpp.packet.JID owner)
PEPService
PEPServiceManager. getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier)
Retrieves a PEP service -- attempting first from memory, then from the database.PEPService
PEPServiceManager. getPEPService(PubSubService.UniqueIdentifier uniqueIdentifier, boolean autoCreate)
Retrieves a PEP service -- attempting first from memory, then from the database.PEPService
PEPServiceManager. getPEPService(org.xmpp.packet.JID jid)
Retrieves a PEP service -- attempting first from memory, then from the database.PEPService
PEPServiceManager. 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 void
IQPEPHandler. addSubscriptionForRosterItems(PEPService pepService)
Populates the PEPService instance with subscriptions.void
PEPServiceManager. process(PEPService service, org.xmpp.packet.IQ iq)
void
PEPServiceManager. 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 PEPService
CachingPubsubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)
PEPService
DefaultPubSubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)
PEPService
InMemoryPubSubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)
PEPService
PubSubPersistenceProvider. loadPEPServiceFromDB(org.xmpp.packet.JID jid)
Loads a PEP service from the database, if it exists.
-