GigaSpaces XAP 10.0.1 API

org.openspaces.core.executor.support
Interface ProcessObjectsProvider

All Known Implementing Classes:
CallableDistributedTaskAdapter, CallableTaskAdapter, RegisterDistributedEventContainerTask, RegisterEventContainerTask, RunnableDistributedTaskAdapter, RunnableTaskAdapter

public interface ProcessObjectsProvider

An interface used with Task allowing to return additional objects to be processed on the node the task is executed. Processing an objects allows to inject resources defined within the processing unit.

Author:
kimchy

Method Summary
 Object[] getObjectsToProcess()
          Returns an array of objects that needs processing on the space node side.
 

Method Detail

getObjectsToProcess

Object[] getObjectsToProcess()
Returns an array of objects that needs processing on the space node side. Processing an objects allows to inject resources defined within the processing unit.


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.