org.mobicents.slee.sipevent.server.subscription.data
Class SubscriptionKey
java.lang.Object
org.mobicents.slee.sipevent.server.subscription.data.SubscriptionKey
- All Implemented Interfaces:
- java.io.Serializable
public class SubscriptionKey
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- eduardomartins
- See Also:
- Serialized Form
|
Constructor Summary |
SubscriptionKey(java.lang.String dialogId,
java.lang.String eventPackage,
java.lang.String eventId)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NO_DIALOG_ID
public static final java.lang.String NO_DIALOG_ID
- See Also:
- Constant Field Values
SubscriptionKey
public SubscriptionKey(java.lang.String dialogId,
java.lang.String eventPackage,
java.lang.String eventId)
getDialogId
public java.lang.String getDialogId()
getEventId
public java.lang.String getEventId()
getEventPackage
public java.lang.String getEventPackage()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isInternalSubscription
public boolean isInternalSubscription()
isWInfoSubscription
public boolean isWInfoSubscription()
Copyright © 2010. All Rights Reserved.