Asterisk-Java

org.asteriskjava.manager.action
Class ZapTransferAction

java.lang.Object
  extended by org.asteriskjava.manager.action.AbstractManagerAction
      extended by org.asteriskjava.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 938 2007-12-31 03:23:38Z srt $
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.
 
Methods inherited from class org.asteriskjava.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.


Asterisk-Java

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