public abstract class MUCRoomTask<V> extends Object implements ClusterTask<V>
Modifier | Constructor and Description |
---|---|
protected |
MUCRoomTask() |
protected |
MUCRoomTask(LocalMUCRoom room) |
Modifier and Type | Method and Description |
---|---|
protected void |
execute(Runnable runnable)
Executes the requested task considering that this JVM may still be joining the cluster.
|
LocalMUCRoom |
getRoom() |
boolean |
isOriginator() |
void |
readExternal(ObjectInput in) |
void |
setOriginator(boolean originator) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResult
protected MUCRoomTask()
protected MUCRoomTask(LocalMUCRoom room)
public LocalMUCRoom getRoom()
protected void execute(Runnable runnable)
runnable
- the task to execute.public boolean isOriginator()
public void setOriginator(boolean originator)
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–2020 Ignite Realtime. All rights reserved.