|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectYahooConference
Represents an instant messaging conference.
| Constructor Summary | |
YahooConference()
|
|
| Method Summary | |
YahooIdentity |
getIdentity()
Returns the identity used to create this conference. |
Vector |
getMembers()
Returns the list of users who are currently in the conference. |
String |
getName()
Returns the unique string identifier for this conference room. |
boolean |
isClosed()
Returns true if the conference is closed. |
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public YahooConference()
| Method Detail |
public String getName()
public boolean isClosed()
public Vector getMembers()
Vector contains YahooUser objects
for each user.
Note: this method clones the members list, and as such should be considered expensive.
public YahooIdentity getIdentity()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||