- MailAttachedFileTable - nablarch.common.mailのクラス
-
添付ファイル管理テーブルのスキーマ情報を保持するデータオブジェクト。
- MailConfig - nablarch.common.mailのクラス
-
出力ライブラリ(メール送信)のコード値を保持するデータオブジェクト。
- MailContext - nablarch.common.mailのクラス
-
メール送信要求を表す抽象クラス。
- MailRecipientTable - nablarch.common.mailのクラス
-
メール送信先管理テーブルのスキーマ情報を保持するデータオブジェクト。
- MailRequestConfig - nablarch.common.mailのクラス
-
メールのデフォルト設定を保持するデータオブジェクト。
- MailRequester - nablarch.common.mailのクラス
-
メール送信要求を行うクラス。
- MailRequestTable - nablarch.common.mailのクラス
-
メール送信要求管理テーブルのスキーマを保持するデータオブジェクト。
- MailSender - nablarch.common.mailのクラス
-
メール送信要求管理テーブル上の各レコードごとにメール送信を行うバッチアクション。
- MailSender() - クラス のコンストラクタnablarch.common.mail.MailSender
-
コンストラクタ。
- MailTemplateTable - nablarch.common.mailのクラス
-
メールテンプレート管理テーブルのスキーマ情報を保持するデータオブジェクト。
- MailUtil - nablarch.common.mailのクラス
-
メール送信ライブラリ関連のユーティリティ。
- main(String[]) - クラス のstaticメソッドnablarch.fw.launcher.GenericLauncher
-
mainメソッド。
- Main - nablarch.fw.launcherのクラス
-
本フレームワークの起動シーケンスの起点となるクラス。
- mapToBodyString(String, HttpProtocolClient.HttpRequestMethodEnum, SyncMessage) - クラス のメソッドnablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
HTTP通信のボディ部を生成する。
- mapToHeaderMap(SyncMessage) - クラス のメソッドnablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
HTTPヘッダに含める内容を生成する。
- mapToQueryMap(String, HttpProtocolClient.HttpRequestMethodEnum, SyncMessage) - クラス のメソッドnablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
クエリストリングを生成する。
- mapToUriString(String, HttpProtocolClient.HttpRequestMethodEnum, SyncMessage) - クラス のメソッドnablarch.fw.messaging.realtime.http.client.HttpMessagingClient
-
URIを生成する。
- MapWrapper<K,V> - nablarch.core.util.mapのクラス
-
Map
を実装するクラスの、ラッパークラスを作成するための抽象クラス。
- markAsArray() - クラス のメソッドnablarch.core.dataformat.FieldDefinition
-
このフィールドが配列項目に設定する。
- markAsAttribute() - クラス のメソッドnablarch.core.dataformat.FieldDefinition
-
このフィールドが属性項目に設定する。
- markAsFiller() - クラス のメソッドnablarch.core.dataformat.FieldDefinition
-
このフィールドがFILLER項目に設定する。
- markAsNotRequired() - クラス のメソッドnablarch.core.dataformat.FieldDefinition
-
このフィールドが任意項目に設定する。
- MaskingMapValueEditor(char, Pattern[]) - クラス のコンストラクタnablarch.core.log.LogUtil.MaskingMapValueEditor
-
コンストラクタ。
- MaxLineNumberSqlGenerator - nablarch.etl.generatorのクラス
-
LINE_NUMBERカラムの最大値を取得するSQL文を生成するクラス。
- MergeSqlGenerator - nablarch.etl.generatorのクラス
-
入力リソース(SELECT)文から登録/更新を一括で行うMERGE文を生成するクラス。
- Message - nablarch.core.messageのクラス
-
メッセージに必要な情報を保持し、メッセージのフォーマットを行うクラス。
- Message(MessageLevel, StringResource) - クラス のコンストラクタnablarch.core.message.Message
-
メッセージの通知レベル、文字列リソースを指定して、インスタンスを生成する。
- Message(MessageLevel, StringResource, Object[]) - クラス のコンストラクタnablarch.core.message.Message
-
メッセージの通知レベル、文字列リソース、オプションパラメータを指定して、インスタンスを生成する。
- MessageLevel - nablarch.core.messageの列挙型
-
メッセージの通知レベルを表す列挙型。
- MessageNotFoundException - nablarch.core.messageの例外
-
メッセージが存在しなかった場合に発生する例外。
- MessageNotFoundException(String) - 例外 のコンストラクタnablarch.core.message.MessageNotFoundException
-
MessageNotFoundExceptionオブジェクトを生成する。
- MessageReadError - nablarch.fw.messagingの例外
-
メッセージデータリーダによる受信電文の読み込み処理の最中にエラーが発生した場合に
送出される例外。
- MessageReadError(ReceivedMessage, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.MessageReadError
-
コンストラクタ。
- MessageReplyHandler - nablarch.fw.messaging.handlerのクラス
-
受信電文に設定された宛先に対して応答電文を送信するハンドラ。
- MessageReplyHandler() - クラス のコンストラクタnablarch.fw.messaging.handler.MessageReplyHandler
-
コンストラクタ。
- MessageSender - nablarch.fw.messagingのクラス
-
対外システムに対するメッセージの同期送信を行うユーティリティクラス。
- MessageSenderClient - nablarch.fw.messagingのインタフェース
-
- MessageSenderSettings - nablarch.fw.messagingのクラス
-
- MessageSenderSettings(String) - クラス のコンストラクタnablarch.fw.messaging.MessageSenderSettings
-
コンストラクタ。
- MessageSendSyncTimeoutException - nablarch.fw.messagingの例外
-
送信した電文に対する応答電文をタイムアウト時間内に受信することができなかった場合に
送出される例外。
- MessageSendSyncTimeoutException(String, int) - 例外 のコンストラクタnablarch.fw.messaging.MessageSendSyncTimeoutException
-
コンストラクタ。
- MessageUtil - nablarch.core.messageのクラス
-
アプリケーションがメッセージを取得する際に使用するユーティリティクラス。
- MessagingAction - nablarch.fw.actionのクラス
-
- MessagingAction - nablarch.fw.messaging.actionのクラス
-
被仕向同期応答処理を行う業務処理で使用するテンプレートクラス。
- MessagingAction() - クラス のコンストラクタnablarch.fw.messaging.action.MessagingAction
-
MessagingActionオブジェクトを生成する。
- MessagingContext - nablarch.fw.messagingのクラス
-
メッセージングサーバとの間に開かれるセッションに対するラッパー。
- MessagingException - nablarch.fw.messagingの例外
-
メッセージ処理において問題が発生した場合に送出される実行時例外。
- MessagingException() - 例外 のコンストラクタnablarch.fw.messaging.MessagingException
-
デフォルトコンストラクタ。
- MessagingException(String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.MessagingException
-
コンストラクタ。
- MessagingException(String) - 例外 のコンストラクタnablarch.fw.messaging.MessagingException
-
コンストラクタ。
- MessagingException(Throwable) - 例外 のコンストラクタnablarch.fw.messaging.MessagingException
-
コンストラクタ。
- MessagingExceptionFactory - nablarch.fw.messaging.providerのインタフェース
-
- MessagingLogFormatter - nablarch.fw.messaging.loggingのクラス
-
メッセージ送受信処理の中でログ出力を行うクラス。
- MessagingLogUtil - nablarch.fw.messaging.loggingのクラス
-
メッセージング処理中のログの出力内容に関連した処理を行うユーティリティクラス。
- MessagingProvider - nablarch.fw.messagingのインタフェース
-
- MethodBinderFactory<T> - nablarch.fw.web.handlerのインタフェース
-
MethodBinder
のファクトリクラス。
- MomConnectionException - nablarch.fw.messaging.provider.exceptionの例外
-
例外がMOM接続に関する問題である場合に送出される例外。
- MomConnectionException(String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.provider.exception.MomConnectionException
-
コンストラクタ。
- move(File, File) - クラス のstaticメソッドnablarch.core.util.FileUtil
-
ファイルを移動する。
- moveFileTo(String, String) - クラス のメソッドnablarch.fw.web.upload.util.UploadHelper
-
アップロードされたファイルを移動する。
- moveTo(File, String) - クラス のメソッドnablarch.fw.web.upload.PartInfo
-
ファイルを移動する。
- MultipleKeyCaseMap<V> - nablarch.core.util.mapのクラス
-
キーの大文字と小文字、アンダースコア(_)の有無を区別しないマップの実装クラス。
- MultipleKeyCaseMap() - クラス のコンストラクタnablarch.core.util.map.MultipleKeyCaseMap
-
- MultipleKeyCaseMap(Map<String, V>) - クラス のコンストラクタnablarch.core.util.map.MultipleKeyCaseMap
-
- MultiStatus() - クラス のコンストラクタnablarch.fw.Result.MultiStatus
-
デフォルトコンストラクタ。
- MultiStatus(String) - クラス のコンストラクタnablarch.fw.Result.MultiStatus
-
コンストラクタ。