インタフェース | 説明 |
---|---|
CommonService |
サービスを選択して実行するクラスが実装すべきインタフェース。
|
CommonServiceFacade |
ServiceFacadeのSessionインタフェース
|
CommonServiceFacadeFactory |
CommonServiceFacadeを生成するクラスが実装すべきインタフェース。
|
CommonServiceFactory |
CommonServiceを生成するクラスが実装すべきインタフェース。
|
Service |
サービスを実行するクラスが実装すべきインタフェース。
|
ServiceCondition |
サービスの前提条件評価、終了条件評価をクラスが実装すべきインタフェース
|
ServiceConditionErrorHandlerFactory |
条件用のServiceErrorHandlerを生成するクラスが実装すべきインタフェース
|
ServiceConditionFacade |
サービスの前提条件評価、終了条件評価を行うSessionBean実装すべきインタフェース
|
ServiceConditionFactory |
ServiceConditionを生成するクラスが実装すべきインタフェース
|
ServiceConditionItem |
ServiceConditionの明細条件を保持するクラスが実装すべきインタフェース
|
ServiceConditionItemFacade |
ServiceConditionの明細条件を保持するSessionBeanが実装すべきインタフェース
|
ServiceErrorHandler |
Serviceでの例外処理を行うクラスが実装すべきインタフェース
|
ServiceErrorHandlerFacade |
Serviceでの例外処理を行うSessionBeanが実装すべきインタフェース
|
ServiceErrorHandlerFactory |
ServiceErrorHandlerを生成するクラスが実装すべきインタフェース
|
ServiceFacade |
任意のServiceを実行するクラスが実装すべきインタフェース
|
ServiceFactory |
サービスインスタンスを生成するファクトリが実装すべきインタフェース
|
ServiceHelper |
Serviceの外部Helperクラスが実装すべきインタフェース。
|
ServiceHelperFacade |
ServiceHelperをSessionBeanで実装するクラスが実装すべきインタフェース。
|
ServiceMap |
サービスの一覧を管理するクラスが実装すべきインタフェース
|
ServiceMapFactory |
ServiceMapを生成するクラスが実装すべきインタフェース。
|
ServiceSession |
サービスフレームワーク向けの機能を追加した
セッションをあらわすインタフェース。
|
ServiceSessionFactory |
サービスフレームワーク向けの機能を追加したセッションを
生成するファクトリが実装すべきインタフェース
|
クラス | 説明 |
---|---|
ServiceErrorHandlerSchema |
Serviceのエラーハンドラの定義内容を表すクラス
|
ServiceUtils |
例外 | 説明 |
---|---|
ServiceException |
サービス実行時の業務的なエラーを表す例外クラスです。
|