|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DispatchConnection | |
| org.xmlBlaster.client.dispatch | |
| org.xmlBlaster.engine.dispatch | |
| org.xmlBlaster.util.dispatch | |
| Uses of DispatchConnection in org.xmlBlaster.client.dispatch |
| Subclasses of DispatchConnection in org.xmlBlaster.client.dispatch | |
class |
ClientDispatchConnection
Holding all necessary infos to establish callback connections and invoke their update(). |
| Methods in org.xmlBlaster.client.dispatch that return DispatchConnection | |
DispatchConnection |
ClientDispatchConnectionsHandler.createDispatchConnection(AddressBase address)
|
| Uses of DispatchConnection in org.xmlBlaster.engine.dispatch |
| Subclasses of DispatchConnection in org.xmlBlaster.engine.dispatch | |
class |
CbDispatchConnection
Holding all necessary infos to establish callback connections and invoke their update(). |
| Methods in org.xmlBlaster.engine.dispatch that return DispatchConnection | |
DispatchConnection |
CbDispatchConnectionsHandler.createDispatchConnection(AddressBase address)
|
| Uses of DispatchConnection in org.xmlBlaster.util.dispatch |
| Methods in org.xmlBlaster.util.dispatch that return DispatchConnection | |
abstract DispatchConnection |
DispatchConnectionsHandler.createDispatchConnection(AddressBase address)
Create a DispatchConnection instance and load the protocol plugin. |
DispatchConnection |
DispatchConnectionsHandler.getCurrentDispatchConnection()
|
DispatchConnection |
DispatchConnectionsHandler.getAliveDispatchConnection()
|
DispatchConnection |
DispatchConnectionsHandler.getPollingDispatchConnection()
|
DispatchConnection |
DispatchConnectionsHandler.getDeadDispatchConnection()
|
DispatchConnection[] |
DispatchConnectionsHandler.getDispatchConnectionArr()
|
| Methods in org.xmlBlaster.util.dispatch with parameters of type DispatchConnection | |
void |
DispatchConnectionsHandler.addDispatchConnection(DispatchConnection con)
|
(package private) void |
DispatchConnectionsHandler.toAlive(DispatchConnection con)
Call by DispatchConnection on state transition |
(package private) void |
DispatchConnectionsHandler.toPolling(DispatchConnection con)
Call by DispatchConnection on state transition |
(package private) void |
DispatchConnectionsHandler.toDead(DispatchConnection con,
XmlBlasterException ex)
Call by DispatchConnection on state transition |
private void |
DispatchConnectionsHandler.removeDispatchConnection(DispatchConnection con)
|
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||