public class DestroyRoomRequest extends MUCRoomTask
| 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() |
Object |
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 Object 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 MUCRoomTaskIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class MUCRoomTaskIOExceptionClassNotFoundExceptionCopyright © 2003-2008 Jive Software.