net.sf.asterisk.manager.action
Class PingAction

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

public class PingAction
extends AbstractManagerAction

The PingAction will ellicit a 'Pong' response, it is used to keep the manager connection open and performs no operation.

Version:
$Id: PingAction.java,v 1.4 2005/08/07 16:43:29 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
PingAction()
          Creates a new PingAction.
 
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

PingAction

public PingAction()
Creates a new PingAction.

Method Detail

getAction

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

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


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