satin.aro
Class AROexportObject

java.lang.Object
  |
  +--satin.aro.AROobject
        |
        +--satin.aro.AROexportObject

public class AROexportObject
extends AROobject

Used by an ARO server to represent an object that is visible to clients. This class is never used inside ARO clients.

Author:
Ed Stauff

Fields inherited from class satin.aro.AROobject
id
 
Constructor Summary
AROexportObject(java.lang.Object obj, AROexportMap map)
          Constructs an exportable object that represents the given object.
 
Method Summary
java.lang.Object getObject()
          Returns the object that this object references.
 
Methods inherited from class satin.aro.AROobject
getID, setID, toAROstring, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AROexportObject

public AROexportObject(java.lang.Object obj,
                       AROexportMap map)
Constructs an exportable object that represents the given object. Its object ID is automatically allocated.

Parameters:
obj
The real object that the new exportable object will represent.
map
The export map the keeps track of all the exported objects.
Method Detail

getObject

public java.lang.Object getObject()
Returns the object that this object references.
Revision History

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

4/16/01 Ed Stauff - file created.



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