xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.client.I_StreamingCallback

Packages that use I_StreamingCallback
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.test Tests running xmlBlaster instances with ugly behaving clients. 
org.xmlBlaster.test.client   
 

Uses of I_StreamingCallback in org.xmlBlaster.client
 

Fields in org.xmlBlaster.client declared as I_StreamingCallback
private  I_StreamingCallback StreamingCallback.callback
           
 

Methods in org.xmlBlaster.client with parameters of type I_StreamingCallback
 ConnectReturnQos XmlBlasterAccess.connect(ConnectQos qos, I_StreamingCallback streamingUpdateListener, boolean withQueue)
           
 

Constructors in org.xmlBlaster.client with parameters of type I_StreamingCallback
StreamingCallback(Global global, I_StreamingCallback callback)
           
StreamingCallback(Global global, I_StreamingCallback callback, long waitForChunksTimeout, long waitForClientReturnTimeout, boolean useQueue)
           
 

Uses of I_StreamingCallback in org.xmlBlaster.test
 

Classes in org.xmlBlaster.test that implement I_StreamingCallback
 class MsgInterceptor
          Intercepts incoming message in update() and collects them in a Vector for nice handling.
 

Fields in org.xmlBlaster.test declared as I_StreamingCallback
private  I_StreamingCallback MsgInterceptor.streamTestsuite
           
 

Constructors in org.xmlBlaster.test with parameters of type I_StreamingCallback
MsgInterceptor(Global glob, java.util.logging.Logger log, I_Callback testsuite, I_StreamingCallback streamTestsuite)
           
 

Uses of I_StreamingCallback in org.xmlBlaster.test.client
 

Classes in org.xmlBlaster.test.client that implement I_StreamingCallback
 class TestStreamMessages
           This is an interesting example, since it creates a XmlBlaster server instance in the same JVM , but in a separate thread, talking over CORBA with it.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.