Class ServiceUpdatedEvent
- java.lang.Object
-
- org.jivesoftware.openfire.muc.cluster.ServiceUpdatedEvent
-
- All Implemented Interfaces:
Externalizable
,Serializable
,Runnable
,ClusterTask<Void>
public class ServiceUpdatedEvent extends Object implements ClusterTask<Void>
Task that will update a service configuring in the cluster node. When a service is update in a cluster node the rest of the cluster nodes will need to reread their configuration from the database.- Author:
- Daniel Henninger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceUpdatedEvent()
ServiceUpdatedEvent(String subdomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
getResult()
void
readExternal(ObjectInput in)
void
run()
void
writeExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
ServiceUpdatedEvent
public ServiceUpdatedEvent()
-
ServiceUpdatedEvent
public ServiceUpdatedEvent(String subdomain)
-
-
Method Detail
-
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
-
-