xmlBlaster 2.2.0 client API

Uses of Interface
org.xmlBlaster.client.I_Callback

Packages that use I_Callback
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 I_Callback in javaclients
 

Classes in javaclients that implement I_Callback
 class AllProtocols
          This client connects to xmlBlaster and invokes all available methods with all available protocols.
 class ClientSub
          This client tests the method subscribe() with a later publish() with XPath query.
The subscribe() should be recognized for this later arriving publish().
 class ClientSubDispatch
          This client demonstrates the method subscribe() with a later publish().
 class ClientXml
          This client tests the method subscribe()/publish() with XML syntax key and XPath query using the DefaultCallback implementation.
 class HelloWorldMime
          This client connects to xmlBlaster and invokes all available methods, further we show how to do a full text message filtering by looking into the xml message content and filter with XPath.
 class HelloWorldSubscribe
          This client connects to xmlBlaster and subscribes to messages.
 class HelloWorldVolatile
          This client connects to xmlBlaster and publishes a volatile message.
 class HelloWorldVolatile2
          This client connects to xmlBlaster and publishes a volatile message.
 class Latency
          Measure the brutto roundtrip latency of a message publish and update.
 

Uses of I_Callback in org.xmlBlaster.client
 

Classes in org.xmlBlaster.client that implement I_Callback
 class JavascriptCallback
          Forwards callback messages to Javascript code.
 class StreamingCallback
          StreamingCallback
 class XmlBlasterAccess
          This is the default implementation of the java client side remote access to xmlBlaster.
 

Methods in org.xmlBlaster.client that return I_Callback
 I_Callback UpdateDispatcher.getCallback(java.lang.String subscriptionId)
          Access a callback interface for the given subscriptionId
 I_Callback[] UpdateDispatcher.getCallbacks()
          Returns a current snapshot (shallow copy).
 I_Callback XmlBlasterAccess.getUpdateListener()
          The implementation which receives the callback messages.
 I_Callback UpdateDispatcher.removeCallback(java.lang.String subscriptionId)
          Remove the callback interface for the given subscriptionId
 

Methods in org.xmlBlaster.client with parameters of type I_Callback
 void UpdateDispatcher.addCallback(java.lang.String subscriptionId, I_Callback callback, boolean isPersistent)
          Register a callback interface with the given subscriptionId
 ConnectReturnQos XmlBlasterAccess.connect(ConnectQos qos, I_Callback updateListener)
           
 ConnectReturnQos I_XmlBlasterAccess.connect(ConnectQos qos, I_Callback updateListener)
          Login to xmlBlaster.
 void XmlBlasterAccess.setUpdateListener(I_Callback updateListener)
          Register a listener to receive the callback messages.
 SubscribeReturnQos XmlBlasterAccess.subscribe(java.lang.String xmlKey, java.lang.String qos, I_Callback cb)
           
 SubscribeReturnQos I_XmlBlasterAccess.subscribe(java.lang.String xmlKey, java.lang.String xmlQos, I_Callback cb)
          Subscribe to messages.
 SubscribeReturnQos XmlBlasterAccess.subscribe(SubscribeKey subscribeKey, SubscribeQos subscribeQos, I_Callback cb)
           
 SubscribeReturnQos I_XmlBlasterAccess.subscribe(SubscribeKey subscribeKey, SubscribeQos subscribeQos, I_Callback cb)
          This subscribe variant allows to specify a specialized callback for updated messages.
 

Uses of I_Callback in org.xmlBlaster.client.jmx
 

Classes in org.xmlBlaster.client.jmx that implement I_Callback
 class NotificationHandler
          Client-sided NotificationHandler
Takes subscribtions to Notifications from clients.
 class XmlBlasterInvocationHandler
           
 

Uses of I_Callback in org.xmlBlaster.client.protocol
 

Subinterfaces of I_Callback in org.xmlBlaster.client.protocol
 interface I_CallbackExtended
          This is a little helper interface which which extends the I_Callback and I_CallbackRaw interface to become suited for protocols like xml-rpc.
 

Classes in org.xmlBlaster.client.protocol that implement I_Callback
 class AbstractCallbackExtended
          This is a little abstract helper class which extends the I_CallbackExtended interface to become suited for protocols like xml-rpc.
 

Uses of I_Callback in org.xmlBlaster.client.reader
 

Classes in org.xmlBlaster.client.reader that implement I_Callback
 class SubscribeMessage
          Subscribe from command line for a message.
 

Uses of I_Callback in org.xmlBlaster.client.script
 

Classes in org.xmlBlaster.client.script that implement I_Callback
 class StreamCallback
          StreamCallback is a sample implementation of the I_Callback interface which provides basic functionality as a callback to the XmlScriptInterpreter.
 class XmlScriptClient
          XmlScriptClient
 

Constructors in org.xmlBlaster.client.script with parameters of type I_Callback
XmlScriptClient(Global glob, I_XmlBlasterAccess access, I_Callback callback, java.util.HashMap attachments, java.io.OutputStream out)
          This constructor is the most generic one (more degrees of freedom)
 

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

Classes in org.xmlBlaster.util.admin.extern that implement I_Callback
 class XmlBlasterConnector
          XmlBlasterConnector is a tiny embedded xmlBlaster server instance.
 

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

Classes in org.xmlBlaster.util.dispatch.plugins.prio that implement I_Callback
 class XmlBlasterNativeClient
          Helper class encapsulates xmlBlaster access for PriorizedDispatchPlugin.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.