Class NewClusterMemberJoinedTask
java.lang.Object
org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
- All Implemented Interfaces:
Externalizable
,Serializable
,Runnable
,ClusterTask<Void>
Task that is used by a newly joined cluster node to inform other cluster nodes that it has joined the cluster.
The task triggers the joinedCluster event for the newly joined node.
- Author:
- Emiel van der Herberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NewClusterMemberJoinedTask
public NewClusterMemberJoinedTask()
-
-
Method Details
-
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
-