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, waitgetResultprotected 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 ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003–2019 Ignite Realtime. All rights reserved.