xmlBlaster 2.2.0 API

org.xmlBlaster.engine
Interface I_RemotePropertiesListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
EventPlugin

public interface I_RemotePropertiesListener
extends java.util.EventListener

Listens on remote properties send from clients.

The events are fired by the RequestBroker instance. Is triggered for arriving topic __sys__remoteProperties.

Author:
Marcel Ruff

Method Summary
 void update(SessionInfo sessionInfo, java.util.Map remoteProperties)
          Invoked when RemoteProperties have arrived.
 

Method Detail

update

void update(SessionInfo sessionInfo,
            java.util.Map remoteProperties)
Invoked when RemoteProperties have arrived.

Parameters:
sessionInfo - The client sending the properties, the remoteProperties are added to this sessionInfo already
remoteProperties - Key is a string, value is of type ClientProperties

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.