|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.asteriskjava.manager.action.AbstractManagerAction
org.asteriskjava.manager.action.ZapHangupAction
public class ZapHangupAction
The ZapHangupAction hangs up a zap channel.
| Constructor Summary | |
|---|---|
ZapHangupAction()
Creates a new empty ZapHangupAction. |
|
ZapHangupAction(java.lang.Integer zapChannel)
Creates a new ZapHangupAction that hangs up the given zap channel. |
|
| 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 hangup. |
void |
setZapChannel(java.lang.Integer channel)
Sets the number of the zap channel to hangup. |
| 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 |
|---|
public ZapHangupAction()
public ZapHangupAction(java.lang.Integer zapChannel)
zapChannel - the number of the zap channel to hang up| Method Detail |
|---|
public java.lang.String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic java.lang.Integer getZapChannel()
public void setZapChannel(java.lang.Integer channel)
This property is mandatory.
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||