Class LockStore


  • public abstract class LockStore
    extends java.lang.Object
    The lock store interface is the application's route to using a specific lock store implementation. The interface dynamically binds to an implementation of the right type.
    Since:
    JTS 1.0.
    Version:
    $Id: LockStore.java 2342 2006-03-30 13:06:17Z $
    Author:
    Mark Little (mark@arjuna.com)
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LockStore()  
    • Constructor Detail

      • LockStore

        protected LockStore()
    • Method Detail

      • remove_state

        public abstract boolean remove_state​(Uid u,
                                             java.lang.String tname)
        Remove the state from the lock store.
      • write_committed

        public abstract boolean write_committed​(Uid u,
                                                java.lang.String tName,
                                                OutputObjectState state)
        Write the state to the lock store.