|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMConference
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.cafe.api.Communication |
|---|
Communication.State |
| Method Summary | |
|---|---|
MessageIndication |
createMessageIndication()
Creates a message indication object. |
MessageIndication |
createMessageIndication(MessageIndication.State state)
Creates a message indication object. |
TextMessage |
createTextMessage()
Creats an empty text message object. |
TextMessage |
createTextMessage(String msg)
Creates the text message with the supplied text. |
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 - String getDescription()
Collection<UserParticipant> getAllParticipants()
UserParticipant objects.TextMessage createTextMessage()
TextMessageTextMessage createTextMessage(String msg)
TextMessage tm = im.createTextMessage();
tm.setText(msg);
msg - Text data of the message.
TextMessageMessageIndication createMessageIndication()
MessageIndicationMessageIndication createMessageIndication(MessageIndication.State state)
MessageIndication
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||