org.glassfish.cafe.api
Interface WatcherInfoMessage

All Superinterfaces:
Message, UserProcedureMessage

public interface WatcherInfoMessage
extends UserProcedureMessage

The WatcherInfoSubscriberNotifyMessage represents the actual information received as result of initiating a PresenceWatcher.

Author:
Mathieu Hutschemaekers

Method Summary
 List<WatcherInfo> getWatchersInfo()
          Returns the watcher information associated with the watcher(s) for which a subscription has been previously made.
 
Methods inherited from interface org.glassfish.cafe.api.Message
consume, getContent, getContentType, reject, send, send, send
 

Method Detail

getWatchersInfo

List<WatcherInfo> getWatchersInfo()
Returns the watcher information associated with the watcher(s) for which a subscription has been previously made.

Returns:
a list of Watcher information instances.


Copyright © 2010. All Rights Reserved.