|
||||||||||
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.LinkageEvent
public abstract class LinkageEvent
Abstract base class providing common properties for LinkEvent and UnlinkEvent.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
LinkageEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getCallerId1()
Returns the Caller*Id number of the first channel. |
java.lang.String |
getCallerId2()
Returns the Caller*Id number of the second channel. |
java.lang.String |
getChannel1()
Returns the name of the first channel. |
java.lang.String |
getChannel2()
Returns the name of the second channel. |
java.lang.String |
getUniqueId1()
Returns the unique id of the first channel. |
java.lang.String |
getUniqueId2()
Returns the unique id of the second channel. |
void |
setCallerId1(java.lang.String callerId1)
Sets the Caller*Id number of the first channel. |
void |
setCallerId2(java.lang.String callerId2)
Sets the Caller*Id number of the second channel. |
void |
setChannel1(java.lang.String channel1)
Sets the name of the first channel. |
void |
setChannel2(java.lang.String channel2)
Sets the name of the second channel. |
void |
setUniqueId1(java.lang.String uniqueId1)
Sets the unique id of the first channel. |
void |
setUniqueId2(java.lang.String uniqueId2)
Sets the unique id of the second 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 LinkageEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getUniqueId1()
public void setUniqueId1(java.lang.String uniqueId1)
public java.lang.String getUniqueId2()
public void setUniqueId2(java.lang.String uniqueId2)
public java.lang.String getChannel1()
public void setChannel1(java.lang.String channel1)
public java.lang.String getChannel2()
public void setChannel2(java.lang.String channel2)
public java.lang.String getCallerId1()
public void setCallerId1(java.lang.String callerId1)
callerId1
- the Caller*Id number of the first channel.public java.lang.String getCallerId2()
public void setCallerId2(java.lang.String callerId2)
callerId1
- the Caller*Id number of the second channel.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |