|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.asteriskjava.live.DialedChannelHistoryEntry
public class DialedChannelHistoryEntry
An entry in the dialed channels history of an AsteriskChannel.
| Constructor Summary | |
|---|---|
DialedChannelHistoryEntry(java.util.Date date,
AsteriskChannel channel)
Creates a new instance. |
|
| Method Summary | |
|---|---|
AsteriskChannel |
getChannel()
Returns the channel that has been dialed. |
java.util.Date |
getDate()
Returns the date the channel was dialed. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DialedChannelHistoryEntry(java.util.Date date,
AsteriskChannel channel)
date - the date the channel was dialed.channel - the channel that has been dialed.| Method Detail |
|---|
public java.util.Date getDate()
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 | |||||||||