|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--satin.aro.AROdatum
|
+--satin.aro.AROcompoundDatum
|
+--satin.aro.AROincomingRequest
public class AROincomingRequest
extends AROcompoundDatumAn incoming request. This class is for use within an ARO server. It is not of any use to ARO clients.
| Fields inherited from class satin.aro.AROcompoundDatum |
debug |
| Fields inherited from class satin.aro.AROdatum |
gotten, name |
| Constructor Summary | |
AROincomingRequest(java.lang.String input)
Constructs a request from an ARO protocol string. |
|
| Method Summary | |
void |
clear()
Clears the request so the object can be reused. |
void |
finish()
Makes sure that all the data elements have been read. |
java.lang.String |
getFunctionName()
Returns the function (method or global subroutine) name. |
java.lang.String |
getRawMessage()
Returns the raw ARO protocol message. |
java.lang.String |
getRequestID()
Returns the request ID. |
AROobjectID |
getThisObject()
Returns the ARO "this" object for the request, or null if the request is a global subroutine. |
boolean |
isAsynch()
Returns whether the request is asynchronous. |
boolean |
isFinished()
Tells whether finish has been called on this object. |
| Methods inherited from class satin.aro.AROcompoundDatum |
addDatum, addToOutput, dump, exists, findByName, firstChar, getAROtypeName, getBoolean, getBoolean, getCompound, getCompound, getCompound, getCount, getDatum, getInteger, getInteger, getName, getNth, getObjectID, getObjectID, getReal, getReal, getString, getString, parseAssignment, parseDatum, parseName, removeAll, toString, trimLeadingSpaces |
| Methods inherited from class satin.aro.AROdatum |
addToOutput, dump, getBoolean, getInteger, getName, getObjectID, getReal, getString, wasGotten |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AROincomingRequest(java.lang.String input)
throws satin.aro.AROsyntaxError
input| Method Detail |
public java.lang.String getFunctionName()
public java.lang.String getRequestID()
public boolean isAsynch()
public void clear()
public AROobjectID getThisObject()
public void finish()
wasGotten method.public boolean isFinished()
finish has been called on this object.public java.lang.String getRawMessage()
| 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 | ||||||||
AROincomingRequest.java (PRIVATE SOURCES)