Uses of Class
com.arjuna.ats.arjuna.state.InputBuffer
-
Packages that use InputBuffer Package Description 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 Modifier and Type Method Description voidActionHierarchy. 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 Modifier and Type Class Description classInputObjectStateInputObjectState provides some additional methods to a basic InputBuffer.Methods in com.arjuna.ats.arjuna.state with parameters of type InputBuffer Modifier and Type Method Description voidInputBuffer. copy(InputBuffer buff)Copy the existing buffer.voidInputBuffer. unpackFrom(InputBuffer buff)Unpack a buffer from the provided buffer, and initialise this instance with it.voidInputObjectState. unpackFrom(InputBuffer buff)Constructors in com.arjuna.ats.arjuna.state with parameters of type InputBuffer Constructor Description InputBuffer(InputBuffer buff)Create a new buffer and copy the provided one.
-