|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of I_CallbackServer in org.xmlBlaster.client |
| Methods in org.xmlBlaster.client that return I_CallbackServer | |
I_CallbackServer |
XmlBlasterAccess.initCbServer(java.lang.String loginName,
CallbackAddress callbackAddress)
|
I_CallbackServer |
XmlBlasterAccess.getCbServer()
Access the callback server. |
I_CallbackServer |
I_XmlBlasterAccess.initCbServer(java.lang.String loginName,
CallbackAddress callbackAddress)
Create a new instance of the desired protocol driver like CORBA or RMI driver using the plugin loader. |
I_CallbackServer |
I_XmlBlasterAccess.getCbServer()
Access the callback server which is currently used in I_XmlBlasterAccess. |
| Uses of I_CallbackServer in org.xmlBlaster.client.activex |
| Methods in org.xmlBlaster.client.activex that return I_CallbackServer | |
I_CallbackServer |
XmlScriptAccess.getCbServer()
Access the callback server which is currently used in I_XmlBlasterAccess. |
| Uses of I_CallbackServer in org.xmlBlaster.client.protocol |
| Methods in org.xmlBlaster.client.protocol that return I_CallbackServer | |
I_CallbackServer |
CbServerPluginManager.getNewProtocolDriverInstance(java.lang.String driverType)
Creates a new instance of the given protocol driver type. |
I_CallbackServer |
CbServerPluginManager.getPlugin(java.lang.String type,
java.lang.String version)
Return a specific plugin, every call will create a new plugin instance. |
| Uses of I_CallbackServer in org.xmlBlaster.client.protocol.corba |
| Classes in org.xmlBlaster.client.protocol.corba that implement I_CallbackServer | |
class |
CorbaCallbackServer
Example for a CORBA callback implementation. |
| Uses of I_CallbackServer in org.xmlBlaster.client.protocol.email |
| Classes in org.xmlBlaster.client.protocol.email that implement I_CallbackServer | |
class |
EmailCallbackImpl
Used for client to receive xmlBlaster callbacks over emails. |
| Uses of I_CallbackServer in org.xmlBlaster.client.protocol.local |
| Classes in org.xmlBlaster.client.protocol.local that implement I_CallbackServer | |
class |
LocalCallbackImpl
A client callback driver for in jvm calls. |
| Uses of I_CallbackServer in org.xmlBlaster.client.protocol.rmi |
| Classes in org.xmlBlaster.client.protocol.rmi that implement I_CallbackServer | |
class |
RmiCallbackServer
Example for a RMI callback implementation. |
| Uses of I_CallbackServer in org.xmlBlaster.client.protocol.socket |
| Classes in org.xmlBlaster.client.protocol.socket that implement I_CallbackServer | |
class |
SocketCallbackImpl
Used for client to receive xmlBlaster callbacks over plain sockets. |
| Uses of I_CallbackServer in org.xmlBlaster.client.protocol.xmlrpc |
| Classes in org.xmlBlaster.client.protocol.xmlrpc that implement I_CallbackServer | |
class |
XmlRpcCallbackServer
Example for a XmlRpc callback implementation. |
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||