quick commit before refactoring
[vamsas.git] / src / org / vamsas / client / simpleclient / SimpleClient.java
index ab9799e..2041c11 100644 (file)
@@ -50,6 +50,10 @@ public class SimpleClient implements IClient {
   protected EventGeneratorThread evgen = null;
   protected ClientDocument cdocument = null;
   /**
+   * object hash table that persists in each client holding vorbaIds and hash values after a document write
+   */
+  protected Hashtable extantobjects=null;
+  /**
    * construct a transient IdFactory instance - this should last only as long as the 
    * SimpleClient object holds the lock on the vamsas document being created/manipulated.
    * @return