public class BroadcastPresenceRequest extends MUCRoomTask
| Constructor and Description |
|---|
BroadcastPresenceRequest() |
BroadcastPresenceRequest(LocalMUCRoom room,
org.xmpp.packet.Presence message,
boolean isJoinPresence) |
| Modifier and Type | Method and Description |
|---|---|
org.xmpp.packet.Presence |
getPresence() |
Object |
getResult() |
boolean |
isJoinPresence() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
execute, getRoom, isOriginator, setOriginatorpublic BroadcastPresenceRequest()
public BroadcastPresenceRequest(LocalMUCRoom room, org.xmpp.packet.Presence message, boolean isJoinPresence)
public org.xmpp.packet.Presence getPresence()
public boolean isJoinPresence()
public Object getResult()
public void run()
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.