org.mobicents.slee.resource.sip11
Class DialogWithoutIdActivityHandle

java.lang.Object
  extended by org.mobicents.slee.resource.sip11.SipActivityHandle
      extended by org.mobicents.slee.resource.sip11.DialogWithoutIdActivityHandle
All Implemented Interfaces:
java.io.Serializable, javax.slee.resource.ActivityHandle

public class DialogWithoutIdActivityHandle
extends SipActivityHandle
implements java.io.Serializable

The SipActivityHandle for DialogActivity related with a Dialog that does not exist yet.

Author:
martins
See Also:
Serialized Form

Constructor Summary
DialogWithoutIdActivityHandle(java.lang.String callId, java.lang.String localTag, java.lang.String remoteTag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCallId()
          Retrieves the dialog's call id.
 java.lang.String getLocalTag()
          Retrieves the dialog's local tag
 java.lang.String getRemoteTag()
          Retrieves the dialog's remote tag
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class org.mobicents.slee.resource.sip11.SipActivityHandle
getActivity, setActivity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialogWithoutIdActivityHandle

public DialogWithoutIdActivityHandle(java.lang.String callId,
                                     java.lang.String localTag,
                                     java.lang.String remoteTag)
Parameters:
callID -
localTag -
remoteTag -
Method Detail

getCallId

public java.lang.String getCallId()
Retrieves the dialog's call id.

Returns:

getLocalTag

public java.lang.String getLocalTag()
Retrieves the dialog's local tag

Returns:

getRemoteTag

public java.lang.String getRemoteTag()
Retrieves the dialog's remote tag

Returns:

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.slee.resource.ActivityHandle
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface javax.slee.resource.ActivityHandle
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.