インタフェース
jp.finaluna.api.blogic.Context の使用

Context を使用しているパッケージ
jp.finaluna.api.blogic 業務処理を実行する業務ロジックを定義する。 
jp.finaluna.api.exit フレームワーク用出口処理を定義する。 
 

jp.finaluna.api.blogic での Context の使用
 

Context 型の型パラメータを持つ jp.finaluna.api.blogic のクラス
 interface Logic<CONTEXT extends Context,REQ extends DTO,RES extends DTO>
          業務ロジックが実装するインタフェース。
 interface StartupLogic<CONTEXT extends Context>
           業務起動時処理インターフェース 業務起動時処理を実装する場合にはStartupLogicインターフェースを実装する。
 interface StopLogic<CONTEXT extends Context>
           業務停止時処理インターフェース 業務停止時処理を実装する場合にはStopLogicインターフェースを実装する。
 

jp.finaluna.api.exit での Context の使用
 

Context 型の型パラメータを持つ jp.finaluna.api.exit のクラス
 interface LogicPostExit<CONTEXT extends Context,REQ extends DTO,RES extends DTO>
          ロジック後出口インタフェース。
 interface LogicPreExit<CONTEXT extends Context,REQ extends DTO,RES extends DTO>
          ロジック前出口インタフェース。