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, refresh
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSessionFactory
destroy
refresh
public java.lang.String getManagerKey()
getManagerKey
インタフェース内 ClientManager
getManagerKey
クラス内 AbstractServiceManager
public void doService(Expression serviceExp, Content source) throws RecoverableException
doService
インタフェース内 ServiceManager
serviceExp
- 実行するサービス名source
- 呼び出し元のコンテンツRecoverableException
- サービス実行でエラー発生public void doService(Expression exp, Notification source) throws RecoverableException
doService
インタフェース内 ServiceManager
exp
- 実行するサービス名source
- 呼び出し元のNotificationRecoverableException
- サービス実行でエラー発生public Session doService(java.lang.String serviceName, Session session) throws ServiceException
doService
インタフェース内 ServiceManager
serviceName
- 実行するサービス名session
- サービスに渡すパラメータを格納するコンテナServiceException
- サービス実行でエラー発生public Session doService(Key serviceKey, Session session) throws ServiceException
doService
インタフェース内 ServiceManager
serviceKey
- 実行するサービスキーsession
- サービスに渡すパラメータを格納するコンテナServiceException
- サービス実行でエラー発生