jp.ne.mki.wedge.pub.htmlgateway.logicclass
クラス HtmlGatewayLogicClassDelegate

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.pub.htmlgateway.logicclass.HtmlGatewayLogicClassDelegate
すべての実装されたインタフェース:
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate

public class HtmlGatewayLogicClassDelegate
extends java.lang.Object
implements jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate

HtmlGateway用 EngineManagerInterface経由での委譲クラス

EngineManagerInterface経由でログ出力を行います。
ただし、ダイアログ表示のメソッドを使用してもダイアログは表示されません。

導入されたバージョン:
ver1.3.0

コンストラクタの概要
HtmlGatewayLogicClassDelegate(jp.ne.mki.wedge.run.library.WedgeLog2RunServer wedgeLog)
           
 
メソッドの概要
 java.lang.String getConnectDB(RuleEngineInterface logicClass)
          コネクションDBの取得
 java.lang.String getRuleSql(RuleEngineInterface logicClass)
          SQLの取得
 void log(java.util.logging.LogRecord record)
          LogRecordのログ出力
 void setConnectDB(java.lang.String connDB, RuleEngineInterface logicClass)
          コネクションDBの設定
 void setRuleSql(java.lang.String sql, RuleEngineInterface logicClass)
          SQLの設定
 int showConfirmDialog(java.lang.String message, RuleEngineInterface logicClass)
          確認ダイアログの表示
 void showErrorDialog(java.lang.String message, RuleEngineInterface logicClass)
          エラーダイアログ表示
 void showInfomationDialog(java.lang.String message, RuleEngineInterface logicClass)
          情報ダイアログの表示
 void showWarningDialog(java.lang.String message, RuleEngineInterface logicClass)
          警告ダイアログの表示
 void writeErrorLog(java.lang.String message, java.lang.Throwable th, RuleEngineInterface logicClass)
          エラーログを出力する
 void writeLog(java.util.logging.Level level, java.lang.String message, java.lang.Throwable th, RuleEngineInterface logicClass)
          エラーログを出力
protected  void writeTraceLog(jp.ne.mki.wedge.run.servlet.htmlgateway.HTMLGatewayManager managerObject, java.lang.String message)
          TraceLog の吐き出し
 void writeTraceLog(java.lang.String message, RuleEngineInterface logicClass)
          トレースログを出力する
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HtmlGatewayLogicClassDelegate

public HtmlGatewayLogicClassDelegate(jp.ne.mki.wedge.run.library.WedgeLog2RunServer wedgeLog)
メソッドの詳細

showErrorDialog

public void showErrorDialog(java.lang.String message,
                            RuleEngineInterface logicClass)
エラーダイアログ表示

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の showErrorDialog
パラメータ:
message -
logicClass -

showInfomationDialog

public void showInfomationDialog(java.lang.String message,
                                 RuleEngineInterface logicClass)
情報ダイアログの表示

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の showInfomationDialog
パラメータ:
message -
logicClass -

showWarningDialog

public void showWarningDialog(java.lang.String message,
                              RuleEngineInterface logicClass)
警告ダイアログの表示

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の showWarningDialog
パラメータ:
message -
logicClass -

showConfirmDialog

public int showConfirmDialog(java.lang.String message,
                             RuleEngineInterface logicClass)
確認ダイアログの表示

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の showConfirmDialog
パラメータ:
message -
logicClass -
戻り値:
result 常に0が返ります。

writeErrorLog

public void writeErrorLog(java.lang.String message,
                          java.lang.Throwable th,
                          RuleEngineInterface logicClass)
エラーログを出力する

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の writeErrorLog
パラメータ:
message -
th -
logicClass -

writeTraceLog

public void writeTraceLog(java.lang.String message,
                          RuleEngineInterface logicClass)
トレースログを出力する

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の writeTraceLog
パラメータ:
message -
logicClass -

writeTraceLog

protected void writeTraceLog(jp.ne.mki.wedge.run.servlet.htmlgateway.HTMLGatewayManager managerObject,
                             java.lang.String message)
TraceLog の吐き出し

パラメータ:
managerObject -
message -

writeLog

public void writeLog(java.util.logging.Level level,
                     java.lang.String message,
                     java.lang.Throwable th,
                     RuleEngineInterface logicClass)
エラーログを出力

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の writeLog
パラメータ:
level -
message -
th -
logicClass -

log

public void log(java.util.logging.LogRecord record)
LogRecordのログ出力

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の log
パラメータ:
record -

setConnectDB

public void setConnectDB(java.lang.String connDB,
                         RuleEngineInterface logicClass)
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate の記述:
コネクションDBの設定

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の setConnectDB

setRuleSql

public void setRuleSql(java.lang.String sql,
                       RuleEngineInterface logicClass)
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate の記述:
SQLの設定

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の setRuleSql

getRuleSql

public java.lang.String getRuleSql(RuleEngineInterface logicClass)
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate の記述:
SQLの取得

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の getRuleSql

getConnectDB

public java.lang.String getConnectDB(RuleEngineInterface logicClass)
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate の記述:
コネクションDBの取得

定義:
インタフェース jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate 内の getConnectDB