| Package | Description |
|---|---|
| org.gridgain.grid.compute |
Contains Compute Grid functionality.
|
| org.gridgain.grid.kernal |
Contains main implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridComputeTaskSession.addAttributeListener(GridComputeTaskSessionAttributeListener lsnr,
boolean rewind)
Add listener for the session attributes.
|
boolean |
GridComputeTaskSession.removeAttributeListener(GridComputeTaskSessionAttributeListener lsnr)
Removes given listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridJobSessionImpl.addAttributeListener(GridComputeTaskSessionAttributeListener lsnr,
boolean rewind)
Add listener for the session attributes.
|
void |
GridTaskSessionImpl.addAttributeListener(GridComputeTaskSessionAttributeListener lsnr,
boolean rewind)
Add listener for the session attributes.
|
boolean |
GridJobSessionImpl.removeAttributeListener(GridComputeTaskSessionAttributeListener lsnr)
Removes given listener.
|
boolean |
GridTaskSessionImpl.removeAttributeListener(GridComputeTaskSessionAttributeListener lsnr)
Removes given listener.
|
Copyright © 2014. All rights reserved.