net.sf.asterisk.manager.action
Class LogoffAction

java.lang.Object
  extended by net.sf.asterisk.manager.action.AbstractManagerAction
      extended by net.sf.asterisk.manager.action.LogoffAction
All Implemented Interfaces:
java.io.Serializable, ManagerAction

public class LogoffAction
extends AbstractManagerAction

The LogoffAction causes the server to close the connection.

Version:
$Id: LogoffAction.java,v 1.4 2005/08/07 00:09:42 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
LogoffAction()
          Creates a new LogoffAction.
 
Method Summary
 java.lang.String getAction()
          Returns the name of this action, i.e.
 
Methods inherited from class net.sf.asterisk.manager.action.AbstractManagerAction
getActionId, setActionId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogoffAction

public LogoffAction()
Creates a new LogoffAction.

Method Detail

getAction

public java.lang.String getAction()
Returns the name of this action, i.e. "Logoff".

Specified by:
getAction in interface ManagerAction
Specified by:
getAction in class AbstractManagerAction


Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.