|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.asteriskjava.live.LinkedChannelHistoryEntry
public class LinkedChannelHistoryEntry
An entry in the linked channels history of an AsteriskChannel
.
Constructor Summary | |
---|---|
LinkedChannelHistoryEntry(java.util.Date dateLinked,
AsteriskChannel channel)
Creates a new instance. |
Method Summary | |
---|---|
AsteriskChannel |
getChannel()
Returns the channel that has been linked. |
java.util.Date |
getDateLinked()
Returns the date the channel was linked. |
java.util.Date |
getDateUnlinked()
Returns the date the channel was unlinked. |
void |
setDateUnlinked(java.util.Date dateUnlinked)
Sets the date the channel was unlinked. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinkedChannelHistoryEntry(java.util.Date dateLinked, AsteriskChannel channel)
dateLinked
- the date the channel was linked.channel
- the channel that has been linked.Method Detail |
---|
public java.util.Date getDateLinked()
public java.util.Date getDateUnlinked()
public void setDateUnlinked(java.util.Date dateUnlinked)
dateUnlinked
- the date the channel was unlinked.public AsteriskChannel getChannel()
public java.lang.String toString()
toString
in class java.lang.Object
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |