Package com.j_spaces.worker

Provides GigaSpaces Worker Interface.

See:
          Description

Interface Summary
IPrivilegeWorker The privilege worker.
IWorker This interface represents a generic space worker.
 

Package com.j_spaces.worker Description

Provides GigaSpaces Worker Interface.

When building parallel processing applications based on the master/worker pattern, there are cases where you would like to run the master adjacent to the space � letting you pass the entries across the network and improvising the performance. The space provides built-in capability to run your business logic together with the space process and gain access to the space locally, just like running it in embedded mode. The Worker can implement the com.j_spaces.worker.IWorker interface and receive as part of it an init() method, a reference to the space.