xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.qos.SubscribeQosServer

Packages that use SubscribeQosServer
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
 

Uses of SubscribeQosServer in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as SubscribeQosServer
private  SubscribeQosServer SubscriptionInfo.subscribeQos
          reference to 'Quality of Service' of subscribe() / unSubscribe()
 

Methods in org.xmlBlaster.engine that return SubscribeQosServer
 SubscribeQosServer SubscriptionInfo.getSubscribeQosServer()
           
 

Methods in org.xmlBlaster.engine with parameters of type SubscribeQosServer
private  void SubscriptionInfo.init(ServerScope glob, SessionInfo sessionInfo, KeyData keyData, SubscribeQosServer qos)
           
 java.lang.String RequestBroker.subscribe(SessionInfo sessionInfo, QueryKeyData xmlKey, SubscribeQosServer subscribeQos)
           
 void SubscriptionInfo.update(SubscribeQosServer newQos)
          Supports limited reconfiguration with the given newQos.
static void SubscriptionInfo.verifySubscriptionId(boolean isClusterNode, SessionName sessionName, QueryKeyData xmlKey, SubscribeQosServer subscribeQos)
           
 

Constructors in org.xmlBlaster.engine with parameters of type SubscribeQosServer
SubscriptionInfo(ServerScope glob, SessionInfo sessionInfo, KeyData keyData, SubscribeQosServer qos)
          Use this constructor for an exact subscription.
 

Uses of SubscribeQosServer in org.xmlBlaster.engine.cluster
 

Methods in org.xmlBlaster.engine.cluster with parameters of type SubscribeQosServer
 SubscribeReturnQos ClusterManager.forwardSubscribe(SessionInfo publisherSession, QueryKeyData xmlKey, SubscribeQosServer subscribeQos)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.