|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ne.mki.wedge.pub.server.logicclass.ServerLogicClassDelegate
public class ServerLogicClassDelegate
EngineManagerInterface経由でログ出力を行います。
ただし、ダイアログ表示のメソッドを使用してもダイアログは表示されません。
コンストラクタの概要 | |
---|---|
ServerLogicClassDelegate(jp.ne.mki.wedge.run.library.WedgeLog2RunServer wedgeLog)
|
メソッドの概要 | |
---|---|
java.lang.String |
getConnectDB(RuleEngineInterface logicClass)
XM_ServerControlDataに紐付くCurrentServerRuleに対して、getConnectDBの処理を行います。 |
java.lang.String |
getRuleSql(RuleEngineInterface logicClass)
XM_ServerControlDataに紐付くCurrentServerRuleに対して、getRuleSqlの処理を行います。 |
void |
log(java.util.logging.LogRecord record)
LogRecordのログ出力 |
void |
setConnectDB(java.lang.String connDB,
RuleEngineInterface logicClass)
XM_ServerControlDataに紐付くCurrentServerRuleに対して、setConnectDBの処理を行います。 |
void |
setRuleSql(java.lang.String sql,
RuleEngineInterface logicClass)
XM_ServerControlDataに紐付くCurrentServerRuleに対して、setRuleSqlの処理を行います。 |
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)
エラーログを出力 |
void |
writeTraceLog(java.lang.String message,
RuleEngineInterface logicClass)
トレース Logの吐き出し messageの先頭に クラス名などの情報を付与してログ出力します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ServerLogicClassDelegate(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)
messageの先頭に クラス名などの情報を付与してログ出力します。
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の writeTraceLog
wedgeLog
- message
- className
- physicalName
- controlRecord
- public void log(java.util.logging.LogRecord record)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の log
record
- 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 setConnectDB(java.lang.String connDB, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の setConnectDB
public void setRuleSql(java.lang.String sql, RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の setRuleSql
public java.lang.String getConnectDB(RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の getConnectDB
public java.lang.String getRuleSql(RuleEngineInterface logicClass)
jp.ne.mki.wedge.run.interfaces.ILogicClassDelegate
内の getRuleSql
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |