xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.client.qos.UpdateQos

Packages that use UpdateQos
javaclients Java examples, start reading the HelloWorld clients. 
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.jmx   
org.xmlBlaster.client.protocol   
org.xmlBlaster.client.reader   
org.xmlBlaster.client.script   
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.filewriter   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.cluster   
org.xmlBlaster.jms   
org.xmlBlaster.protocol.http   
org.xmlBlaster.protocol.http.ajax   
org.xmlBlaster.protocol.http.appletproxy   
org.xmlBlaster.test Tests running xmlBlaster instances with ugly behaving clients. 
org.xmlBlaster.test.admin   
org.xmlBlaster.test.authentication   
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
org.xmlBlaster.test.client   
org.xmlBlaster.test.contrib.filewatcher   
org.xmlBlaster.test.j2ee   
org.xmlBlaster.test.jmx   
org.xmlBlaster.test.memoryleak   
org.xmlBlaster.test.mime   
org.xmlBlaster.test.persistence   
org.xmlBlaster.test.qos   
org.xmlBlaster.test.stress   
org.xmlBlaster.test.topic   
org.xmlBlaster.test.util   
org.xmlBlaster.util.admin.extern   
org.xmlBlaster.util.dispatch.plugins.prio   
 

Uses of UpdateQos in javaclients
 

Methods in javaclients with parameters of type UpdateQos
 java.lang.String ClientXml.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String AllProtocols.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String HelloWorldVolatile2.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String ClientSubDispatch.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String Latency.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String HelloWorldMime.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String HelloWorldSubscribe.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Here the messages from xmlBlaster arrive.
 java.lang.String HelloWorldVolatile.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String ClientSub.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.client
 

Fields in org.xmlBlaster.client declared as UpdateQos
private  UpdateQos StreamingCallback.ExecutionThread.updateQos_
           
 

Methods in org.xmlBlaster.client with parameters of type UpdateQos
private  ClientProperty StreamingCallback.getProp(java.lang.String key, UpdateQos qos)
           
private  boolean StreamingCallback.isFirstChunk(UpdateQos qos)
           
private  boolean StreamingCallback.isLastChunk(UpdateQos qos)
           
