Uses of Class
org.jaffa.persistence.exceptions.AlreadyLockedObjectException

Packages that use AlreadyLockedObjectException
org.jaffa.persistence   
org.jaffa.persistence.engines   
org.jaffa.persistence.engines.jdbcengine   
org.jaffa.rules.examples.domain   
 

Uses of AlreadyLockedObjectException in org.jaffa.persistence
 

Methods in org.jaffa.persistence that throw AlreadyLockedObjectException
 void UOW.acquireLock(Object object)
          This will acquire a lock on the database row corrsponding to the input persistent object.
protected  void Persistent.update()
          This method should be invoked by every updateXxx() method of the persistent class, before setting the value.
 

Uses of AlreadyLockedObjectException in org.jaffa.persistence.engines
 

Methods in org.jaffa.persistence.engines that throw AlreadyLockedObjectException
 void IPersistenceEngine.acquireLock(IPersistent object)
          This will acquire a lock on the database row corrsponding to the input persistent object.
 

Uses of AlreadyLockedObjectException in org.jaffa.persistence.engines.jdbcengine
 

Methods in org.jaffa.persistence.engines.jdbcengine that throw AlreadyLockedObjectException
 void Engine.acquireLock(IPersistent object)
          This will acquire a lock on the database row corrsponding to the input persistent object.
 

Uses of AlreadyLockedObjectException in org.jaffa.rules.examples.domain
 

Methods in org.jaffa.rules.examples.domain that throw AlreadyLockedObjectException
 void ValidFieldValue.setTableName(String tableName)
          Use this method to update the property tableName.
 void ValidFieldValue.updateTableName(String tableName)
          This method is present for backwards compatibility only.
 void ValidFieldValue.setFieldName(String fieldName)
          Use this method to update the property fieldName.
 void ValidFieldValue.updateFieldName(String fieldName)
          This method is present for backwards compatibility only.
 void ValidFieldValue.setLegalValue(String legalValue)
          Use this method to update the property legalValue.
 void ValidFieldValue.updateLegalValue(String legalValue)
          This method is present for backwards compatibility only.
 void ValidFieldValue.setDescription(String description)
          Use this method to update the property description.
 void ValidFieldValue.updateDescription(String description)
          This method is present for backwards compatibility only.
 void ValidFieldValue.setRemarks(String remarks)
          Use this method to update the property remarks.
 void ValidFieldValue.updateRemarks(String remarks)
          This method is present for backwards compatibility only.
 



Copyright © 2002-2004 JAFFA Project.