インタフェース
jp.co.fujitsu.reffi.client.swing.model.Model の使用

Model を使用しているパッケージ
jp.co.fujitsu.reffi.client.swing.action イベント発生時のハンドリングを行うActionの基底クラスが含まれるパッケージです。 
jp.co.fujitsu.reffi.client.swing.controller フレームワークのコントロールを行うクラスが含まれるパッケージです。 
jp.co.fujitsu.reffi.client.swing.event Reffiが発生させるイベントです。 
jp.co.fujitsu.reffi.client.swing.model 機能モデルクラス群が含まれます。 
 

jp.co.fujitsu.reffi.client.swing.action での Model の使用
 

Model 型のパラメータを持つ jp.co.fujitsu.reffi.client.swing.action のメソッド
 Exception DispatchAction.failureForward(int index, Model model, Exception e)
          [概 要] オーバーライド不可です。
 Exception BaseAction.failureForward(int index, Model model, Exception e)
          [概 要] モデル処理が異常終了した契機でコントローラにコールバックされるメソッドです。
 boolean BaseAction.nextModel(int index, ModelProcessEvent prev, Model next)
          [概 要] 予約モデルがコントローラによって実行される直前にコールバックされるメソッドです。
 void DispatchAction.successForward(int index, Model model, Object result)
          [概 要] オーバーライド不可です。
 void BaseAction.successForward(int index, Model model, Object result)
          [概 要] モデル処理が正常終了した契機でコントローラにコールバックされるメソッドです。
 

Model 型の型引数を持つ jp.co.fujitsu.reffi.client.swing.action のメソッドパラメータ
 void DispatchAction.CallbackMapping.add(Class<? extends Model> model, String successMethodName, String failureMethodName)
          [概 要] [詳 細] [備 考]
protected  void DispatchAction.reserveModels(List<Class<? extends Model>> models)
          [概 要] オーバーライド不可です。
protected  void BaseAction.reserveModels(List<Class<? extends Model>> models)
          [概 要] Action処理終了後、コントローラに実行させるモデルクラス群の予約を行います。
 

jp.co.fujitsu.reffi.client.swing.controller での Model の使用
 

Model 型の引数を持つ型を返す jp.co.fujitsu.reffi.client.swing.controller のメソッド
 List<Class<? extends Model>> ParameterMapping.getModelClasses()
          [概 要] モデルクラス一覧を取得します。
 

Model 型の型引数を持つ jp.co.fujitsu.reffi.client.swing.controller のメソッドパラメータ
 void BaseController.runModels(List<Class<? extends Model>> modelClasses, ParameterMapping parameterMapping, int executeIndex, ModelProcessEvent modelProcessEvent)
          [概 要] アクションで予約されたモデル郡をインスタンス化して連続実行します。
 void BaseController.runModelsAndNoWait(List<Class<? extends Model>> modelClasses, ParameterMapping parameterMapping)
          [概 要] アクションで予約されたモデル郡をインスタンス化して連続実行します。
 void ParameterMapping.setModelClasses(List<Class<? extends Model>> modelClasses)
          [概 要] モデルクラス一覧を設定します。
 

jp.co.fujitsu.reffi.client.swing.event での Model の使用
 

Model 型のパラメータを持つ jp.co.fujitsu.reffi.client.swing.event のコンストラクタ
ModelProcessEvent(Model model)
          [概 要] コンストラクタです。
 

jp.co.fujitsu.reffi.client.swing.model での Model の使用
 

Model を実装している jp.co.fujitsu.reffi.client.swing.model のクラス
 class AbstractHTTPCore
          [概 要] HTTP通信を行う機能モデルクラスの基底クラスです。
 class BaseModel
          [概 要] Model I/Fを実装した、全てのModelの基底クラスです。
 class DatabaseCore
          [概 要] [詳 細] [備 考] [環 境] JDK 6.0 Update 11 Copyright (c) 2008-2009 FUJITSU Japan All rights reserved.
 class DefaultModel
          [概 要] デフォルトモデルクラスです.
 class EJBProxyCore
          [概 要] サーバとEJB通信を行う機能モデルクラスです。
 class HTTPRequestCore
          [概 要] サーバとHTTP通信を行う機能モデルクラスです。
 class JMSConsumeCore
          [概 要] JMSサーバキューを購読する為の機能モデルクラスです。
 class JMSProduceCore
          [概 要] JMSサーバキューにメッセージを発行する為の機能モデルです。
 class JMSPublishCore
          [概 要] JMSサーバトピックにメッセージを発行する為の機能モデルです。
 class JMSSubscribeCore
          [概 要] JMSサーバトピックを購読する為の機能モデルクラスです。
 class TimerProcessCore
          [概 要] 設定されたタイマー契機で任意のコード、Actionを実行する機能モデルです。
 class WebServiceCore
          [概 要] サーバとSOAP通信を行う為の機能モデルクラスです。
 



Copyright(C) Fujitsu All Rights Reserved.