Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.conference.infos
Class XConferenceInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.conference.infos.XConferenceInfo


public class XConferenceInfo
extends XDTO

Conference Information DTO.


Field Summary
 Integer ApplicationConferenceActiveParticipants
          The count of users who are currently participating in the application conference.
 Date ApplicationConferenceBegin
          The timestamp at which the application conference began.
 String ApplicationConferenceHost
          The host for or initiator of the application conference.
 Integer ApplicationConferenceTotalParticipants
          The count of all users who have participated in the application recording.
 XObjectID ConversationID
          Conference conversation id.
 String ConversationName
          Conference conversation name.
 Integer VoiceConferenceActiveParticipants
          The count of users who are currently participating in the voice conference.
 Date VoiceConferenceBegin
          The timestamp at which the voice conference began.
 String VoiceConferenceHost
          The host for or initiator of the voice conference.
 Integer VoiceConferenceTotalParticipants
          The count of all users who have participated in the voice recording.

 

Constructor Summary
XConferenceInfo()
           

 

Method Summary
 boolean equals(Object o)
           
static Comparator<XConferenceInfo> getComparator(XConferenceSortOrder order)
          Retrieve a comparator suitable for the specified conference sorting order.
 int hashCode()
           

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ConversationID

public XObjectID ConversationID
Conference conversation id.

ConversationName

public String ConversationName
Conference conversation name.

VoiceConferenceBegin

public Date VoiceConferenceBegin
The timestamp at which the voice conference began.

VoiceConferenceActiveParticipants

public Integer VoiceConferenceActiveParticipants
The count of users who are currently participating in the voice conference.

VoiceConferenceTotalParticipants

public Integer VoiceConferenceTotalParticipants
The count of all users who have participated in the voice recording.

VoiceConferenceHost

public String VoiceConferenceHost
The host for or initiator of the voice conference.

ApplicationConferenceBegin

public Date ApplicationConferenceBegin
The timestamp at which the application conference began.

ApplicationConferenceActiveParticipants

public Integer ApplicationConferenceActiveParticipants
The count of users who are currently participating in the application conference.

ApplicationConferenceTotalParticipants

public Integer ApplicationConferenceTotalParticipants
The count of all users who have participated in the application recording.

ApplicationConferenceHost

public String ApplicationConferenceHost
The host for or initiator of the application conference.

Constructor Detail

XConferenceInfo

public XConferenceInfo()

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getComparator

public static Comparator<XConferenceInfo> getComparator(XConferenceSortOrder order)
Retrieve a comparator suitable for the specified conference sorting order. Note that sorting is done using voice conference details preferentially over application sharing conference details. (e.g. begin time or participant count.)

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.