org.mobicents.slee.services.sip.location.cache
Interface CacheLocationActivityContextInterface

All Superinterfaces:
javax.slee.ActivityContextInterface

public interface CacheLocationActivityContextInterface
extends javax.slee.ActivityContextInterface

RegistrarActivityContextInterfaceProvided by the Sbb Developer

Author:
F.Moggia

Method Summary
 java.lang.String getCallId()
          callId - SIP callId that was used in the REGISTER request
 long getCSeq()
          cSeq - SIP sequence number that was used in the REGISTER request
 java.lang.String getSipAddress()
          sipAddress - User's public, well-known SIP address
 java.lang.String getSipContactAddress()
          sipContactAddress - Physical network address registered for above sipAddress
 javax.slee.facilities.TimerID getTimerID()
           
 void setCallId(java.lang.String callId)
           
 void setCSeq(long cSeq)
           
 void setSipAddress(java.lang.String sipAddress)
           
 void setSipContactAddress(java.lang.String sipContactAddress)
           
 void setTimerID(javax.slee.facilities.TimerID tid)
           
 
Methods inherited from interface javax.slee.ActivityContextInterface
attach, detach, getActivity, isEnding
 

Method Detail

getSipAddress

java.lang.String getSipAddress()
sipAddress - User's public, well-known SIP address


setSipAddress

void setSipAddress(java.lang.String sipAddress)

getSipContactAddress

java.lang.String getSipContactAddress()
sipContactAddress - Physical network address registered for above sipAddress


setSipContactAddress

void setSipContactAddress(java.lang.String sipContactAddress)

getCallId

java.lang.String getCallId()
callId - SIP callId that was used in the REGISTER request


setCallId

void setCallId(java.lang.String callId)

getCSeq

long getCSeq()
cSeq - SIP sequence number that was used in the REGISTER request


setCSeq

void setCSeq(long cSeq)

setTimerID

void setTimerID(javax.slee.facilities.TimerID tid)

getTimerID

javax.slee.facilities.TimerID getTimerID()


Copyright © 2008. All Rights Reserved.