|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ne.mki.wedge.pub.htmlgateway.logicclass.HtmlGatewayLogicClassDelegate
public class HtmlGatewayLogicClassDelegate
EngineManagerInterface経由でログ出力を行います。
ただし、ダイアログ表示のメソッドを使用してもダイアログは表示されません。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public HtmlGatewayLogicClassDelegate(jp.ne.mki.wedge.run.library.WedgeLog2RunServer wedgeLog)
メソッドの詳細 |
---|
public void showErrorDialog(java.lang.String message, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の showErrorDialog
message
- logicClass
- public void showInfomationDialog(java.lang.String message, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の showInfomationDialog
message
- logicClass
- public void showWarningDialog(java.lang.String message, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の showWarningDialog
message
- logicClass
- public int showConfirmDialog(java.lang.String message, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の showConfirmDialog
message
- logicClass
-
public void writeErrorLog(java.lang.String message, java.lang.Throwable th, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の writeErrorLog
message
- th
- logicClass
- public void writeTraceLog(java.lang.String message, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の writeTraceLog
message
- logicClass
- protected void writeTraceLog(jp.ne.mki.wedge.run.servlet.htmlgateway.HTMLGatewayManager managerObject, java.lang.String message)
managerObject
- message
- 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
- public void log(java.util.logging.LogRecord record)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の log
record
- public void setConnectDB(java.lang.String connDB, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
の記述:
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の setConnectDB
public void setRuleSql(java.lang.String sql, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
の記述:
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の setRuleSql
public java.lang.String getRuleSql(RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
の記述:
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の getRuleSql
public java.lang.String getConnectDB(RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
の記述:
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の getConnectDB
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |