|
xmlBlaster 2.2.0 client API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
---|
Methods in org.xmlBlaster.client with parameters of type UpdateQos | |
---|---|
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. |
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)
|
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.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 client API | |||||||||
PREV NEXT | FRAMES NO FRAMES |