Class NewClusterMemberJoinedTask

java.lang.Object
org.jivesoftware.openfire.muc.cluster.NewClusterMemberJoinedTask
All Implemented Interfaces:
Externalizable, Serializable, Runnable, ClusterTask<Void>

public class NewClusterMemberJoinedTask extends Object implements 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: