|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject net.sf.asterisk.manager.event.ManagerEvent net.sf.asterisk.manager.event.NewExtenEvent
public class NewExtenEvent
A NewExtenEvent is triggered when a channel is connected to a new extension.
It is implemented in pbx.c
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
NewExtenEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getAppData()
Returns the parameters passed to the application that is executed. |
java.lang.String |
getApplication()
Returns the name of the application that is executed. |
java.lang.String |
getChannel()
Returns the name of the channel. |
java.lang.String |
getContext()
Returns the name of the context of the connected extension. |
java.lang.String |
getExtension()
Returns the extension. |
java.lang.Integer |
getPriority()
Returns the priority. |
java.lang.String |
getUniqueId()
Returns the unique id of the channel. |
void |
setAppData(java.lang.String appData)
Sets the parameters passed to the application that is executed. |
void |
setApplication(java.lang.String application)
Sets the name of the application that is executed. |
void |
setChannel(java.lang.String channel)
Sets the name of the channel. |
void |
setContext(java.lang.String context)
Sets the name of the context of the connected extension. |
void |
setExtension(java.lang.String extension)
Sets the extension. |
void |
setPriority(java.lang.Integer priority)
Sets the priority. |
void |
setUniqueId(java.lang.String uniqueId)
Sets the unique id of the channel. |
Methods inherited from class net.sf.asterisk.manager.event.ManagerEvent |
---|
getDateReceived, getPrivilege, setDateReceived, setPrivilege, 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 |
---|
public NewExtenEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getUniqueId()
public void setUniqueId(java.lang.String uniqueId)
public java.lang.String getApplication()
public void setApplication(java.lang.String application)
public java.lang.String getAppData()
public void setAppData(java.lang.String appData)
public java.lang.String getChannel()
public void setChannel(java.lang.String channel)
public java.lang.String getContext()
public void setContext(java.lang.String context)
public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
public java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |