org.glassfish.cafe.api
Interface PresenceMessage

All Superinterfaces:
Message, UserProcedureMessage

public interface PresenceMessage
extends UserProcedureMessage

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

Author:
Mathieu Hutschemaekers

Method Summary
 PeerPresentity[] getPeerPresentities()
          Returns the presence information associated with remote presentities that were in the last subscription that was previously made.
 
Methods inherited from interface org.glassfish.cafe.api.Message
consume, getContent, getContentType, reject, send, send, send
 

Method Detail

getPeerPresentities

PeerPresentity[] getPeerPresentities()
Returns the presence information associated with remote presentities that were in the last subscription that was previously made.

Returns:
an array of Peer Presentities


Copyright © 2010. All Rights Reserved.