Uses of Class
br.shob.TimeStamp

Packages that use TimeStamp
br.shob   
br.shob.client   
br.shob.server   
br.shob.util   
 

Uses of TimeStamp in br.shob
 

Methods in br.shob that return TimeStamp
 TimeStamp Message.getTimeStamp()
          accesor for the time stamp of the object.
 TimeStamp SharedObject.getTimeStamp()
          Gets the timeStamp attribute of the SharedObject object
 

Methods in br.shob with parameters of type TimeStamp
 boolean TimeStamp.before(TimeStamp other)
          Description of the Method
 int TimeStamp.compareTo(TimeStamp other)
          Description of the Method
static Message Message.createOK(int type, HostId hostId, TimeStamp timeStamp)
          creates a message of this type.
static Message Message.createOK(int type, TimeStamp timeStamp)
          creates a message of this type.
static Message Message.createUnlock(String globalName, HostId writer, TimeStamp timeStamp)
          creates a message of this type.
static Message Message.createValidate(String globalName, TimeStamp timeStamp)
          creates a message of this type.
 void SharedObject.setTimeStamp(TimeStamp stamp)
          Sets the timeStamp attribute of the SharedObject object
 

Uses of TimeStamp in br.shob.client
 

Methods in br.shob.client that return TimeStamp
 TimeStamp ClientCommLayer.beginTrans(String globalName)
          Asks the server to begin a transaction on a shared object
 

Methods in br.shob.client with parameters of type TimeStamp
 void ClientCommLayer.unlock(String globalName, HostId writer, TimeStamp stamp)
          Asks the server to unlock an object and finish a transaction (after commit or reload)
 HostId ClientCommLayer.validate(String globalName, TimeStamp stamp)
          Validates a time stamp.
 

Uses of TimeStamp in br.shob.server
 

Methods in br.shob.server that return TimeStamp
protected  TimeStamp Server.beginTrans(URL client, String globalName)
          Begins a transaction on a shared object.
protected  TimeStamp Server.commit(URL client, String globalName)
          Description of the Method
protected  TimeStamp Server.share(URL client, String globalName, boolean lockable)
          Description of the Method
 TimeStamp ObjectInfo.getTimeStamp()
          Gets the timeStamp attribute of the ObjectInfo object
 

Methods in br.shob.server with parameters of type TimeStamp
protected  void ServerCommLayer.unlock(Socket s, URL client, String globalName, TimeStamp stamp)
          Description of the Method
protected  void ServerCommLayer.validate(Socket s, String globalName, TimeStamp stamp)
          Description of the Method
protected  void Server.unlock(URL client, String globalName, TimeStamp stamp)
          Description of the Method
protected  HostId Server.validate(String globalName, TimeStamp stamp)
          Description of the Method
 

Uses of TimeStamp in br.shob.util
 

Methods in br.shob.util that return TimeStamp
 TimeStamp SharedObjectDescriptor.getTimeStamp()
          Gets the timeStamp attribute of the SharedObjectDescriptor object