Uses of Class
com.arjuna.ats.arjuna.state.OutputBuffer

Packages that use OutputBuffer
com.arjuna.ats.arjuna.coordinator   
com.arjuna.ats.arjuna.state   
 

Uses of OutputBuffer in com.arjuna.ats.arjuna.coordinator
 

Methods in com.arjuna.ats.arjuna.coordinator with parameters of type OutputBuffer
 void ActionHierarchy.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.state
 class OutputObjectState
          OutputObjectState provides some additional methods to a basic OutputBuffer.
 

Methods in com.arjuna.ats.arjuna.state with parameters of type OutputBuffer
 void OutputBuffer.copy(OutputBuffer b)
          Copy the provided OutputBuffer and overwrite the current instance.
 void OutputObjectState.packInto(OutputBuffer buff)
           
 void OutputBuffer.packInto(OutputBuffer buff)
          Pack this buffer into that provided.
 

Constructors in com.arjuna.ats.arjuna.state with parameters of type OutputBuffer
OutputBuffer(OutputBuffer copyFrom)
          Create a new OutputBuffer and initialise its state with a copy of the provided buffer.
 



Copyright © 2011. All Rights Reserved.