|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public java.lang.String[] update(java.lang.String cbSessionId,
MsgUnitRaw[] msgUnitArr)
throws java.rmi.RemoteException,
XmlBlasterException
java.rmi.RemoteException
XmlBlasterException
public void updateOneway(java.lang.String cbSessionId,
MsgUnitRaw[] msgUnitArr)
throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String ping(java.lang.String str)
throws java.rmi.RemoteException
java.rmi.RemoteException
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||