Package org.openspaces.events.support
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:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUnregisterDistributedEventContainerTask(String containerName) -
Method Summary
Methods inherited from class org.openspaces.events.support.UnregisterEventContainerTask
execute, setApplicationContext
-
Constructor Details
-
UnregisterDistributedEventContainerTask
protected UnregisterDistributedEventContainerTask() -
UnregisterDistributedEventContainerTask
-
-
Method Details
-
reduce
- Specified by:
reducein interfaceAsyncResultsReducer<Boolean,Boolean> - Throws:
Exception
-