|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> plugins >> conference >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.ou.kmi.buddyspace.plugins.conference.core
Class BSConfRoomInfo

java.lang.Objectedu.ou.kmi.buddyspace.plugins.conference.core.BSConfRoomInfo
- public class BSConfRoomInfo
- extends java.lang.Object
BSConfRoomInfo
provides information about a conference room.
In includes hashtable of nicks, room name and JID, myPresence, etc.
Field Summary | |
static int |
CHANGING_NICK
|
static int |
LOGGED
|
static int |
LOGGING1
|
static int |
LOGGING2
|
edu.ou.kmi.buddyspace.core.BSPresenceInfo |
myPresence
|
java.lang.String |
name
|
java.util.Hashtable |
nicks
|
static int |
NOT_LOGGED
|
JID |
roomJID
|
java.lang.String |
servedID
|
int |
state
|
Constructor Summary | |
BSConfRoomInfo(JID roomJID)
Constructor |
Method Summary | |
void |
setMyJID(JID myJID)
Sets my JID in room |
void |
setMyPresence(boolean available,
java.lang.String show,
java.lang.String status)
Sets my presence in room |
void |
setRoomName(java.lang.String name)
Sets room name |
void |
setState(int state)
Sets room state (while joining) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
roomJID
public JID roomJID
name
public java.lang.String name
nicks
public java.util.Hashtable nicks
servedID
public java.lang.String servedID
state
public int state
myPresence
public edu.ou.kmi.buddyspace.core.BSPresenceInfo myPresence
NOT_LOGGED
public static int NOT_LOGGED
LOGGING1
public static int LOGGING1
LOGGING2
public static int LOGGING2
LOGGED
public static int LOGGED
CHANGING_NICK
public static int CHANGING_NICK
Constructor Detail |
BSConfRoomInfo
public BSConfRoomInfo(JID roomJID)
- Constructor
Method Detail |
setMyPresence
public void setMyPresence(boolean available, java.lang.String show, java.lang.String status)
- Sets my presence in room
setState
public void setState(int state)
- Sets room state (while joining)
setRoomName
public void setRoomName(java.lang.String name)
- Sets room name
setMyJID
public void setMyJID(JID myJID)
- Sets my JID in room
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> plugins >> conference >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |