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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewClusterMemberJoinedTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeID
getOriginator()
Void
getResult()
void
readExternal(ObjectInput in)
void
run()
void
writeExternal(ObjectOutput out)
-
-
-
Method Detail
-
getOriginator
public NodeID getOriginator()
-
getResult
public Void getResult()
- Specified by:
getResult
in interfaceClusterTask<Void>
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
-