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