xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.protocol.I_CallbackDriver

Packages that use I_CallbackDriver
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.protocol   
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.local   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.util Java helper classes for server and client programming. 
 

Uses of I_CallbackDriver in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as I_CallbackDriver
private  I_CallbackDriver CbDispatchConnection.cbDriver
           
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol
 

Methods in org.xmlBlaster.protocol that return I_CallbackDriver
 I_CallbackDriver CbProtocolManager.getNewCbProtocolDriverInstance(java.lang.String driverType)
          Creates a new instance of the given protocol driver type.
 I_CallbackDriver CbProtocolManager.getPlugin(java.lang.String type, java.lang.String version)
          Return a specific plugin, every call will create a new plugin instance.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.corba
 

Classes in org.xmlBlaster.protocol.corba that implement I_CallbackDriver
 class CallbackCorbaDriver
          This object sends a MsgUnitRaw back to a client using Corba.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.email
 

Classes in org.xmlBlaster.protocol.email that implement I_CallbackDriver
 class CallbackEmailDriver
          Sends a MsgUnitRaw back to a client using Email.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.jdbc
 

Classes in org.xmlBlaster.protocol.jdbc that implement I_CallbackDriver
 class CallbackJdbcDriver
          This object sends a MsgUnitRaw back to a client using jdbc interface, in the same JVM.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.local
 

Classes in org.xmlBlaster.protocol.local that implement I_CallbackDriver
 class CallbackLocalDriver
          A server callback driver for in jvm calls.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.rmi
 

Classes in org.xmlBlaster.protocol.rmi that implement I_CallbackDriver
 class CallbackRmiDriver
          This object sends a MsgUnitRaw back to a client using RMI.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.socket
 

Classes in org.xmlBlaster.protocol.socket that implement I_CallbackDriver
 class CallbackSocketDriver
          One instance of this for each client to send him callback.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.stomp
 

Classes in org.xmlBlaster.protocol.stomp that implement I_CallbackDriver
 class XbStompInOutBridge
          Protocol bridge, to bridge between xmlBlaster and STOMP protocol.
 

Uses of I_CallbackDriver in org.xmlBlaster.protocol.xmlrpc
 

Classes in org.xmlBlaster.protocol.xmlrpc that implement I_CallbackDriver
 class CallbackXmlRpcDriver
          This object sends a MsgUnitRaw back to a client using XMLRPC interface, in the same JVM.
 class CallbackXmlRpcDriverSingleChannel
          This object sends a MsgUnitRaw back to a client using XMLRPC interface, in the same JVM.
 

Uses of I_CallbackDriver in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return I_CallbackDriver
 I_CallbackDriver Global.getNativeCallbackDriver(java.lang.String key)
          The key is the protocol and the address to access the callback instance.
 

Methods in org.xmlBlaster.util with parameters of type I_CallbackDriver
 void Global.addNativeCallbackDriver(java.lang.String key, I_CallbackDriver driver)
          The key is the protocol and the address to access the callback instance.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.