|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_XmlBlasterCallback
The client RMI callback server interface which your client needs to implement.
You need to register this RMI callback server with rmi-registry and pass this name as the callback address of your subscribe()-QoS.
| Method Summary | |
|---|---|
java.lang.String |
ping(java.lang.String str)
Ping to check if the xmlBlaster server is alive. |
java.lang.String[] |
update(java.lang.String cbSessionId,
MsgUnitRaw[] msgUnitArr)
|
void |
updateOneway(java.lang.String cbSessionId,
MsgUnitRaw[] msgUnitArr)
The oneway variant for better performance. |
| Method Detail |
|---|
java.lang.String[] update(java.lang.String cbSessionId,
MsgUnitRaw[] msgUnitArr)
throws java.rmi.RemoteException,
XmlBlasterException
java.rmi.RemoteException
XmlBlasterException
void updateOneway(java.lang.String cbSessionId,
MsgUnitRaw[] msgUnitArr)
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String ping(java.lang.String str)
throws java.rmi.RemoteException
qos - Currently an empty string ""
java.rmi.RemoteException
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||