|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use I_ConnectionStatusListener | |
| org.xmlBlaster.client | This is the Java client side package. |
| org.xmlBlaster.util.dispatch | |
| org.xmlBlaster.util.dispatch.plugins | |
| org.xmlBlaster.util.dispatch.plugins.prio | |
| Uses of I_ConnectionStatusListener in org.xmlBlaster.client |
| Classes in org.xmlBlaster.client that implement I_ConnectionStatusListener | |
class |
XmlBlasterAccess
This is the default implementation of the java client side remote access to xmlBlaster. |
| Uses of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch |
| Methods in org.xmlBlaster.util.dispatch that return I_ConnectionStatusListener | |
I_ConnectionStatusListener[] |
DispatchManager.getConnectionStatusListeners()
|
| Methods in org.xmlBlaster.util.dispatch with parameters of type I_ConnectionStatusListener | |
boolean |
DispatchManager.addConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener)
|
boolean |
DispatchManager.addConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener,
boolean fireInitial)
|
boolean |
DispatchManager.removeConnectionStatusListener(I_ConnectionStatusListener connectionStatusListener)
Remove the given listener |
| Constructors in org.xmlBlaster.util.dispatch with parameters of type I_ConnectionStatusListener | |
DispatchManager(Global glob,
I_MsgErrorHandler failureListener,
org.xmlBlaster.authentication.plugins.I_MsgSecurityInterceptor securityInterceptor,
I_Queue msgQueue,
I_ConnectionStatusListener connectionStatusListener,
AddressBase[] addrArr,
SessionName sessionName)
|
|
| Uses of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch.plugins |
| Subinterfaces of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch.plugins | |
interface |
I_MsgDispatchInterceptor
The Interface allows to control how messages are sent to the remote side. |
| Uses of I_ConnectionStatusListener in org.xmlBlaster.util.dispatch.plugins.prio |
| Classes in org.xmlBlaster.util.dispatch.plugins.prio that implement I_ConnectionStatusListener | |
class |
PriorizedDispatchPlugin
This dispatcher plugin allows to control how messages are sent to the remote side. |
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||