Package org.openspaces.events.support
Class RegisterEventContainerTask
java.lang.Object
org.openspaces.events.support.RegisterEventContainerTask
- All Implemented Interfaces:
Serializable,AutowireTaskMarker,ProcessObjectsProvider,Task<Serializable>
- Direct Known Subclasses:
RegisterDistributedEventContainerTask
public class RegisterEventContainerTask
extends Object
implements Task<Serializable>, ProcessObjectsProvider, AutowireTaskMarker
- Author:
- kimchy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegisterEventContainerTask
protected RegisterEventContainerTask() -
RegisterEventContainerTask
-
-
Method Details
-
getObjectsToProcess
Description copied from interface:ProcessObjectsProviderReturns an array of objects that needs processing on the space node side. Processing an objects allows to inject resources defined within the processing unit.- Specified by:
getObjectsToProcessin interfaceProcessObjectsProvider
-
execute
Description copied from interface:TaskComputes a result, or throws an exception if unable to do so.- Specified by:
executein interfaceTask<Serializable>- Returns:
- computed result
- Throws:
Exception- if unable to compute a result
-