Class ServiceRemovedEvent
java.lang.Object
org.jivesoftware.openfire.muc.cluster.ServiceRemovedEvent
- All Implemented Interfaces:
Externalizable
,Serializable
,Runnable
,ClusterTask<Void>
Task that will remove a service from the cluster node. When a service is destroyed
in a cluster node the rest of the cluster nodes will need to destroy their copy.
- Author:
- Daniel Henninger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ServiceRemovedEvent
public ServiceRemovedEvent() -
ServiceRemovedEvent
-
-
Method Details
-
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
-