satin.aro
Class AROoutgoingResponse

java.lang.Object
  |
  +--satin.aro.AROoutgoingData
        |
        +--satin.aro.AROoutgoingResponse

public class AROoutgoingResponse
extends AROoutgoingData

An outgoing response. This class is for use within an ARO server. It is not of any use to ARO clients.

Author:
Ed Stauff

Fields inherited from class satin.aro.AROoutgoingData
dataCount, finished, message, named
 
Constructor Summary
AROoutgoingResponse()
           
 
Method Summary
void clear()
          Clears the response so that it can be reused.
void finish()
          Must be called before message is sent.
void setException(java.lang.String name)
          Turns the response into an exception and sets the exception code.
void setRequestID(java.lang.String id)
          Sets the request ID for the response.
 
Methods inherited from class satin.aro.AROoutgoingData
addBoolean, addBoolean, addCompound, addCompound, addCompound, addInteger, addInteger, addName, addObject, addObject, addObject, addObject, addReal, addReal, addString, addString, getMessageString, isFinished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AROoutgoingResponse

public AROoutgoingResponse()
Method Detail

setException

public void setException(java.lang.String name)
Turns the response into an exception and sets the exception code.

setRequestID

public void setRequestID(java.lang.String id)
Sets the request ID for the response.

finish

public void finish()
Must be called before message is sent.

Overrides:
finish in class AROoutgoingData

clear

public void clear()
Clears the response so that it can be reused.

Overrides:
clear in class AROoutgoingData
Revision History

4/6/01 Ed Stauff - changes per initial code review.

4/5/01 Ed Stauff - made changes per review.

3/27/01 Ed Stauff - initial review.



Generated on 5/9/2001 19:37 from AROoutgoingResponse.java (PRIVATE SOURCES)