com.crossideas.certification.common.interfaces

Interface IGenericAction



  • public interface IGenericAction
    Author:
    ZinniL
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void execute(java.util.HashMap<java.lang.String,java.lang.Object> hm) 
      void init(java.lang.String realmName) 
    • Method Detail

      • init

        void init(java.lang.String realmName)
      • execute

        void execute(java.util.HashMap<java.lang.String,java.lang.Object> hm)
              throws java.lang.Exception
        Throws:
        java.lang.Exception