private  void StreamingCallback.storeEntry(java.lang.String cbSessId, UpdateKey key, byte[] cont, UpdateQos qos)
           
 java.lang.String XmlBlasterAccess.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String StreamingCallback.update(java.lang.String cbSessId, UpdateKey updKey, byte[] cont, UpdateQos updQos)
           
 java.lang.String I_Callback.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode about a new message.
 boolean SynchronousCache.update(java.lang.String subId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Updated the cache (add a new entry or replaces an existing or removes one).
 java.lang.String JavascriptCallback.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String I_StreamingCallback.update(java.lang.String cbSessionId, UpdateKey updateKey, java.io.InputStream contentStream, UpdateQos updateQos)
          This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode about a new message.
private  java.lang.String StreamingCallback.updateInternal(java.lang.String cbSessId, UpdateKey updKey, byte[] cont, UpdateQos updQos, boolean isExternal)
           
 java.lang.String StreamingCallback.updateNewMessage(java.lang.String cbSessId, UpdateKey updKey, byte[] cont, UpdateQos updQos)
           
 java.lang.String StreamingCallback.updateStraight(java.lang.String cbSessId, UpdateKey updKey, byte[] cont, UpdateQos updQos)
           
 

Constructors in org.xmlBlaster.client with parameters of type UpdateQos
StreamingCallback.ExecutionThread(java.lang.String cbSessId, UpdateKey updKey, byte[] content, UpdateQos updQos)
           
 

Uses of UpdateQos in org.xmlBlaster.client.jmx
 

Methods in org.xmlBlaster.client.jmx with parameters of type UpdateQos
 java.lang.String XmlBlasterInvocationHandler.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Update invoked, when Message on subscribed Topic is received.
 java.lang.String NotificationHandler.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.client.protocol
 

Methods in org.xmlBlaster.client.protocol with parameters of type UpdateQos
abstract  java.lang.String AbstractCallbackExtended.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          The class which extends AbstractCallbackExtended must implement this method.
 

Uses of UpdateQos in org.xmlBlaster.client.reader
 

Methods in org.xmlBlaster.client.reader with parameters of type UpdateQos
 java.lang.String SubscribeMessage.update(java.lang.String loginName, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.client.script
 

Methods in org.xmlBlaster.client.script with parameters of type UpdateQos
 java.lang.String StreamCallback.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Enforced by I_Callback
 java.lang.String XmlScriptClient.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String XmlScriptInterpreter.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          If a callback handler was registered, we will be notified here about updates as well
 

Uses of UpdateQos in org.xmlBlaster.contrib
 

Methods in org.xmlBlaster.contrib with parameters of type UpdateQos
 java.lang.String MomEventEngine.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.contrib.dbwatcher.mom
 

Methods in org.xmlBlaster.contrib.dbwatcher.mom with parameters of type UpdateQos
 java.lang.String XmlBlasterPublisher.update(java.lang.String s, UpdateKey k, byte[] content, UpdateQos q)
          Dummy implementation, PtP messages could arrive here which are ignored.
 

Uses of UpdateQos in org.xmlBlaster.contrib.filewriter
 

Methods in org.xmlBlaster.contrib.filewriter with parameters of type UpdateQos
 java.lang.String FileWriter.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.contrib.replication.impl
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type UpdateQos
private  java.lang.String ReplManagerPlugin.processDeadLetter(UpdateQos qos)
           
 java.lang.String ReplManagerPlugin.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          It receives events from all ReplicationConverter instances which want to register themselves for administration of initial updates.
 

Uses of UpdateQos in org.xmlBlaster.engine
 

Methods in org.xmlBlaster.engine with parameters of type UpdateQos
private  void DeadMessageDumper.dumpMessage(UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Dump dead message to hard disk.
 

Uses of UpdateQos in org.xmlBlaster.engine.cluster
 

Methods in org.xmlBlaster.engine.cluster with parameters of type UpdateQos
 java.lang.String ClusterNode.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.jms
 

Methods in org.xmlBlaster.jms with parameters of type UpdateQos
 java.lang.String XBMessageConsumer.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String XBSession.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.protocol.http
 

Methods in org.xmlBlaster.protocol.http with parameters of type UpdateQos
 java.lang.String HttpPushHandler.update(java.lang.String sessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Pushes received message back to browser or applet.
 

Uses of UpdateQos in org.xmlBlaster.protocol.http.ajax
 

Methods in org.xmlBlaster.protocol.http.ajax with parameters of type UpdateQos
 java.lang.String BlasterInstance.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.protocol.http.appletproxy
 

Methods in org.xmlBlaster.protocol.http.appletproxy with parameters of type UpdateQos
 java.lang.String PushHandler.update(java.lang.String sessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Pushes received message back to browser or applet.
 

Uses of UpdateQos in org.xmlBlaster.test
 

Fields in org.xmlBlaster.test declared as UpdateQos
private  UpdateQos Msg.updateQos
           
 

Methods in org.xmlBlaster.test that return UpdateQos
 UpdateQos Msg.getUpdateQos()
           
 

Methods in org.xmlBlaster.test with parameters of type UpdateQos
 java.lang.String MsgInterceptor.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method (I_Callback) invoked from xmlBlaster It directly calls the update method from the testsuite (delegation)
 java.lang.String MsgInterceptor.update(java.lang.String cbSessionId, UpdateKey updateKey, java.io.InputStream is, UpdateQos updateQos)
          This is the callback method (I_StreamingCallback) invoked from xmlBlaster It directly calls the update method from the testsuite (delegation)
 

Constructors in org.xmlBlaster.test with parameters of type UpdateQos
Msg(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.test.admin
 

Methods in org.xmlBlaster.test.admin with parameters of type UpdateQos
 java.lang.String TestAdminGet.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.test.authentication
 

Methods in org.xmlBlaster.test.authentication with parameters of type UpdateQos
 java.lang.String TestLogin.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSession.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestHtpasswdAuthorization.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String TestLogout.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.test.classtest
 

Methods in org.xmlBlaster.test.classtest with parameters of type UpdateQos
 java.lang.String EventPluginTest.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          here come the updates for the test client.
 

Uses of UpdateQos in org.xmlBlaster.test.client
 

Methods in org.xmlBlaster.test.client with parameters of type UpdateQos
 java.lang.String TestFilePollerPlugin.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String TestCommand.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String TestFailSafeAsync.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestPersistentSession.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String TestLocalProtocol.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestStreamMessages.update(java.lang.String cbSessionId, UpdateKey updateKey, java.io.InputStream is, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.test.contrib.filewatcher
 

Methods in org.xmlBlaster.test.contrib.filewatcher with parameters of type UpdateQos
 java.lang.String TestFileWatcherPlugin.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 

Uses of UpdateQos in org.xmlBlaster.test.j2ee
 

Methods in org.xmlBlaster.test.j2ee with parameters of type UpdateQos
 java.lang.String TestJ2eeServices.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.jmx
 

Methods in org.xmlBlaster.test.jmx with parameters of type UpdateQos
 java.lang.String TestConnector.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.memoryleak
 

Methods in org.xmlBlaster.test.memoryleak with parameters of type UpdateQos
 java.lang.String TestThreadLeak.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.mime
 

Methods in org.xmlBlaster.test.mime with parameters of type UpdateQos
 java.lang.String TestXPathSubscribeFilter.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubscribeFilter.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.persistence
 

Methods in org.xmlBlaster.test.persistence with parameters of type UpdateQos
 java.lang.String TestPersistence.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestPersistenceXMLDB.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.qos
 

Fields in org.xmlBlaster.test.qos declared as UpdateQos
private  UpdateQos TestSub.updateQos
           
 

Methods in org.xmlBlaster.test.qos with parameters of type UpdateQos
 java.lang.String TestSubLostClient.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestPtDQueue.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestReconnectSameClientOnly.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String TestSubMulti.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestErase.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubExact.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubId.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubNewestOnly.update(java.lang.String cbSessionId_, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestCallback.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestPtD.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubNoInitial.update(java.lang.String cbSessionId_, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubNoDup.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestPubForce.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestCorbaThreads.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          These update() methods are enforced by I_CallbackExtended.
 java.lang.String TestSubManyClients.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestClientProperty.update(java.lang.String cbSessionId_, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubGet.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestUpdateClientException.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubDispatch.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestUnSub.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSubNoLocal.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
           
 java.lang.String TestPub.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestSub.update(java.lang.String cbSessionId_, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.stress
 

Methods in org.xmlBlaster.test.stress with parameters of type UpdateQos
 java.lang.String LoadTestSub.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String BigMessage.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String MassiveSubTest.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.topic
 

Methods in org.xmlBlaster.test.topic with parameters of type UpdateQos
 java.lang.String TestTopicLifeCycle.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 java.lang.String TestTopicHistory.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          This is the callback method invoked from xmlBlaster delivering us a new asynchronous message.
 

Uses of UpdateQos in org.xmlBlaster.test.util
 

Methods in org.xmlBlaster.test.util with parameters of type UpdateQos
 java.lang.String Client.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Enforced by I_Callback.
 

Uses of UpdateQos in org.xmlBlaster.util.admin.extern
 

Methods in org.xmlBlaster.util.admin.extern with parameters of type UpdateQos
 java.lang.String XmlBlasterConnector.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          update() is invoked, when a methodInvocation for the given key arrives MethodInvocation is deserialized, the method is invoked and the return value is stored (within the MethodInvocation Object)
 

Uses of UpdateQos in org.xmlBlaster.util.dispatch.plugins.prio
 

Methods in org.xmlBlaster.util.dispatch.plugins.prio with parameters of type UpdateQos
 java.lang.String XmlBlasterNativeClient.update(java.lang.String cbSessionId, UpdateKey updateKey, byte[] content, UpdateQos updateQos)
          Callback from xmlBlaster core
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.