public class UpdateOccupant extends MUCRoomTask<Void>
| Constructor and Description |
|---|
UpdateOccupant() |
UpdateOccupant(LocalMUCRoom room,
MUCRole role) |
| Modifier and Type | Method and Description |
|---|---|
MUCRole.Affiliation |
getAffiliation() |
String |
getNickname() |
org.xmpp.packet.Presence |
getPresence() |
Void |
getResult() |
MUCRole.Role |
getRole() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
execute, getRoom, isOriginator, setOriginatorpublic UpdateOccupant()
public UpdateOccupant(LocalMUCRoom room, MUCRole role)
public org.xmpp.packet.Presence getPresence()
public String getNickname()
public MUCRole.Role getRole()
public MUCRole.Affiliation getAffiliation()
public Void getResult()
public void run()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class MUCRoomTask<Void>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class MUCRoomTask<Void>IOExceptionClassNotFoundExceptionCopyright © 2003–2019 Ignite Realtime. All rights reserved.