Uses of Class
uk.ac.vamsas.test.simpleclient.ClientDoc

Packages that use ClientDoc
uk.ac.vamsas.test.simpleclient   
uk.ac.vamsas.test.simpleclient.simpleapp   
 

Uses of ClientDoc in uk.ac.vamsas.test.simpleclient
 

Methods in uk.ac.vamsas.test.simpleclient that return ClientDoc
 ClientDoc ArchiveClient.watch(long time)
          watch the document file for updates.
protected  ClientDoc ArchiveClient._getReadonly(VamsasArchiveReader vreader)
           
 ClientDoc ArchiveClient.getUpdateable()
           
 ClientDoc ArchiveClient.getUpdateable(Lock lock)
           
 

Methods in uk.ac.vamsas.test.simpleclient with parameters of type ClientDoc
 boolean ArchiveClient.doUpdate(ClientDoc cdoc)
          trust client to not do anything stupid to the document roots which will now be written to the archive.
 

Uses of ClientDoc in uk.ac.vamsas.test.simpleclient.simpleapp
 

Methods in uk.ac.vamsas.test.simpleclient.simpleapp with parameters of type ClientDoc
 void VamsasClient.updateJalview(ClientDoc cdoc)
           
 void VamsasClient.updateVamsasDocument(ClientDoc doc)
          called with a vamsas document which will be updated with new data from the app
 

Constructors in uk.ac.vamsas.test.simpleclient.simpleapp with parameters of type ClientDoc
VamsasDatastore(ClientDoc cdoc, java.util.Hashtable vobj2jv, java.util.IdentityHashMap jv2vobj, Entry provEntry)