|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.asteriskjava.manager.event.ManagerEvent
org.asteriskjava.manager.event.AbstractMeetMeEvent
public abstract class AbstractMeetMeEvent
Abstract base class providing common properties for MeetMe (Asterisk's conference system) events.
MeetMe events are implemented in apps/app_meetme.c
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
protected |
AbstractMeetMeEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getChannel()
Returns the name of the channel. |
java.lang.String |
getMeetMe()
Returns the conference number. |
java.lang.String |
getUniqueId()
Returns the unique id of the channel. |
java.lang.Integer |
getUserNum()
Returns the index of the user in the conference. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel. |
void |
setMeetMe(java.lang.String meetMe)
Sets the conference number. |
void |
setUniqueId(java.lang.String uniqueId)
Sets the unique id of the channel. |
void |
setUserNum(java.lang.Integer userNum)
Sets the index of the user in the conference. |
Methods inherited from class org.asteriskjava.manager.event.ManagerEvent |
---|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AbstractMeetMeEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getChannel()
This property is available since Asterisk 1.4.
public void setChannel(java.lang.String channel)
This property is available since Asterisk 1.4.
channel
- the name of the channel.public java.lang.String getUniqueId()
This property is available since Asterisk 1.4.
public void setUniqueId(java.lang.String uniqueId)
This property is available since Asterisk 1.4.
uniqueId
- the unique id of the channel.public java.lang.String getMeetMe()
public void setMeetMe(java.lang.String meetMe)
meetMe
- the conference number.public java.lang.Integer getUserNum()
This can be used for the "meetme (mute|unmute|kick)" commands.
public void setUserNum(java.lang.Integer userNum)
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 |