Smack

org.jivesoftware.smackx.bookmark
Class BookmarkedConference

java.lang.Object
  extended by org.jivesoftware.smackx.bookmark.BookmarkedConference

public class BookmarkedConference
extends Object

Respresents a Conference Room bookmarked on the server using JEP-0048 Bookmark Storage JEP.

Author:
Derek DeMoro

Constructor Summary
BookmarkedConference()
           
 
Method Summary
 String getJid()
          Returns the full JID of this conference room.
 String getName()
          Returns the display label representing the Conference room.
 String getNickname()
          Returns the nickname to use when joining this conference room.
 String getPassword()
          Returns the password to use when joining this conference room.
 boolean isAutoJoin()
          Returns true if this conference room should be auto-joined on startup.
 void setAutoJoin(boolean autoJoin)
           
 void setJid(String jid)
           
 void setName(String name)
           
 void setNickname(String nickname)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkedConference

public BookmarkedConference()
Method Detail

getName

public String getName()
Returns the display label representing the Conference room.

Returns:
the name of the conference room.

setName

public void setName(String name)

isAutoJoin

public boolean isAutoJoin()
Returns true if this conference room should be auto-joined on startup.

Returns:
true if room should be joined on startup, otherwise false.

setAutoJoin

public void setAutoJoin(boolean autoJoin)

getJid

public String getJid()
Returns the full JID of this conference room. (ex.dev@conference.jivesoftware.com)

Returns:
the full JID of this conference room.

setJid

public void setJid(String jid)

getNickname

public String getNickname()
Returns the nickname to use when joining this conference room. This is an optional value and may return null.

Returns:
the nickname to use when joining, null may be returned.

setNickname

public void setNickname(String nickname)

getPassword

public String getPassword()
Returns the password to use when joining this conference room. This is an optional value and may return null.

Returns:
the password to use when joining this conference room, null may be returned.

setPassword

public void setPassword(String password)

Smack

Copyright © 2003 Jive Software.