public class RoomInfo extends Object implements Externalizable
Constructor and Description |
---|
RoomInfo()
Do not use this constructor.
|
RoomInfo(LocalMUCRoom room,
Collection<MUCRole> occupants) |
Modifier and Type | Method and Description |
---|---|
List<OccupantAddedEvent> |
getOccupants() |
LocalMUCRoom |
getRoom() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public RoomInfo()
public RoomInfo(LocalMUCRoom room, Collection<MUCRole> occupants)
public LocalMUCRoom getRoom()
public List<OccupantAddedEvent> getOccupants()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2003-2008 Jive Software.