Package org.openspaces.core.executor
Interface TaskGigaSpaceAware
public interface TaskGigaSpaceAware
Task can implement this method to be injected with the Space
they are executed on.- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetGigaSpace(GigaSpace gigaSpace) Injects the space the task is executed on.
-
Method Details
-
setGigaSpace
Injects the space the task is executed on.
-