Class ColumnEncryption

  • All Implemented Interfaces:
    ProcessCall

    public class ColumnEncryption
    extends SvrProcess
    Column Encryption Test
    Version:
    $Id: ColumnEncryption.java,v 1.2 2006/07/30 00:51:01 jjanke Exp $
    Author:
    Jorg Janke
    • Constructor Detail

      • ColumnEncryption

        public ColumnEncryption()
    • Method Detail

      • prepare

        protected void prepare()
        Prepare - e.g., get Parameters.
        Specified by:
        prepare in class SvrProcess
      • postProcess

        protected void postProcess​(boolean success)
        Description copied from class: SvrProcess
        Post process actions (outside trx). Please note that at this point the transaction is committed so you can't rollback. This method is useful if you need to do some custom work when the process complete the work (e.g. open some windows).
        Overrides:
        postProcess in class SvrProcess
        Parameters:
        success - true if the process was success