|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use I_XmlBlasterAccess | |
| org.xmlBlaster.client | This is the Java client side package. |
| org.xmlBlaster.client.script | |
| org.xmlBlaster.util | Java helper classes for server and client programming. |
| org.xmlBlaster.util.admin.extern | |
| Uses of I_XmlBlasterAccess in org.xmlBlaster.client |
| Classes in org.xmlBlaster.client that implement I_XmlBlasterAccess | |
class |
XmlBlasterAccess
This is the default implementation of the java client side remote access to xmlBlaster. |
| Methods in org.xmlBlaster.client with parameters of type I_XmlBlasterAccess | |
void |
I_ConnectionStateListener.reachedAlive(ConnectionStateEnum oldState,
I_XmlBlasterAccess connection)
This is the callback method invoked from XmlBlasterAccess notifying the client that a connection has been established and that its status is now ALIVE. |
void |
I_ConnectionStateListener.reachedPolling(ConnectionStateEnum oldState,
I_XmlBlasterAccess connection)
This is the callback method invoked from XmlBlasterAccess informing the client that the connection state has changed to POLLING. |
void |
I_ConnectionStateListener.reachedDead(ConnectionStateEnum oldState,
I_XmlBlasterAccess connection)
This is the callback method invoked from XmlBlasterAccess informing the client that the connection was lost (i.e. |
void |
StreamingCallback.reachedAlive(ConnectionStateEnum oldState,
I_XmlBlasterAccess connection)
|
void |
StreamingCallback.reachedDead(ConnectionStateEnum oldState,
I_XmlBlasterAccess connection)
|
void |
StreamingCallback.reachedPolling(ConnectionStateEnum oldState,
I_XmlBlasterAccess connection)
|
| Constructors in org.xmlBlaster.client with parameters of type I_XmlBlasterAccess | |
ClientErrorHandler(Global glob,
I_XmlBlasterAccess xmlBlasterAccess)
|
|
| Uses of I_XmlBlasterAccess in org.xmlBlaster.client.script |
| Constructors in org.xmlBlaster.client.script with parameters of type I_XmlBlasterAccess | |
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) |
|
XmlScriptClient(Global glob,
I_XmlBlasterAccess access,
java.io.OutputStream cbStream,
java.io.OutputStream responseStream,
java.util.HashMap attachments)
This is a convenience constructor which takes the default I_Callback implementation provided (StreamCallback). |
|
| Uses of I_XmlBlasterAccess in org.xmlBlaster.util |
| Fields in org.xmlBlaster.util declared as I_XmlBlasterAccess | |
protected I_XmlBlasterAccess |
Global.xmlBlasterAccess
The client handle to access xmlBlaster |
| Methods in org.xmlBlaster.util that return I_XmlBlasterAccess | |
I_XmlBlasterAccess |
Global.getXmlBlasterAccess()
The client handle to access xmlBlaster remotely. |
| Uses of I_XmlBlasterAccess in org.xmlBlaster.util.admin.extern |
| Constructors in org.xmlBlaster.util.admin.extern with parameters of type I_XmlBlasterAccess | |
NotifListener(XmlBlasterConnector connector,
I_XmlBlasterAccess returnCon,
Global glob)
|
|
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||