| Package | Description |
|---|---|
| ds.granules.bridge |
This package contains basic Granules Bridging code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaPoolComputation.sendMessage(JavaByteMessage jm)
Function which allows the resource to send messages to an attached
computation
|
void |
JavaGenericComputation.sendMessage(JavaByteMessage jm)
Function which allows the resource to send messages to an attached
computation
|
JavaPoolComputation |
JavaPoolComputation.switchCommunication(JavaByteMessage switchMessage,
int newCommType)
Allows the user to switch communication types from Java.
|
JavaGenericComputation |
JavaGenericComputation.switchCommunication(JavaByteMessage switchMessage,
int newCommType)
Allows the user to switch communication types from Java.
|