|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Participant
Participant is a container for collaboration purpose.
It defines a participant for InteractionInvitationIn interaction.
| Nested Class Summary | |
|---|---|
static class |
Participant.Type
Constants that describe the types of participants. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of the participant. |
Participant.Type |
getType()
Gets the type of the participant. |
void |
setName(java.lang.String name)
Sets the name of the participant. |
void |
setType(Participant.Type type)
Sets the type of the participant. |
| Method Detail |
|---|
Participant.Type getType()
Participant.Typevoid setType(Participant.Type type)
type - as Participant.Typejava.lang.String getName()
Participant.Type,
the name is a user name for an Agent type or
the name of the queue for a Queue type.
void setName(java.lang.String name)
Participant.Type:
the name is an user name for an Agent type or
the name of the queue for a Queue type.
name - as String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||