|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_RemotePropertiesListener
Listens on remote properties send from clients.
The events are fired by the RequestBroker instance. Is triggered for arriving topic __sys__remoteProperties.
| Method Summary | |
|---|---|
void |
update(SessionInfo sessionInfo,
java.util.Map remoteProperties)
Invoked when RemoteProperties have arrived. |
| Method Detail |
|---|
void update(SessionInfo sessionInfo,
java.util.Map remoteProperties)
sessionInfo - The client sending the properties,
the remoteProperties are added to this sessionInfo alreadyremoteProperties - Key is a string, value is of type ClientProperties
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||