net.sf.asterisk.manager.action
Class ZapTransferAction

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

public class ZapTransferAction
extends AbstractManagerAction

The ZapTransferAction transfers a zap channel.

Version:
$Id: ZapTransferAction.java,v 1.3 2005/07/16 13:19:33 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
ZapTransferAction()
           
 
Method Summary
 java.lang.String getAction()
          Returns the name of this action, i.e.
 java.lang.Integer getZapChannel()
          Returns the number of the zap channel to transfer.
 void setZapChannel(java.lang.Integer channel)
          Sets the number of the zap channel to transfer.
This property is mandatory.
 
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

ZapTransferAction

public ZapTransferAction()
Method Detail

getAction

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

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

getZapChannel

public java.lang.Integer getZapChannel()
Returns the number of the zap channel to transfer.


setZapChannel

public void setZapChannel(java.lang.Integer channel)
Sets the number of the zap channel to transfer.
This property is mandatory.



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