Class TransactionalResourceStore

  • All Implemented Interfaces:
    ResourceStore, Transactional

    public class TransactionalResourceStore
    extends java.lang.Object
    implements ResourceStore, Transactional
    A TransactionalResourceStore get signals of the compilation process as a whole. When it started and when the compiler finished.
    Author:
    tcurdt
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onStart()  
      void onStop()  
      byte[] read​(java.lang.String pResourceName)  
      void remove​(java.lang.String pResourceName)  
      java.lang.String toString()  
      void write​(java.lang.String pResourceName, byte[] pResourceData)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionalResourceStore

        public TransactionalResourceStore​(ResourceStore pStore)
    • Method Detail

      • read

        public byte[] read​(java.lang.String pResourceName)
        Specified by:
        read in interface ResourceStore
      • remove

        public void remove​(java.lang.String pResourceName)
        Specified by:
        remove in interface ResourceStore
      • write

        public void write​(java.lang.String pResourceName,
                          byte[] pResourceData)
        Specified by:
        write in interface ResourceStore
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object