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:
getResult
in interfaceClusterTask<Void>
-
run
public void run() -
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-