|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.callhistory.CallPeerRecord
public class CallPeerRecord
Structure used for encapsulating data when writing or reading Call History Data. Also These records are uesd for returning data from the Call History Service
| Field Summary | |
|---|---|
protected String |
displayName
The display name. |
protected Date |
endTime
The end time of the record. |
protected String |
peerAddress
The peer address. |
protected Date |
startTime
The start time of the record. |
protected CallPeerState |
state
The state of CallPeer. |
| Constructor Summary | |
|---|---|
CallPeerRecord(String peerAddress,
Date startTime,
Date endTime)
Creates CallPeerRecord |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Returns the display name of the call peer in this record. |
Date |
getEndTime()
When peer diconnected from the call |
String |
getPeerAddress()
The peer address |
Date |
getStartTime()
When peer connected to the call |
CallPeerState |
getState()
Returns the actual state of the peer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String peerAddress
protected String displayName
protected Date startTime
protected Date endTime
protected CallPeerState state
| Constructor Detail |
|---|
public CallPeerRecord(String peerAddress,
Date startTime,
Date endTime)
peerAddress - StringstartTime - DateendTime - Date| Method Detail |
|---|
public Date getEndTime()
public String getPeerAddress()
public String getDisplayName()
public Date getStartTime()
public CallPeerState getState()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||