ymsg.network
Class YahooConference

Object
  extended byYahooConference

public class YahooConference
extends Object

Represents an instant messaging conference.

Since:
1.0

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

YahooConference

public YahooConference()
Method Detail

getName

public String getName()
Returns the unique string identifier for this conference room. This is an implementation detail, and would not normally be used by API users.

Returns:
name of conference
Since:
1.0

isClosed

public boolean isClosed()
Returns true if the conference is closed.

Returns:
true if conference closed.
Since:
1.0

getMembers

public Vector getMembers()
Returns the list of users who are currently in the conference. The returned Vector contains YahooUser objects for each user.

Note: this method clones the members list, and as such should be considered expensive.

Returns:
name of conference
Since:
1.0

getIdentity

public YahooIdentity getIdentity()
Returns the identity used to create this conference. All messages will be badged as this identity.

Returns:
the identity used in this conference
Since:
1.0

toString

public String toString()
Returns a string representation of this object.

Returns:
object as a string