org.mobicents.slee.services.sip.proxy
Interface ProxySbbActivityContextInterface

All Superinterfaces:
javax.slee.ActivityContextInterface

public interface ProxySbbActivityContextInterface
extends javax.slee.ActivityContextInterface


Method Summary
 boolean getHandledByAncestor()
          This method is ment for alliasing purposes of service chaining.
 boolean getHandledByMe()
           
 void setHandledByMe(boolean handled)
          This method is ment for alliasing purposes of service chaining.
 
Methods inherited from interface javax.slee.ActivityContextInterface
attach, detach, getActivity, isEnding
 

Method Detail

getHandledByAncestor

boolean getHandledByAncestor()
This method is ment for alliasing purposes of service chaining. Should return true if some other service has handled sip call.

Returns:
  • true - if this call has been handled by service lower in chain.
  • false - otheriwse

  • setHandledByMe

    void setHandledByMe(boolean handled)
    This method is ment for alliasing purposes of service chaining. If this call has been handled by service lower in chain ( getHandledByAncestor() returned true or this call is beeing handled by proxy, paramter should be true. Otherwise it should be false.

    Parameters:
    handled -

    getHandledByMe

    boolean getHandledByMe()


    Copyright © 2008. All Rights Reserved.