| java.lang.Object org.directwebremoting.proxy.openajax.OpenAjaxSynchronizer
OpenAjaxSynchronizer | public class OpenAjaxSynchronizer (Code) | | This class is designed for export by DWR to enable the OpenAjax hub to
exchange publish/subscribe data with the server.
author: Joe Walker [joe at getahead dot ltd dot uk] |
OpenAjaxSynchronizer | public OpenAjaxSynchronizer()(Code) | | |
enroll | public void enroll()(Code) | | Called by clients that wish to be included in the whole hub sync thing.
|
publish | public void publish(String prefix, String name, String data, List<String> hubsVisited)(Code) | | This method allows the client side hub synchronizer to forward publish
messages to the server hub
Parameters: prefix - The prefix that was published to Parameters: name - The name that was published to Parameters: data - The published data Parameters: hubsVisited - The list of hubs that this message has been through |
|
|