Class OccupantAddedTask
java.lang.Object
org.jivesoftware.openfire.muc.cluster.OccupantAddedTask
- All Implemented Interfaces:
Externalizable,Serializable,Runnable,ClusterTask<Void>
Task that informs cluster nodes that a XMPP entity is now an occupant of a MUC room.
- Author:
- Guus der Kinderen
- See Also:
-
Constructor Details
-
OccupantAddedTask
public OccupantAddedTask() -
OccupantAddedTask
-
-
Method Details
-
getSubdomain
-
getRoomName
-
getNickname
-
getRealJID
public org.xmpp.packet.JID getRealJID() -
getOriginator
-
getResult
- Specified by:
getResultin interfaceClusterTask<Void>
-
run
public void run() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-