public class DestroyRoomRequest extends MUCRoomTask<Void>
| Constructor and Description |
|---|
DestroyRoomRequest() |
DestroyRoomRequest(LocalMUCRoom room,
org.xmpp.packet.JID alternateJID,
String reason) |
DestroyRoomRequest(LocalMUCRoom room,
String alternateJID,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.JID |
getAlternateJID() |
String |
getReason() |
Void |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
execute, getRoom, isOriginator, setOriginatorpublic DestroyRoomRequest()
public DestroyRoomRequest(LocalMUCRoom room, org.xmpp.packet.JID alternateJID, String reason)
public DestroyRoomRequest(LocalMUCRoom room, String alternateJID, String reason)
public Void getResult()
public void run()
public org.xmpp.packet.JID getAlternateJID()
public String getReason()
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.