Uses of Class
com.arjuna.ats.arjuna.state.OutputBuffer
Packages that use OutputBuffer
-
Uses of OutputBuffer in com.arjuna.ats.arjuna.coordinator
Methods in com.arjuna.ats.arjuna.coordinator with parameters of type OutputBufferModifier and TypeMethodDescriptionvoidActionHierarchy.pack(OutputBuffer state) Pack the hierarchy into the buffer. -
Uses of OutputBuffer in com.arjuna.ats.arjuna.state
Subclasses of OutputBuffer in com.arjuna.ats.arjuna.stateModifier and TypeClassDescriptionclassOutputObjectState provides some additional methods to a basic OutputBuffer.Methods in com.arjuna.ats.arjuna.state with parameters of type OutputBufferModifier and TypeMethodDescriptionvoidOutputBuffer.copy(OutputBuffer b) Copy the provided OutputBuffer and overwrite the current instance.voidOutputBuffer.packInto(OutputBuffer buff) Pack this buffer into that provided.voidOutputObjectState.packInto(OutputBuffer buff) Constructors in com.arjuna.ats.arjuna.state with parameters of type OutputBufferModifierConstructorDescriptionOutputBuffer(OutputBuffer copyFrom) Create a new OutputBuffer and initialise its state with a copy of the provided buffer.