com.vodafone360.people.datatypes
Class PushAvailabilityEvent
java.lang.Object
com.vodafone360.people.datatypes.BaseDataType
com.vodafone360.people.datatypes.PushEvent
com.vodafone360.people.datatypes.PushAvailabilityEvent
public class PushAvailabilityEvent
- extends PushEvent
BaseDataType encapsulating PushAvailabilityEvent. This is a Push message
received from People server containing Availability (Presence) change
information.
Field Summary |
java.util.List<User> |
mChanges
TODO: This should be Hashtable > |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mChanges
public java.util.List<User> mChanges
- TODO: This should be Hashtable >
PushAvailabilityEvent
public PushAvailabilityEvent()
createPushEvent
public static BaseDataType createPushEvent(RpgPushMessage msg,
EngineManager.EngineId engId)
- Create PushAvailablityEvent from RpgPushMessage.
- Parameters:
msg
- RpgPushMessageengId
- EngineId associated with message
- Returns:
- PushAvailabilityEvent created from supplied data
convertToList
private static java.util.List<User> convertToList(java.util.Hashtable<java.lang.String,java.lang.Object> table)
JavaDoc