org.siprop.v2.ua.sip.command.impl
Class ByeUA

java.lang.Object
  extended by org.siprop.v2.ua.sip.command.impl.ByeUA
All Implemented Interfaces:
UACommand

public class ByeUA
extends java.lang.Object
implements UACommand

UACommand of Bye.

Author:
noritsuna

Field Summary
static java.lang.String UA_COMMAND_NAME
          UACommand name.
 
Constructor Summary
ByeUA()
           
 
Method Summary
 void do_Bye_init(Context context, UAContext uaContext)
          Initial command.
 java.lang.String getUACommandName()
          get The name which shows this command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UA_COMMAND_NAME

public static final java.lang.String UA_COMMAND_NAME
UACommand name.

See Also:
Constant Field Values
Constructor Detail

ByeUA

public ByeUA()
Method Detail

getUACommandName

public java.lang.String getUACommandName()
Description copied from interface: UACommand
get The name which shows this command.

Specified by:
getUACommandName in interface UACommand
Returns:
The name which shows this command

do_Bye_init

public void do_Bye_init(Context context,
                        UAContext uaContext)
Initial command.

Parameters:
context -
uaContext -