satin.aro
Class AROexportMap

java.lang.Object
  |
  +--satin.aro.AROexportMap

public class AROexportMap
extends java.lang.Object

Provides mapping between AROobjectIDs and AROexportObjects for use in an ARO server. This class is not used in ARO clients.

Author:
Ed Stauff

Constructor Summary
AROexportMap()
           
 
Method Summary
void dump(java.io.PrintStream p)
           
AROexportObject get(AROobjectID id)
          Converts an AROobjectID to an AROexportObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AROexportMap

public AROexportMap()
Method Detail

get

public AROexportObject get(AROobjectID id)
Converts an AROobjectID to an AROexportObject. Returns null if the id is not in the map.

dump

public void dump(java.io.PrintStream p)
Revision History

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



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