public class DummyServiceManager extends AbstractServiceManager implements ServiceManager
KEY_ServiceManager| コンストラクタと説明 |
|---|
DummyServiceManager()
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
doService(Expression serviceExp,
Content source)
サービスを実行する。
|
void |
doService(Expression exp,
Notification source)
サービスを実行する。
|
Session |
doService(Key serviceKey,
Session session)
サービスを実行する。
|
Session |
doService(java.lang.String serviceName,
Session session)
サービスを実行する。
|
java.lang.String |
getManagerKey()
マネージャを特定するキー文字列を取得する
|
createInputServiceSession, createInputServiceSession, destroy, getSessionFactory, loadOutputServiceSession, loadOutputServiceSession, refreshclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSessionFactorydestroyrefreshpublic java.lang.String getManagerKey()
getManagerKey インタフェース内 ClientManagergetManagerKey クラス内 AbstractServiceManagerpublic void doService(Expression serviceExp, Content source) throws RecoverableException
doService インタフェース内 ServiceManagerserviceExp - 実行するサービス名source - 呼び出し元のコンテンツRecoverableException - サービス実行でエラー発生public void doService(Expression exp, Notification source) throws RecoverableException
doService インタフェース内 ServiceManagerexp - 実行するサービス名source - 呼び出し元のNotificationRecoverableException - サービス実行でエラー発生public Session doService(java.lang.String serviceName, Session session) throws ServiceException
doService インタフェース内 ServiceManagerserviceName - 実行するサービス名session - サービスに渡すパラメータを格納するコンテナServiceException - サービス実行でエラー発生public Session doService(Key serviceKey, Session session) throws ServiceException
doService インタフェース内 ServiceManagerserviceKey - 実行するサービスキーsession - サービスに渡すパラメータを格納するコンテナServiceException - サービス実行でエラー発生