|
xmlBlaster 2.2.0 client API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of I_CallbackExtended in org.xmlBlaster.client |
|---|
| Classes in org.xmlBlaster.client that implement I_CallbackExtended | |
|---|---|
class |
XmlBlasterAccess
This is the default implementation of the java client side remote access to xmlBlaster. |
| Uses of I_CallbackExtended in org.xmlBlaster.client.protocol |
|---|
| Classes in org.xmlBlaster.client.protocol that implement I_CallbackExtended | |
|---|---|
class |
AbstractCallbackExtended
This is a little abstract helper class which extends the I_CallbackExtended interface to become suited for protocols like xml-rpc. |
| Methods in org.xmlBlaster.client.protocol with parameters of type I_CallbackExtended | |
|---|---|
void |
I_CallbackServer.initialize(Global glob,
java.lang.String name,
CallbackAddress callbackAddress,
I_CallbackExtended client)
Initialize and start the callback server. |
| Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.corba |
|---|
| Methods in org.xmlBlaster.client.protocol.corba with parameters of type I_CallbackExtended | |
|---|---|
void |
CorbaCallbackServer.initialize(Global glob,
java.lang.String name,
CallbackAddress callbackAddress,
I_CallbackExtended boss)
Construct a CORBA callback server for xmlBlaster, used by java/corba clients. |
| Constructors in org.xmlBlaster.client.protocol.corba with parameters of type I_CallbackExtended | |
|---|---|
CorbaCallbackServer(Global glob,
java.lang.String name,
CallbackAddress callbackAddress,
I_CallbackExtended boss,
org.omg.CORBA.ORB orb_)
Construct a CORBA callback server for xmlBlaster, used by java/corba clients. |
|
| Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.email |
|---|
| Methods in org.xmlBlaster.client.protocol.email with parameters of type I_CallbackExtended | |
|---|---|
void |
EmailCallbackImpl.initialize(Global glob,
java.lang.String loginName,
CallbackAddress callbackAddress,
I_CallbackExtended cbClient)
Initialize and start the callback server A thread receiving all messages from xmlBlaster, and delivering them back to the client code. |
| Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.local |
|---|
| Methods in org.xmlBlaster.client.protocol.local with parameters of type I_CallbackExtended | |
|---|---|
void |
LocalCallbackImpl.initialize(Global glob,
java.lang.String loginName,
CallbackAddress callbackAddress,
I_CallbackExtended cbClient)
Initialize the callback server. |
| Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.rmi |
|---|
| Methods in org.xmlBlaster.client.protocol.rmi with parameters of type I_CallbackExtended | |
|---|---|
void |
RmiCallbackServer.initialize(Global glob,
java.lang.String name,
CallbackAddress callbackAddress,
I_CallbackExtended client)
Construct the callback server. |
| Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.socket |
|---|
| Methods in org.xmlBlaster.client.protocol.socket with parameters of type I_CallbackExtended | |
|---|---|
void |
SocketCallbackImpl.initialize(Global glob,
java.lang.String loginName,
CallbackAddress callbackAddress,
I_CallbackExtended cbClient)
Initialize and start the callback server A thread receiving all messages from xmlBlaster, and delivering them back to the client code. |
| Uses of I_CallbackExtended in org.xmlBlaster.client.protocol.xmlrpc |
|---|
| Methods in org.xmlBlaster.client.protocol.xmlrpc with parameters of type I_CallbackExtended | |
|---|---|
void |
XmlRpcConnection.getUpdates(I_CallbackExtended cb)
Publish multiple messages in one sweep. |
void |
XmlRpcCallbackServer.initialize(Global glob,
java.lang.String name,
CallbackAddress callbackAddress,
I_CallbackExtended client)
Construct a persistently named object. |
| Uses of I_CallbackExtended in org.xmlBlaster.util.protocol |
|---|
| Fields in org.xmlBlaster.util.protocol declared as I_CallbackExtended | |
|---|---|
protected I_CallbackExtended |
RequestReplyExecutor.cbClient
This is the client side |
| Methods in org.xmlBlaster.util.protocol that return I_CallbackExtended | |
|---|---|
I_CallbackExtended |
RequestReplyExecutor.getCbClient()
|
| Methods in org.xmlBlaster.util.protocol with parameters of type I_CallbackExtended | |
|---|---|
void |
RequestReplyExecutor.setCbClient(I_CallbackExtended cbClient)
|
|
xmlBlaster 2.2.0 client API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||