public class ServiceProcessLockImpl extends java.lang.Object implements ServiceProcessLock, java.io.Serializable
コンストラクタと説明 |
---|
ServiceProcessLockImpl(ServiceProcessLockSchema schema) |
修飾子とタイプ | メソッドと説明 |
---|---|
Session |
doProcess(Session session)
Processを実行する。
|
java.lang.String |
getServiceName()
サービス名を返す
|
Key |
getServiceNameKey()
サービス名(Key)返す
|
java.lang.String |
getServiceProcessName()
サービスプロセス名を返す
|
Key |
getServiceProcessNameKey()
サービスプロセス名(Key)を返す
|
java.lang.String |
getServiceProcessType()
サービスプロセスのタイプ名を返す
|
Key |
getSessionKey()
SessionVlaueに値を設定するか否か、また設定する際のキーを取得する。
|
java.util.List |
lock(Session session)
モデルのロック(version番号の更新)を行う
|
public ServiceProcessLockImpl(ServiceProcessLockSchema schema)
public java.util.List lock(Session session) throws ServiceProcessException, FatalException
ServiceProcessLock
lock
インタフェース内 ServiceProcessLock
ServiceProcessException
FatalException
public Session doProcess(Session session) throws ServiceProcessException, FatalException
ServiceProcess
doProcess
インタフェース内 ServiceProcess
doProcess
インタフェース内 ServiceProcessHelper
session
- サービス実行セッションServiceProcessException
- サービスプロセス実行で業務的なエラーが発生FatalException
- サービスプロセス実行で致命的エラーが発生public java.lang.String getServiceName()
ServiceProcess
getServiceName
インタフェース内 ServiceProcess
public Key getServiceNameKey()
ServiceProcess
getServiceNameKey
インタフェース内 ServiceProcess
public java.lang.String getServiceProcessName()
ServiceProcess
getServiceProcessName
インタフェース内 ServiceProcess
public Key getServiceProcessNameKey()
ServiceProcess
getServiceProcessNameKey
インタフェース内 ServiceProcess
public java.lang.String getServiceProcessType()
ServiceProcess
getServiceProcessType
インタフェース内 ServiceProcess
public Key getSessionKey()
ServiceProcess
getSessionKey
インタフェース内 ServiceProcess
getSessionKey
インタフェース内 ServiceProcessHelper