|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--satin.aro.AROobject
public abstract class AROobject
extends java.lang.ObjectRepresents an ARO object that resides in an ARO server.
| Field Summary | |
protected AROobjectID |
id
The server-assigned object ID. |
| Constructor Summary | |
protected |
AROobject(AROobjectID id)
The constructor. |
| Method Summary | |
AROobjectID |
getID()
Returns the ARO object ID of the object. |
protected void |
setID(AROobjectID id)
Sets the object ID. |
java.lang.String |
toAROstring()
Converts the object to a representation suitable for inclusion in an ARO protocol message. |
java.lang.String |
toString()
Converts the object to a human-readable representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected AROobjectID id
| Constructor Detail |
protected AROobject(AROobjectID id)
id| Method Detail |
public java.lang.String toAROstring()
public java.lang.String toString()
toString in class java.lang.Object
protected void setID(AROobjectID id)
AROobject.
Throws an assertion if the object ID is already set.
idpublic AROobjectID getID()
| Revision History |
4/6/01 Ed Stauff - changes per initial code review.
4/16/01 Ed Stauff - made abstract; added AROremoteObject, AROlocalObject.
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 | ||||||||
AROobject.java (PRIVATE SOURCES)