org.siprop.v2.stack
Interface StackControlMessage

All Superinterfaces:
java.lang.Cloneable, ControlMessage, Message, java.io.Serializable
All Known Implementing Classes:
StackControlMessageImpl

public interface StackControlMessage
extends ControlMessage

A control message for SIProp stack.

Author:
masaxmasa

Method Summary
 boolean getIsUAC()
          transaction type that related this message is UAC or not.
 void setIsUAC(boolean uac)
          set transaction type that related this message
 

Method Detail

setIsUAC

void setIsUAC(boolean uac)
set transaction type that related this message

Parameters:
uac -

getIsUAC

boolean getIsUAC()
transaction type that related this message is UAC or not.

Returns:
UAC or not