|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccParticipant
public class AccParticipant
The IAccParticipant interface is used to represent a user involved
in a secondary session.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the participant's name. |
boolean |
getOwner()
Whether the participant is the owner of the session |
AccParticipantState |
getState()
The state of the participant |
AccUser |
getUser()
Gets the IAccUser for this participant. |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
throws AccException
AccException
public AccUser getUser()
throws AccException
AccException
public AccParticipantState getState()
throws AccException
AccException
public boolean getOwner()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||