org.siprop.v2.b2bua
Interface B2BUAControlMessage

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

public interface B2BUAControlMessage
extends ControlMessage

Manager for standard B2BUA.

Author:
noritsuna

Method Summary
 java.lang.String getDoModuleName()
          get The name of the module for execution.
 void setDoModuleName(java.lang.String doModuleName)
          set The name of the module for execution.
 

Method Detail

getDoModuleName

java.lang.String getDoModuleName()
get The name of the module for execution.

Returns:
module name

setDoModuleName

void setDoModuleName(java.lang.String doModuleName)
set The name of the module for execution.

Parameters:
doModuleName - module name