xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.queuemsg.TopicEntry

Packages that use TopicEntry
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.qos   
 

Uses of TopicEntry in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as TopicEntry
private  TopicEntry TopicHandler.topicEntry
           
 

Methods in org.xmlBlaster.engine that return TopicEntry
private  TopicEntry TopicHandler.persistTopicEntry()
          Create or access the cached persistence storage entry of this topic.
 

Methods in org.xmlBlaster.engine with parameters of type TopicEntry
 int RequestBroker.addPersistentTopicHandler(TopicEntry topicEntry)
          Make the topicHandler persistent for crash recovery and shutdown/startup cycle.
 int RequestBroker.changePersistentTopicHandler(TopicEntry topicEntry)
          Remove the persistent TopicHandler entry.
private  boolean TopicHandler.persistTopic(TopicEntry entry)
           
 int RequestBroker.removePersistentTopicHandler(TopicEntry topicEntry)
          Remove the persistent TopicHandler entry.
 

Uses of TopicEntry in org.xmlBlaster.engine.qos
 

Fields in org.xmlBlaster.engine.qos declared as TopicEntry
private  TopicEntry PublishQosServer.topicEntry
           
 

Methods in org.xmlBlaster.engine.qos that return TopicEntry
 TopicEntry PublishQosServer.getTopicEntry()
           
 

Methods in org.xmlBlaster.engine.qos with parameters of type TopicEntry
 void PublishQosServer.setTopicEntry(TopicEntry topicEntry)
          The PublishQosServer supports to transport a topicEntry instance
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.