|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Conference
Represents a Conference. It extends a conversation. More than two parties can be added to the conference.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.cafe.api.Communication |
|---|
Communication.State |
| Method Summary | ||
|---|---|---|
|
getAllMediaParticipants(Class<P> type)
Get a collection of particular type of Participants in the conference. |
|
Collection<UserParticipant> |
getAllParticipants()
Return all the participants in the conference. |
|
String |
getDescription()
Return the description of the conference. |
|
void |
setDescription(String description)
Set the description of the conference. |
|
| Methods inherited from interface org.glassfish.cafe.api.Communication |
|---|
addAgent, addParticipant, addParticipant, addParticipant, addParticipant, end, getAgent, getAgents, getInitiator, getName, getParticipant, getParticipant, getState, removeAgent, removeParticipant, removeParticipant, replaceParticipant |
| Method Detail |
|---|
void setDescription(String description)
description - Description about the conference.String getDescription()
Collection<UserParticipant> getAllParticipants()
UserParticipant objects.<P extends MediaParticipant> Collection<P> getAllMediaParticipants(Class<P> type)
P - Type of the Participant.type - Class of the Participant.
Participant
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||