com.aol.acc
Class AccParticipant

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccParticipant

public class AccParticipant
extends AccBase

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

getName

public java.lang.String getName()
                         throws AccException
Gets the participant's name.

Throws:
AccException

getUser

public AccUser getUser()
                throws AccException
Gets the IAccUser for this participant.

Throws:
AccException

getState

public AccParticipantState getState()
                             throws AccException
The state of the participant

Throws:
AccException

getOwner

public boolean getOwner()
                 throws AccException
Whether the participant is the owner of the session

Throws:
AccException