org.mobicents.slee.sipevent.server.subscription.data
Class SubscriptionKey

java.lang.Object
  extended by 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

Field Summary
static java.lang.String NO_DIALOG_ID
           
 
Constructor Summary
SubscriptionKey(java.lang.String dialogId, java.lang.String eventPackage, java.lang.String eventId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDialogId()
           
 java.lang.String getEventId()
           
 java.lang.String getEventPackage()
           
 int hashCode()
           
 boolean isInternalSubscription()
           
 boolean isWInfoSubscription()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_DIALOG_ID

public static final java.lang.String NO_DIALOG_ID
See Also:
Constant Field Values
Constructor Detail

SubscriptionKey

public SubscriptionKey(java.lang.String dialogId,
                       java.lang.String eventPackage,
                       java.lang.String eventId)
Method Detail

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.