Uses of Class
com.arjuna.ats.arjuna.state.InputBuffer
Packages that use InputBuffer
-
Uses of InputBuffer in com.arjuna.ats.arjuna.coordinator
Methods in com.arjuna.ats.arjuna.coordinator with parameters of type InputBufferModifier and TypeMethodDescriptionvoidActionHierarchy.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.stateModifier and TypeClassDescriptionclassInputObjectState provides some additional methods to a basic InputBuffer.Methods in com.arjuna.ats.arjuna.state with parameters of type InputBufferModifier and TypeMethodDescriptionvoidInputBuffer.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 InputBufferModifierConstructorDescriptionInputBuffer(InputBuffer buff) Create a new buffer and copy the provided one.