|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--satin.aro.AROobject
|
+--satin.aro.AROremoteObject
public class AROremoteObject
extends AROobjectUsed by an ARO client to represent an object in an ARO server. This class is never used inside ARO servers.
| Field Summary | |
final AROremoteServer |
server
The ARO server from which this object originated. |
| Fields inherited from class satin.aro.AROobject |
id |
| Constructor Summary | |
protected |
AROremoteObject(AROremoteServer server)
Constructs an object obtained from the given server. |
|
AROremoteObject(AROremoteServer server,
AROobjectID id)
Constructs an object with the given ID obtained from the given server. |
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Returns true if the two objects represent the same object in the server. |
boolean |
exists()
Returns whether the object still exists in the ARO server. |
java.lang.String |
getAROclassName()
Returns the ARO class name for the object. |
| Methods inherited from class satin.aro.AROobject |
getID, setID, toAROstring, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final AROremoteServer server
| Constructor Detail |
protected AROremoteObject(AROremoteServer server)
AROremoteObject) by calling
setID.
serverAROremoteServer from which the object
id was obtained.
public AROremoteObject(AROremoteServer server,
AROobjectID id)
serverAROremoteServer from which the object
id was obtained.id| Method Detail |
public java.lang.String getAROclassName()
throws java.io.IOException,
AROexception
public boolean exists()
throws java.io.IOException,
AROexception
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object| Revision History |
4/7/01 Ed Stauff - added exists method.
4/6/01 Ed Stauff - changes per initial code review.
5/9/01 Ed Stauff - added getAROclassName.
4/16/01 Ed Stauff - file created.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
AROremoteObject.java (PRIVATE SOURCES)