|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputBuffer | |
|---|---|
| com.arjuna.ats.arjuna.coordinator | |
| com.arjuna.ats.arjuna.state | |
| Uses of InputBuffer in com.arjuna.ats.arjuna.coordinator |
|---|
| Methods in com.arjuna.ats.arjuna.coordinator with parameters of type InputBuffer | |
|---|---|
void |
ActionHierarchy.unpack(InputBuffer state)
CAREFULLY unpack the 'new' hierarchy. |
| Uses of InputBuffer in com.arjuna.ats.arjuna.state |
|---|
| Subclasses of InputBuffer in com.arjuna.ats.arjuna.state | |
|---|---|
class |
InputObjectState
InputObjectState provides some additional methods to a basic InputBuffer. |
| Methods in com.arjuna.ats.arjuna.state with parameters of type InputBuffer | |
|---|---|
void |
InputBuffer.copy(InputBuffer buff)
Copy the existing buffer. |
void |
InputObjectState.unpackFrom(InputBuffer buff)
|
void |
InputBuffer.unpackFrom(InputBuffer buff)
Unpack a buffer from the provided buffer, and initialise this instance with it. |
| Constructors in com.arjuna.ats.arjuna.state with parameters of type InputBuffer | |
|---|---|
InputBuffer(InputBuffer buff)
Create a new buffer and copy the provided one. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||