org.mobicents.csapi.jr.slee.gms
Class MessagingEventNotifyEvent

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ResourceEvent
      extended by org.mobicents.csapi.jr.slee.gms.MessagingEventNotifyEvent
All Implemented Interfaces:
java.io.Serializable

public class MessagingEventNotifyEvent
extends ResourceEvent

This event notifies the application of the arrival of a messaging-related event.

See Also:
Serialized Form

Constructor Summary
MessagingEventNotifyEvent(TpServiceIdentifier tpServiceIdentifier, IpMessagingManager messagingManager, TpMessagingEventInfo eventInfo, int assignmentID)
          Constructor for MessagingEventNotifyEvent
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 int getAssignmentID()
          Returns the assignmentID
 TpMessagingEventInfo getEventInfo()
          Returns the eventInfo
 IpMessagingManager getMessagingManager()
          Returns the messagingManager
 int hashCode()
          Returns a hashcode value for the object.
 
Methods inherited from class org.mobicents.csapi.jr.slee.ResourceEvent
getService
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagingEventNotifyEvent

public MessagingEventNotifyEvent(TpServiceIdentifier tpServiceIdentifier,
                                 IpMessagingManager messagingManager,
                                 TpMessagingEventInfo eventInfo,
                                 int assignmentID)
Constructor for MessagingEventNotifyEvent

Parameters:
tpServiceIdentifier - the service this event is related to
Method Detail

getMessagingManager

public IpMessagingManager getMessagingManager()
Returns the messagingManager


getEventInfo

public TpMessagingEventInfo getEventInfo()
Returns the eventInfo


getAssignmentID

public int getAssignmentID()
Returns the assignmentID


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.