Class MappingSimulatorContext

All Implemented Interfaces:
com.infoteria.asteria.connection.ConnectionContext, com.infoteria.asteria.log.ILogger, Cloneable

public class MappingSimulatorContext extends ExecuteContext
  • Constructor Details

    • MappingSimulatorContext

      public MappingSimulatorContext(com.infoteria.asteria.flowengine2.framework.FlowWorkInfo info)
  • Method Details

    • doWriteBackExvarsWhenTerm

      protected boolean doWriteBackExvarsWhenTerm()
    • info

      public void info(int code)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • info

      public void info(int code, Object o1)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • info

      public void info(int code, Object o1, Object o2)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • info

      public void info(int code, Object o1, Object o2, Object o3)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • info

      public void info(Throwable t)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • info

      public void info(String m, Throwable t)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • info

      public void info(int code, Throwable t)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • info

      public void info(int code, Object o, Throwable t)
      情報ログの出力
      Specified by:
      info in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(int code)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(int code, Object o1)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(int code, Object o1, Object o2)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(int code, Object o1, Object o2, Object o3)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(Throwable t)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(String m, Throwable t)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(int code, Throwable t)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • warn

      public void warn(int code, Object o, Throwable t)
      警告ログの出力
      Specified by:
      warn in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(int code)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(int code, Object o1)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(int code, Object o1, Object o2)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(int code, Object o1, Object o2, Object o3)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(Throwable t)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(String m, Throwable t)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(int code, Throwable t)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • error

      public void error(int code, Object o, Throwable t)
      エラーログの出力
      Specified by:
      error in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(int code)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(int code, Object o1)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(int code, Object o1, Object o2)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(int code, Object o1, Object o2, Object o3)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(Throwable t)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(String m, Throwable t)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(int code, Throwable t)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • fatal

      public void fatal(int code, Object o, Throwable t)
      致命的エラーログの出力
      Specified by:
      fatal in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(int code)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(int code, Object o1)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(int code, Object o1, Object o2)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(int code, Object o1, Object o2, Object o3)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(Throwable t)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(String m, Throwable t)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(int code, Throwable t)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • debug

      public void debug(int code, Object o, Throwable t)
      デバッグログの出力
      Specified by:
      debug in interface com.infoteria.asteria.log.ILogger
    • isInfoEnabled

      public boolean isInfoEnabled()
      情報ログの出力が可能かどうかを返します。
      Specified by:
      isInfoEnabled in interface com.infoteria.asteria.log.ILogger
    • isWarnEnabled

      public boolean isWarnEnabled()
      警告ログの出力が可能かどうかを返します。
      Specified by:
      isWarnEnabled in interface com.infoteria.asteria.log.ILogger
    • isErrorEnabled

      public boolean isErrorEnabled()
      エラーログの出力が可能かどうかを返します。
      Specified by:
      isErrorEnabled in interface com.infoteria.asteria.log.ILogger
    • isFatalEnabled

      public boolean isFatalEnabled()
      致命的エラーログの出力が可能かどうかを返します。
      Specified by:
      isFatalEnabled in interface com.infoteria.asteria.log.ILogger
    • isDebugEnabled

      public boolean isDebugEnabled()
      デバッグログの出力が可能かどうかを返します。
      Specified by:
      isDebugEnabled in interface com.infoteria.asteria.log.ILogger