Class ServiceRemovedEvent

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

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