|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--satin.aro.AROoutgoingData
|
+--satin.aro.AROoutgoingResponse
public class AROoutgoingResponse
extends AROoutgoingDataAn outgoing response. This class is for use within an ARO server. It is not of any use to ARO clients.
| 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 |
public AROoutgoingResponse()
| Method Detail |
public void setException(java.lang.String name)
public void setRequestID(java.lang.String id)
public void finish()
finish in class AROoutgoingDatapublic void clear()
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
AROoutgoingResponse.java (PRIVATE SOURCES)