Class UnregisterDistributedEventContainerTask

java.lang.Object
org.openspaces.events.support.UnregisterEventContainerTask
org.openspaces.events.support.UnregisterDistributedEventContainerTask
All Implemented Interfaces:
AsyncResultsReducer<Boolean,Boolean>, Serializable, DistributedTask<Boolean,Boolean>, Task<Boolean>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class UnregisterDistributedEventContainerTask extends UnregisterEventContainerTask implements DistributedTask<Boolean,Boolean>
A task that unregisters (stops and disposes it) a dynamically added event container in a distributed manner. (using Polling or Notify. Returns true if all event containers were found and unregistered, false otherwise.
Author:
kimchy
See Also: