Uses of Class
br.shob.AlreadyLockedException

Packages that use AlreadyLockedException
br.shob   
br.shob.server   
 

Uses of AlreadyLockedException in br.shob
 

Methods in br.shob that throw AlreadyLockedException
 void PhantomReference.srBeginTrans()
          This method throws a PhantomCallException and should not be called.
 void DefaultSharedReference.srBeginTrans()
          Initiates a transaction for this object.
protected  void SharedSpace.beginTrans(SharedReference reference)
          This method should not be called directly.
 void SharedReference.srBeginTrans()
          Initiates a transaction for this object.
 

Uses of AlreadyLockedException in br.shob.server
 

Methods in br.shob.server that throw AlreadyLockedException
protected  TimeStamp Server.beginTrans(URL client, String globalName)
          Begins a transaction on a shared object.