|
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.AbstractMeetMeMuteAction
public abstract class AbstractMeetMeMuteAction
Abstract base class for mute and unmute actions.
Constructor Summary | |
---|---|
protected |
AbstractMeetMeMuteAction()
|
protected |
AbstractMeetMeMuteAction(java.lang.String meetMe,
java.lang.Integer userNum)
|
Method Summary | |
---|---|
java.lang.String |
getMeetMe()
Returns the conference number. |
java.lang.Integer |
getUserNum()
Returns the index of the user in the conference. |
void |
setMeetMe(java.lang.String meetMe)
Sets the conference number. |
void |
setUserNum(java.lang.Integer userNum)
Sets the index of the user in the conference. |
Methods inherited from class org.asteriskjava.manager.action.AbstractManagerAction |
---|
getAction, getActionId, setActionId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AbstractMeetMeMuteAction()
protected AbstractMeetMeMuteAction(java.lang.String meetMe, java.lang.Integer userNum)
Method Detail |
---|
public java.lang.String getMeetMe()
public void setMeetMe(java.lang.String meetMe)
This property is mandatory.
meetMe
- the conference number.public java.lang.Integer getUserNum()
public void setUserNum(java.lang.Integer userNum)
This property is mandatory.
userNum
- the index of the user in the conference.
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |