|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserParticipant
Represents a user participant in the communication.
| Method Summary | |
|---|---|
void |
redirect(String participant)
Redirect the communication to use a different participant instead of this participant. |
void |
reject()
Reject the participant from entering into the conversation. |
void |
reject(Reason reason)
Reject the participant from entering into the conversation. |
| Methods inherited from interface org.glassfish.cafe.api.Participant |
|---|
addAgent, getAgent, getAgents, getJoinable, getName, getNickName, removeAgent, setName, setNickName |
| Method Detail |
|---|
void reject()
void reject(Reason reason)
reason - Reason for rejecting the participant.void redirect(String participant)
participant - The participant to whom the redirected request should go to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||