org.echarts.test.sip.commands
Class Shutdown

java.lang.Object
  extended by org.echarts.test.sip.commands.UserCommand
      extended by org.echarts.test.sip.commands.Shutdown

public class Shutdown
extends UserCommand

For internal use only


Constructor Summary
Shutdown()
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.echarts.test.sip.commands.UserCommand
getCommandId, setCommandId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shutdown

public Shutdown()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class UserCommand